Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp49 template <class CallType>
50 void setBitsAccordingToFunctionAttributes(const CallType &Call, in setBitsAccordingToFunctionAttributes()
73 template <class CallType>
74 void setBitsAccordingToParameterAttributes(const CallType &Call, in setBitsAccordingToParameterAttributes()
86 template <class CallType>
87 llvm::SmallBitVector getNonNullAttrsImpl(const CallType &Call, in getNonNullAttrsImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp599 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall() argument
607 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall()
608 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall()
616 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4861 if (CallType != VariadicDoesNotApply && in checkCall()
4942 VariadicCallType CallType = in CheckConstructorCall() local
4950 Loc, SourceRange(), CallType); in CheckConstructorCall()
5037 VariadicCallType CallType = in CheckObjCMethodCall() local
5042 CallType); in CheckObjCMethodCall()
5061 VariadicCallType CallType; in CheckPointerCall() local
5063 CallType = VariadicDoesNotApply; in CheckPointerCall()
5065 CallType = VariadicBlock; in CheckPointerCall()
5067 CallType = VariadicFunction; in CheckPointerCall()
7980 Sema::VariadicCallType CallType; member in __anonfebdc2651311::CheckFormatHandler
[all …]
H A DSemaCoroutine.cpp414 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in buildCoawaitCalls()
421 Calls.Results[CallType] = Result.get(); in buildCoawaitCalls()
H A DSemaExprCXX.cpp2206 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
2216 CallType)) in BuildCXXNew()
2286 /*IsMemberFunction=*/false, StartLoc, Range, CallType); in BuildCXXNew()
H A DSemaExpr.cpp5920 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local
5923 AllArgs, CallType); in ConvertArgumentsForCall()
5938 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall() argument
6010 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall()
6025 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in GatherArgumentsForCall()
H A DSemaDeclCXX.cpp15491 VariadicCallType CallType = in CompleteConstructorCall() local
15498 CallType, AllowExplicit, in CompleteConstructorCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11450 VariadicCallType CallType = VariadicDoesNotApply,
12529 VariadicCallType CallType);
12663 VariadicCallType CallType,
12669 VariadicCallType CallType,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19389 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local
19394 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()
19397 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()