Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp4161 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 DSemaExpr.cpp4969 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 DSemaExprCXX.cpp2078 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
2087 AllPlaceArgs, CallType)) in BuildCXXNew()
H A DSemaDeclCXX.cpp13109 VariadicCallType CallType = in CompleteConstructorCall() local
13116 CallType, AllowExplicit, in CompleteConstructorCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9499 VariadicCallType CallType = VariadicDoesNotApply,
10493 VariadicCallType CallType);
10576 VariadicCallType CallType,
10582 VariadicCallType CallType,
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16913 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()