Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
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-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp4841 SourceRange Range, VariadicCallType CallType) { in checkCall() argument
4853 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
4861 if (CallType != VariadicDoesNotApply && in checkCall()
4874 checkVariadicArgument(Arg, CallType); in checkCall()
4942 VariadicCallType CallType = in CheckConstructorCall() local
4950 Loc, SourceRange(), CallType); in CheckConstructorCall()
4961 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local
4996 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall()
5037 VariadicCallType CallType = in CheckObjCMethodCall() local
5042 CallType); in CheckObjCMethodCall()
[all …]
DSemaCoroutine.cpp414 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in buildCoawaitCalls()
421 Calls.Results[CallType] = Result.get(); in buildCoawaitCalls()
DSemaExprCXX.cpp2206 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
2216 CallType)) in BuildCXXNew()
2286 /*IsMemberFunction=*/false, StartLoc, Range, CallType); in BuildCXXNew()
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()
DSemaDeclCXX.cpp15491 VariadicCallType CallType = in CompleteConstructorCall() local
15498 CallType, AllowExplicit, in CompleteConstructorCall()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h11453 VariadicCallType CallType = VariadicDoesNotApply,
12532 VariadicCallType CallType);
12666 VariadicCallType CallType,
12672 VariadicCallType CallType,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
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()