Home
last modified time | relevance | path

Searched defs:IsVariadic (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h114 bool IsVariadic; variable
128 bool IsVariadic) in DbgValueLoc()
H A DDwarfDebug.cpp238 const bool IsVariadic = MI->isDebugValueList(); in getDebugLocValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h150 bool IsVariadic; variable
157 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue()
H A DSelectionDAGBuilder.cpp1320 bool IsVariadic) { in handleDebugValue()
6091 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall() local
H A DSelectionDAG.cpp8743 unsigned O, bool IsVariadic) { in getDbgValueList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstrBuilder.cpp592 bool IsVariadic = MCDesc.isVariadic(); in createInstrDescImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.h53 bool IsVariadic; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2118 bool &IsVariadic) { in demangleFunctionParameterList()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h346 bool IsVariadic = false; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4074 bool IsVariadic = false; in EmitCallArgs() local
H A DTargetInfo.cpp5641 AArch64ABIInfo::classifyArgumentType(QualType Ty, bool IsVariadic, in classifyArgumentType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7646 bool IsVariadic = (isa<FunctionProtoType>(FT) && in adjustMemberFunctionCC() local
H A DSemaDeclAttr.cpp4826 bool IsCXXMethod = false, IsVariadic = false; in CheckCallingConvAttr() local
H A DSemaChecking.cpp5936 bool IsVariadic = false; in checkVAStartIsInVariadicFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp10999 CallingConv ASTContext::getDefaultCallingConvention(bool IsVariadic, in getDefaultCallingConvention()