Searched defs:CallType (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.h | 42 enum class CallType { enum
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 3528 SourceRange Range, VariadicCallType CallType) { in checkCall() 3726 VariadicCallType CallType = Proto->isVariadic() in CheckConstructorCall() local 3745 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local 3837 VariadicCallType CallType; in CheckPointerCall() local 3855 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall() local 6214 VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 6669 VariadicCallType CallType, SourceLocation Loc, in CheckFormatArguments() 6684 VariadicCallType CallType, SourceLocation Loc, in CheckFormatString() 6704 VariadicCallType CallType, SourceLocation Loc, in CheckFormatArguments() 6804 VariadicCallType CallType; member in __anon28c3fbb11f11::CheckFormatHandler [all …]
|
| H A D | SemaCoroutine.cpp | 373 MultiExprArg Arg) -> Expr * { in buildCoawaitCalls()
|
| H A D | SemaObjC.cpp | 1243 VariadicCallType CallType = Method->isVariadic() in CheckObjCMethodCall() local
|
| H A D | SemaExprCXX.cpp | 2448 VariadicCallType CallType = Proto->isVariadic() in BuildCXXNew() local
|
| H A D | SemaExpr.cpp | 6007 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 6025 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
| H A D | SemaDeclCXX.cpp | 16375 VariadicCallType CallType = Proto->isVariadic() in CompleteConstructorCall() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltin.cpp | 1302 QualType CallType = Call->getType(); in interp__builtin_ia32_bzhi() local 1327 QualType CallType = Call->getType(); in interp__builtin_ia32_lzcnt() local 1340 QualType CallType = Call->getType(); in interp__builtin_ia32_tzcnt() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Scalarizer.cpp | 687 Type *CallType = CI.getType(); in splitCall() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1013 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 19392 X86ISD::NodeType CallType = UseTLSDESC ? X86ISD::TLSDESC in GetTLSADDR() local
|