/external/clang/test/SemaCXX/ |
D | typo-correction-delayed.cpp | 54 void Nest(); 87 NestedNode* Nest();
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 38 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain member 81 bool isNest() const { return Flags & Nest; } in isNest()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 209 if (hasAttribute(Attribute::Nest)) in getAsString() 405 case Attribute::Nest: return 1 << 8; in getAttrMask() 1301 .addAttribute(Attribute::Nest) in typeIncompatible()
|
D | Verifier.cpp | 1301 !Attrs.hasAttribute(Idx, Attribute::Nest) && in VerifyParameterAttrs() 1317 AttrCount += Attrs.hasAttribute(Idx, Attribute::Nest); in VerifyParameterAttrs() 1400 if (Attrs.hasAttribute(Idx, Attribute::Nest)) { in VerifyFunctionAttrs() 2163 if (Attrs.hasAttribute(Idx, Attribute::Nest)) in VerifyCallSite() 2174 if (Attrs.hasAttribute(Idx, Attribute::Nest)) { in VerifyCallSite()
|
D | Function.cpp | 125 hasAttribute(getArgNo()+1, Attribute::Nest); in hasNestAttr()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 81 Nest, ///< Nested function static chain enumerator
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 94 | Nest Constructor 753 | Attribute.Nest -> Int32.shift_left 1l 8 789 checkattr Attribute.Nest;
|
D | llvm.mli | 145 | Nest Constructor
|
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
|
D | XCoreISelLowering.cpp | 893 SDValue Nest = Op.getOperand(3); // 'nest' parameter value in LowerINIT_TRAMPOLINE() local 931 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr, in LowerINIT_TRAMPOLINE()
|
/external/svox/pico/tests/data/ |
D | xsampa_pico_man_de-DE.txt | 47 # TEST n Nest "nEst
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1869 if (!Attrs.getSlotAttributes(i).hasAttribute(Index, Attribute::Nest)) in StripNest() 1873 return Attrs.removeAttribute(C, Index, Attribute::Nest); in StripNest() 1927 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1752 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline() 1771 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) { in transformCallThroughTrampoline()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 506 HANDLE_ATTR(Nest); in printAttributes()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 86 IsNest = CS->paramHasAttr(AttrIdx, Attribute::Nest); in setAttributes()
|
D | TargetLowering.cpp | 76 isNest = CS->paramHasAttr(AttrIdx, Attribute::Nest); in setAttributes()
|
D | SelectionDAGBuilder.cpp | 7541 if (F.getAttributes().hasAttribute(Idx, Attribute::Nest)) in LowerArguments()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2347 CS.paramHasAttr(AttrInd, Attribute::Nest) || in SelectCall()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 183 case Attribute::Nest: in getAttrKindEncoding()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2710 F->getAttributes().hasAttribute(Idx, Attribute::Nest)) in fastLowerArguments()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1595 Attrs.addAttribute(llvm::Attribute::Nest); in ConstructAttributeList()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1082 return Attribute::Nest; in GetAttrFromCode()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2839 F->getAttributes().hasAttribute(Idx, Attribute::Nest)) in fastLowerArguments()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1238 case lltok::kw_nest: B.addAttribute(Attribute::Nest); break; in ParseOptionalParamAttrs()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2238 SDValue Nest = Op.getOperand(3); // 'nest' parameter value in LowerINIT_TRAMPOLINE() local 2259 Entry.Node = Nest; Args.push_back(Entry); in LowerINIT_TRAMPOLINE()
|