Searched refs:CallType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 4161 if (CallType != VariadicDoesNotApply && in checkCall() 4199 VariadicCallType CallType = in CheckConstructorCall() local 4202 Loc, SourceRange(), CallType); in CheckConstructorCall() 4263 VariadicCallType CallType = in CheckObjCMethodCall() local 4268 CallType); in CheckObjCMethodCall() 4287 VariadicCallType CallType; in CheckPointerCall() local 4289 CallType = VariadicDoesNotApply; in CheckPointerCall() 4291 CallType = VariadicBlock; in CheckPointerCall() 4293 CallType = VariadicFunction; in CheckPointerCall() 6741 Sema::VariadicCallType CallType; member in __anon7dcd61c00f11::CheckFormatHandler [all …]
|
| H A D | SemaExpr.cpp | 4969 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 4972 AllArgs, CallType); in ConvertArgumentsForCall() 4986 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall() argument 5058 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall() 5073 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in GatherArgumentsForCall()
|
| H A D | SemaExprCXX.cpp | 2078 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local 2087 AllPlaceArgs, CallType)) in BuildCXXNew()
|
| H A D | SemaDeclCXX.cpp | 13109 VariadicCallType CallType = in CompleteConstructorCall() local 13116 CallType, AllowExplicit, in CompleteConstructorCall()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 9499 VariadicCallType CallType = VariadicDoesNotApply, 10493 VariadicCallType CallType); 10576 VariadicCallType CallType, 10582 VariadicCallType CallType,
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 16913 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local 16918 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR() 16921 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()
|