Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/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.cpp1321 bool IsVariadic) { in handleDebugValue()
6130 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall() local
H A DSelectionDAG.cpp8828 unsigned O, bool IsVariadic) { in getDbgValueList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp620 bool IsVariadic = MCDesc.isVariadic(); in createInstrDescImpl() local
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h53 bool IsVariadic; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2120 bool &IsVariadic) { in demangleFunctionParameterList()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h347 bool IsVariadic = false; member
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4081 bool IsVariadic = false; in EmitCallArgs() local
H A DTargetInfo.cpp5658 AArch64ABIInfo::classifyArgumentType(QualType Ty, bool IsVariadic, in classifyArgumentType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7681 bool IsVariadic = (isa<FunctionProtoType>(FT) && in adjustMemberFunctionCC() local
H A DSemaDeclAttr.cpp4923 bool IsCXXMethod = false, IsVariadic = false; in CheckCallingConvAttr() local
H A DSemaChecking.cpp6185 bool IsVariadic = false; in checkVAStartIsInVariadicFunction() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11046 CallingConv ASTContext::getDefaultCallingConvention(bool IsVariadic, in getDefaultCallingConvention()