/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/ |
D | SingleQuoteTest.java | 39 private void checkQuotes(boolean isBlock, String expectation) { in checkQuotes() argument 42 if (isBlock) { in checkQuotes()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 128 bool isBlock = Abbrev.getTag() == 0; in print() local 130 if (!isBlock) { in print() 151 if (!isBlock) in print() 168 if (!isBlock) O << "\n"; in print()
|
D | DIE.h | 206 isBlock enumerator 398 : DIEValue(isBlock), DIE(0), Size(0) {} in DIEBlock() 424 static bool classof(const DIEValue *E) { return E->getType() == isBlock; } in classof()
|
/external/boringssl/src/util/ |
D | doc.go | 106 var isBlock bool 108 isBlock = true 117 if isBlock { 133 if isBlock { 144 if len(line) == 2 || !isBlock || line[2] != '/' {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 291 case DIEValue::isBlock: in hashAttribute() 297 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 333 case DIEValue::isBlock: in hashAttribute() 339 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 541 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 686 if (RI->end.isBlock()) in addKillFlags() 788 if (Start.isBlock()) in intervalIsInOneMBB() 792 if (Stop.isBlock()) in intervalIsInOneMBB() 1470 if (!isEndValid && !LII->end.isBlock()) in repairOldRegInRange()
|
D | LiveInterval.cpp | 415 if (Def.isBlock() || in overlaps()
|
D | TwoAddressInstructionPass.cpp | 419 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
|
D | MachineVerifier.cpp | 1737 if (S.end.isBlock()) { in verifyLiveRangeSegment()
|
D | RegisterCoalescer.cpp | 2410 if (!Def.isBlock()) { in pruneValues()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 722 if (RI->end.isBlock()) in addKillFlags() 824 if (Start.isBlock()) in intervalIsInOneMBB() 828 if (Stop.isBlock()) in intervalIsInOneMBB() 1551 if (!isEndValid && !LII->end.isBlock()) in repairOldRegInRange()
|
D | LiveInterval.cpp | 472 if (Def.isBlock() || in overlaps()
|
D | TwoAddressInstructionPass.cpp | 448 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
|
D | MachineVerifier.cpp | 2027 if (S.end.isBlock()) { in verifyLiveRangeSegment()
|
D | RegisterCoalescer.cpp | 2772 if (!Def.isBlock()) { in pruneValues()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 227 bool isBlock() const { return getSlot() == Slot_Block; }
|
D | LiveInterval.h | 78 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
|
/external/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 234 bool isBlock() const { return getSlot() == Slot_Block; }
|
D | LiveInterval.h | 75 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 2123 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local 2128 !isBlock && in EmitARCStoreStrong()
|