Home
last modified time | relevance | path

Searched refs:CallType (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp720 VariadicCallType CallType) { in checkCall() argument
735 CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
742 if (CallType != VariadicDoesNotApply) { in checkCall()
747 checkVariadicArgument(Arg, CallType); in checkCall()
774 VariadicCallType CallType = in CheckConstructorCall() local
777 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType); in CheckConstructorCall()
788 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local
803 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall()
828 VariadicCallType CallType = in CheckObjCMethodCall() local
833 lbrac, Method->getSourceRange(), CallType); in CheckObjCMethodCall()
[all …]
DSemaExpr.cpp4139 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local
4142 Proto, 0, Args, AllArgs, CallType); in ConvertArgumentsForCall()
4158 VariadicCallType CallType, in GatherArgumentsForCall() argument
4240 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall()
4255 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], CallType, in GatherArgumentsForCall()
DSemaExprCXX.cpp1385 VariadicCallType CallType = in BuildCXXNew() local
1389 PlacementArgs, AllPlaceArgs, CallType)) in BuildCXXNew()
DSemaDeclCXX.cpp10536 VariadicCallType CallType = in CompleteConstructorCall() local
10543 CallType, AllowExplicit, in CompleteConstructorCall()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h7215 VariadicCallType CallType = VariadicDoesNotApply,
7838 VariadicCallType CallType);
7887 VariadicCallType CallType,
7894 VariadicCallType CallType,
7900 VariadicCallType CallType,
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp8150 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local
8155 Chain = DAG.getNode(CallType, dl, NodeTys, Ops, array_lengthof(Ops)); in GetTLSADDR()
8158 Chain = DAG.getNode(CallType, dl, NodeTys, Ops, array_lengthof(Ops)); in GetTLSADDR()