Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h114 bool IsVariadic; variable
128 bool IsVariadic) in DbgValueLoc()
H A DDwarfDebug.cpp235 const bool IsVariadic = MI->isDebugValueList(); in getDebugLocValue() local
/llvm-project-15.0.7/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.cpp1334 bool IsVariadic) { in handleDebugValue()
6142 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall() local
H A DSelectionDAG.cpp9895 unsigned O, bool IsVariadic) { in getDbgValueList()
/llvm-project-15.0.7/llvm/lib/MCA/
H A DInstrBuilder.cpp617 bool IsVariadic = MCDesc.isVariadic(); in createInstrDescImpl() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.h49 bool IsVariadic; member
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h1061 unsigned IsVariadic : 1; member
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2117 bool &IsVariadic) { in demangleFunctionParameterList()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h345 bool IsVariadic = false; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp5411 bool IsVariadic, FormatStringInfo *FSI) { in getFormatStringInfo()
7082 bool IsVariadic = false; in checkVAStartIsInVariadicFunction() local
8646 bool IsVariadic = false; in checkFormatStringExpr() local
H A DSemaType.cpp7834 bool IsVariadic = (isa<FunctionProtoType>(FT) && in adjustMemberFunctionCC() local
H A DSemaDeclAttr.cpp5240 bool IsCXXMethod = false, IsVariadic = false; in CheckCallingConvAttr() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4165 bool IsVariadic = false; in EmitCallArgs() local
H A DTargetInfo.cpp5751 AArch64ABIInfo::classifyArgumentType(QualType Ty, bool IsVariadic, in classifyArgumentType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11683 CallingConv ASTContext::getDefaultCallingConvention(bool IsVariadic, in getDefaultCallingConvention()