Searched defs:CallType (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.h | 38 enum class CallType { global() enum
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 3154 SourceRange Range, VariadicCallType CallType) { in checkCall() 3346 VariadicCallType CallType = in CheckConstructorCall() local 3364 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local 3456 VariadicCallType CallType; in CheckPointerCall() local 3474 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall() local 5659 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 6046 VariadicCallType CallType, SourceLocation Loc, in CheckFormatArguments() 6062 VariadicCallType CallType, SourceLocation Loc, in CheckFormatArguments() 6160 Sema::VariadicCallType CallType; member in __anon28c3fbb11b11::CheckFormatHandler 6610 bool inFunctionCall, Sema::VariadicCallType CallType, in CheckPrintfHandler() [all …]
|
H A D | SemaCoroutine.cpp | 385 MultiExprArg Arg) -> Expr * { in buildCoawaitCalls()
|
H A D | SemaObjC.cpp | 1247 Sema::VariadicCallType CallType = in CheckObjCMethodCall() local
|
H A D | SemaExprCXX.cpp | 2340 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
|
H A D | SemaExpr.cpp | 5880 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 5898 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
H A D | SemaDeclCXX.cpp | 16086 VariadicCallType CallType = in CompleteConstructorCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1002 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 18682 X86ISD::NodeType CallType = UseTLSDESC ? X86ISD::TLSDESC in GetTLSADDR() local
|