Searched defs:CallType (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.h | 39 enum class CallType { enum
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | variant_test_helpers.h | 89 enum CallType : unsigned { enum
|
| H A D | callable_types.h | 118 enum CallType : unsigned { enum
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5708 SourceRange Range, VariadicCallType CallType) { in checkCall() 5815 VariadicCallType CallType = in CheckConstructorCall() local 5834 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local 5912 VariadicCallType CallType = in CheckObjCMethodCall() local 5938 VariadicCallType CallType; in CheckPointerCall() local 5958 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall() local 8484 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 8959 Sema::VariadicCallType CallType; member in __anon8097fee11c11::CheckFormatHandler 9409 bool inFunctionCall, Sema::VariadicCallType CallType, in CheckPrintfHandler() 10357 bool inFunctionCall, Sema::VariadicCallType CallType, in CheckScanfHandler() [all …]
|
| H A D | SemaCoroutine.cpp | 388 MultiExprArg Arg) -> Expr * { in buildCoawaitCalls()
|
| H A D | SemaExprCXX.cpp | 2248 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
|
| H A D | SemaExpr.cpp | 6113 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 6131 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
| H A D | SemaDeclCXX.cpp | 15690 VariadicCallType CallType = in CompleteConstructorCall() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 579 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 20366 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local
|