Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h151 bool IsVariadic; variable
158 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue()
H A DSelectionDAGBuilder.cpp1313 bool IsVariadic = DVR.hasArgList(); in visitDbgInfo() local
1411 bool IsVariadic, DebugLoc DL, in addDanglingDebugInfo()
1587 unsigned Order, bool IsVariadic) { in handleDebugValue()
6677 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall() local
H A DSelectionDAG.cpp11071 unsigned O, bool IsVariadic) { in getDbgValueList()
11225 bool IsVariadic = in salvageDebugInfo() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h117 bool IsVariadic; variable
125 bool IsVariadic) in DbgValueLoc()
H A DDwarfDebug.cpp238 const bool IsVariadic = !SingleLocExprOpt; in getDebugLocValue() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp634 bool IsVariadic = MCDesc.isVariadic(); in createInstrDescImpl() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h56 bool IsVariadic; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp289 AArch64ABIInfo::classifyArgumentType(QualType Ty, bool IsVariadic, in classifyArgumentType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h344 bool IsVariadic = false; member
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2188 bool &IsVariadic) { in demangleFunctionParameterList()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2946 bool IsVariadic, FormatStringInfo *FSI) { in getFormatStringInfo()
4627 bool IsVariadic = false; in checkVAStartIsInVariadicFunction() local
5830 bool IsVariadic = false; in checkFormatStringExpr() local
H A DSemaDeclAttr.cpp5023 bool IsCXXMethod = false, IsVariadic = false; in CheckCallingConvAttr() local
H A DSemaType.cpp8001 bool IsVariadic = (isa<FunctionProtoType>(FT) && in adjustMemberFunctionCC() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4467 bool IsVariadic = false; in EmitCallArgs() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12448 CallingConv ASTContext::getDefaultCallingConvention(bool IsVariadic, in getDefaultCallingConvention()