Searched refs:CallType (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 1009 VariadicCallType CallType) { in checkCall() argument 1021 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 1028 if (CallType != VariadicDoesNotApply) { in checkCall() 1033 checkVariadicArgument(Arg, CallType); in checkCall() 1053 VariadicCallType CallType = in CheckConstructorCall() local 1056 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType); in CheckConstructorCall() 1067 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local 1081 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall() 1110 VariadicCallType CallType = in CheckObjCMethodCall() local 1115 lbrac, Method->getSourceRange(), CallType); in CheckObjCMethodCall() [all …]
|
| H A D | SemaExpr.cpp | 4327 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 4330 Proto, 0, Args, AllArgs, CallType); in ConvertArgumentsForCall() 4344 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall() argument 4413 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall() 4428 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], CallType, in GatherArgumentsForCall()
|
| H A D | SemaExprCXX.cpp | 1437 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local 1444 PlacementArgs, AllPlaceArgs, CallType)) in BuildCXXNew()
|
| H A D | SemaDeclCXX.cpp | 11307 VariadicCallType CallType = in CompleteConstructorCall() local 11314 CallType, AllowExplicit, in CompleteConstructorCall()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 7876 VariadicCallType CallType = VariadicDoesNotApply, 8520 SourceRange Range, VariadicCallType CallType); 8578 VariadicCallType CallType, 8589 VariadicCallType CallType, 8595 VariadicCallType CallType,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 13383 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local 13388 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR() 13391 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()
|