/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UndefResultChecker.cpp | 64 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/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | UndefResultChecker.cpp | 100 bool isLeft = true; in checkPostStmt() local 104 isLeft = true; in checkPostStmt() 108 isLeft = false; in checkPostStmt() 112 OS << "The " << (isLeft ? "left" : "right") << " operand of '" in checkPostStmt()
|
/external/skia/src/core/ |
D | SkScan_AAAPath.cpp | 1644 bool isLeft = in_interval && !prev_in_interval; in aaa_walk_edges() local 1649 if (currE->fRiteE && !isLeft) { in aaa_walk_edges() 1724 if (isLeft) { in aaa_walk_edges()
|
/external/skqp/src/core/ |
D | SkScan_AAAPath.cpp | 1461 bool isLeft = in_interval && !prev_in_interval; in aaa_walk_edges() local 1466 if (currE->fRiteE && !isLeft) { in aaa_walk_edges() 1503 if (isLeft) { in aaa_walk_edges()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 2893 …const auto getMember = [&](bool isLeft, const TType& type, int member, TIntermTyped* splitNode, in… in handleAssign() 2896 const bool split = isLeft ? isSplitLeft : isSplitRight; in handleAssign() 2904 isLeft ? leftStorage : rightStorage)); in handleAssign() 2930 … } else if (flattened && !shouldFlatten(derefType, isLeft ? leftStorage : rightStorage, false)) { in handleAssign() 2931 if (isLeft) { in handleAssign()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 2893 …const auto getMember = [&](bool isLeft, const TType& type, int member, TIntermTyped* splitNode, in… in handleAssign() 2896 const bool split = isLeft ? isSplitLeft : isSplitRight; in handleAssign() 2904 isLeft ? leftStorage : rightStorage)); in handleAssign() 2930 … } else if (flattened && !shouldFlatten(derefType, isLeft ? leftStorage : rightStorage, false)) { in handleAssign() 2931 if (isLeft) { in handleAssign()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5470 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, unsigned NumBits, in getVShift() argument 5475 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ; in getVShift()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7925 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, unsigned NumBits, in getVShift() argument 7930 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ; in getVShift()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 148446 int isLeft, /* True if iTab is the right table of a LEFT JOIN */ 148454 if( !whereUsablePartialIndex(iTab,isLeft,pWC,pWhere->pLeft) ) return 0; 148462 && (isLeft==0 || ExprHasProperty(pExpr, EP_FromJoin)) 148625 int isLeft = (pSrc->fg.jointype & JT_OUTER)!=0; 148627 && !whereUsablePartialIndex(pSrc->iCursor, isLeft, pWC,
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 147782 int isLeft, /* True if iTab is the right table of a LEFT JOIN */ 147790 if( !whereUsablePartialIndex(iTab,isLeft,pWC,pWhere->pLeft) ) return 0; 147798 && (isLeft==0 || ExprHasProperty(pExpr, EP_FromJoin)) 147961 int isLeft = (pSrc->fg.jointype & JT_OUTER)!=0; 147963 && !whereUsablePartialIndex(pSrc->iCursor, isLeft, pWC,
|
/external/sqlite/dist/ |
D | sqlite3.c | 147798 int isLeft, /* True if iTab is the right table of a LEFT JOIN */ 147806 if( !whereUsablePartialIndex(iTab,isLeft,pWC,pWhere->pLeft) ) return 0; 147814 && (isLeft==0 || ExprHasProperty(pExpr, EP_FromJoin)) 147977 int isLeft = (pSrc->fg.jointype & JT_OUTER)!=0; 147979 && !whereUsablePartialIndex(pSrc->iCursor, isLeft, pWC,
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8216 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, unsigned NumBits, in getVShift() argument 8221 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ; in getVShift()
|