Searched defs:CallType (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 4595 SourceRange Range, VariadicCallType CallType) { in checkCall() 4693 VariadicCallType CallType = in CheckConstructorCall() local 4712 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local 4788 VariadicCallType CallType = in CheckObjCMethodCall() local 4812 VariadicCallType CallType; in CheckPointerCall() local 4832 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall() local 7271 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 7595 VariadicCallType CallType, in CheckFormatArguments() 7609 VariadicCallType CallType, in CheckFormatArguments() 7708 Sema::VariadicCallType CallType; member in __anon7fa672bc1411::CheckFormatHandler [all …]
|
H A D | SemaCoroutine.cpp | 435 MultiExprArg Arg) -> Expr * { in buildCoawaitCalls()
|
H A D | SemaExprCXX.cpp | 2189 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
|
H A D | SemaExpr.cpp | 5882 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 5899 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
H A D | SemaDeclCXX.cpp | 15286 VariadicCallType CallType = in CompleteConstructorCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 594 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 19326 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local
|