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

  /external/clang/test/SemaCXX/
typo-correction-delayed.cpp 54 void Nest();
87 NestedNode* Nest();
92 // There are two equidistant, usable corrections for Next: next and Nest
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 38 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain
81 bool isNest() const { return Flags & Nest; }
  /external/llvm/include/llvm/IR/
Attributes.h 81 Nest, ///< Nested function static chain
  /external/llvm/lib/IR/
Attributes.cpp 209 if (hasAttribute(Attribute::Nest))
210 return "nest";
405 case Attribute::Nest: return 1 << 8;
    [all...]
Verifier.cpp     [all...]
Function.cpp 120 /// hasNestAttr - Return true if this argument has the nest attribute on
125 hasAttribute(getArgNo()+1, Attribute::Nest);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 94 | Nest
753 | Attribute.Nest -> Int32.shift_left 1l 8
789 checkattr Attribute.Nest;
    [all...]
llvm.mli 145 | Nest
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 240 if (PAL.hasAttrSomewhere(Attribute::Nest))
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 63 STATISTIC(NumNestRemoved , "Number of nest attributes removed");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 86 IsNest = CS->paramHasAttr(AttrIdx, Attribute::Nest);
    [all...]
TargetLowering.cpp 76 isNest = CS->paramHasAttr(AttrIdx, Attribute::Nest);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 506 HANDLE_ATTR(Nest);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 183 case Attribute::Nest:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 3349 milliseconds