HomeSort by relevance Sort by last modified time
    Searched refs:isBlock (Results 1 - 23 of 23) sorted by null

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/
SingleQuoteTest.java 39 private void checkQuotes(boolean isBlock, String expectation) {
42 if (isBlock) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.cpp 128 bool isBlock = Abbrev.getTag() == 0;
130 if (!isBlock) {
151 if (!isBlock)
168 if (!isBlock) O << "\n";
DIE.h 206 isBlock
398 : DIEValue(isBlock), DIE(0), Size(0) {}
424 static bool classof(const DIEValue *E) { return E->getType() == isBlock; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 291 case DIEValue::isBlock:
297 if (Value.getType() == DIEValue::isBlock) {
  /external/clang/include/clang/Sema/
ScopeInfo.h 538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested,
541 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
547 Captures.push_back(Capture(/*Var*/ nullptr, /*isBlock*/ false,
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 333 case DIEValue::isBlock:
339 if (Value.getType() == DIEValue::isBlock) {
  /external/boringssl/src/util/
doc.go 106 var isBlock bool
108 isBlock = true
117 if isBlock {
133 if isBlock {
144 if len(line) == 2 || !isBlock || line[2] != '/' {
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 686 if (RI->end.isBlock())
788 if (Start.isBlock())
792 if (Stop.isBlock())
    [all...]
LiveInterval.cpp 415 if (Def.isBlock() ||
    [all...]
TwoAddressInstructionPass.cpp 419 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx);
    [all...]
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveIntervals.cpp 722 if (RI->end.isBlock())
824 if (Start.isBlock())
828 if (Stop.isBlock())
    [all...]
LiveInterval.cpp 472 if (Def.isBlock() ||
    [all...]
TwoAddressInstructionPass.cpp 448 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx);
    [all...]
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 75 bool isPHIDef() const { return def.isBlock(); }
SlotIndexes.h 233 /// isBlock - Returns true if this is a block boundary slot.
234 bool isBlock() const { return getSlot() == Slot_Block; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveInterval.h 78 bool isPHIDef() const { return def.isBlock(); }
    [all...]
SlotIndexes.h 226 /// isBlock - Returns true if this is a block boundary slot.
227 bool isBlock() const { return getSlot() == Slot_Block; }
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/kotlinc/lib/
kotlin-compiler.jar 

Completed in 665 milliseconds