Searched defs:CallType (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.h | 38 enum class CallType { enum
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 5905 SourceRange Range, VariadicCallType CallType) { in checkCall() 6012 VariadicCallType CallType = in CheckConstructorCall() local 6031 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local 6109 VariadicCallType CallType = in CheckObjCMethodCall() local 6135 VariadicCallType CallType; in CheckPointerCall() local 6155 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall() local 8729 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 9117 VariadicCallType CallType, SourceLocation Loc, in CheckFormatArguments() 9133 VariadicCallType CallType, SourceLocation Loc, in CheckFormatArguments() 9232 Sema::VariadicCallType CallType; member in __anon9b6cdc881d11::CheckFormatHandler [all …]
|
H A D | SemaCoroutine.cpp | 388 MultiExprArg Arg) -> Expr * { in buildCoawaitCalls()
|
H A D | SemaExprCXX.cpp | 2269 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
|
H A D | SemaExpr.cpp | 6352 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 6370 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
H A D | SemaDeclCXX.cpp | 15752 VariadicCallType CallType = in CompleteConstructorCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 586 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 20740 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local
|