Searched defs:IsVariadic (Results 1 – 16 of 16) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 117 bool IsVariadic; variable 125 bool IsVariadic) in DbgValueLoc()
|
H A D | DwarfDebug.cpp | 236 const bool IsVariadic = MI->isDebugValueList(); in getDebugLocValue() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 151 bool IsVariadic; variable 158 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue()
|
H A D | SelectionDAGBuilder.cpp | 1388 unsigned Order, bool IsVariadic) { in handleDebugValue() 6222 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall() local
|
H A D | SelectionDAG.cpp | 10146 unsigned O, bool IsVariadic) { in getDbgValueList()
|
/openbsd-src/gnu/llvm/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 590 bool IsVariadic = MCDesc.isVariadic(); in createInstrDescImpl() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenSchedule.h | 49 bool IsVariadic; member
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | Comment.h | 1061 unsigned IsVariadic : 1; member
|
/openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 2109 bool &IsVariadic) { in demangleFunctionParameterList()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 345 bool IsVariadic = false; member
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 5610 bool IsVariadic, FormatStringInfo *FSI) { in getFormatStringInfo() 7279 bool IsVariadic = false; in checkVAStartIsInVariadicFunction() local 8900 bool IsVariadic = false; in checkFormatStringExpr() local
|
H A D | SemaType.cpp | 7935 bool IsVariadic = (isa<FunctionProtoType>(FT) && in adjustMemberFunctionCC() local
|
H A D | SemaDeclAttr.cpp | 5358 bool IsCXXMethod = false, IsVariadic = false; in CheckCallingConvAttr() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 4215 bool IsVariadic = false; in EmitCallArgs() local
|
H A D | TargetInfo.cpp | 5753 AArch64ABIInfo::classifyArgumentType(QualType Ty, bool IsVariadic, in classifyArgumentType()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 11828 CallingConv ASTContext::getDefaultCallingConvention(bool IsVariadic, in getDefaultCallingConvention()
|