Home
last modified time | relevance | path

Searched refs:Nest (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/test/SemaCXX/
Dtypo-correction-delayed.cpp54 void Nest();
87 NestedNode* Nest();
/external/llvm/include/llvm/Target/
DTargetCallingConv.h38 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/
DAttributes.cpp209 if (hasAttribute(Attribute::Nest)) in getAsString()
405 case Attribute::Nest: return 1 << 8; in getAttrMask()
1301 .addAttribute(Attribute::Nest) in typeIncompatible()
DVerifier.cpp1301 !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()
DFunction.cpp125 hasAttribute(getArgNo()+1, Attribute::Nest); in hasNestAttr()
/external/llvm/include/llvm/IR/
DAttributes.h81 Nest, ///< Nested function static chain enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml94 | Nest Constructor
753 | Attribute.Nest -> Int32.shift_left 1l 8
789 checkattr Attribute.Nest;
Dllvm.mli145 | Nest Constructor
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
DXCoreISelLowering.cpp893 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/
Dxsampa_pico_man_de-DE.txt47 # TEST n Nest "nEst
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1869 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/
DInstCombineCalls.cpp1752 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
1771 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) { in transformCallThroughTrampoline()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp506 HANDLE_ATTR(Nest); in printAttributes()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp86 IsNest = CS->paramHasAttr(AttrIdx, Attribute::Nest); in setAttributes()
DTargetLowering.cpp76 isNest = CS->paramHasAttr(AttrIdx, Attribute::Nest); in setAttributes()
DSelectionDAGBuilder.cpp7541 if (F.getAttributes().hasAttribute(Idx, Attribute::Nest)) in LowerArguments()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2347 CS.paramHasAttr(AttrInd, Attribute::Nest) || in SelectCall()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp183 case Attribute::Nest: in getAttrKindEncoding()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2710 F->getAttributes().hasAttribute(Idx, Attribute::Nest)) in fastLowerArguments()
/external/clang/lib/CodeGen/
DCGCall.cpp1595 Attrs.addAttribute(llvm::Attribute::Nest); in ConstructAttributeList()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1082 return Attribute::Nest; in GetAttrFromCode()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2839 F->getAttributes().hasAttribute(Idx, Attribute::Nest)) in fastLowerArguments()
/external/llvm/lib/AsmParser/
DLLParser.cpp1238 case lltok::kw_nest: B.addAttribute(Attribute::Nest); break; in ParseOptionalParamAttrs()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2238 SDValue Nest = Op.getOperand(3); // 'nest' parameter value in LowerINIT_TRAMPOLINE() local
2259 Entry.Node = Nest; Args.push_back(Entry); in LowerINIT_TRAMPOLINE()

12