Home
last modified time | relevance | path

Searched refs:isLeft (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefResultChecker.cpp64 bool isLeft = true; in checkPostStmt() local
68 isLeft = true; in checkPostStmt()
72 isLeft = false; in checkPostStmt()
76 OS << "The " << (isLeft ? "left" : "right") in checkPostStmt()
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.cpp79 FX_BOOL isLeft, in addMissingRows() argument
88 CBC_ResultPoint* top = isLeft ? m_topLeft : m_topRight; in addMissingRows()
94 if (isLeft) { in addMissingRows()
101 CBC_ResultPoint* bottom = isLeft ? m_bottomLeft : m_bottomRight; in addMissingRows()
108 if (isLeft) { in addMissingRows()
DBC_PDF417DetectionResultRowIndicatorColumn.h15 FX_BOOL isLeft);
24 FX_BOOL isLeft();
DBC_PDF417DetectionResultRowIndicatorColumn.cpp34 FX_BOOL isLeft) in CBC_DetectionResultRowIndicatorColumn() argument
36 m_isLeft = isLeft; in CBC_DetectionResultRowIndicatorColumn()
219 FX_BOOL CBC_DetectionResultRowIndicatorColumn::isLeft() { in isLeft() function in CBC_DetectionResultRowIndicatorColumn
DBC_PDF417BoundingBox.h26 FX_BOOL isLeft,
DBC_PDF417ScanningDecoder.cpp248 missingStartRows, missingEndRows, rowIndicatorColumn->isLeft(), e); in adjustBoundingBox()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5294 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, in getVShift() argument
5299 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ; in getVShift()