Searched refs:CallType (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NonNullParamChecker.cpp | 49 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 594 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall() argument 602 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall() 603 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall() 611 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 4595 SourceRange Range, VariadicCallType CallType) { in checkCall() argument 4607 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 4615 if (CallType != VariadicDoesNotApply && in checkCall() 4628 checkVariadicArgument(Arg, CallType); in checkCall() 4693 VariadicCallType CallType = in CheckConstructorCall() local 4701 Loc, SourceRange(), CallType); in CheckConstructorCall() 4712 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local 4747 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall() 4788 VariadicCallType CallType = in CheckObjCMethodCall() local 4793 CallType); in CheckObjCMethodCall() [all …]
|
H A D | SemaCoroutine.cpp | 434 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in buildCoawaitCalls() 441 Calls.Results[CallType] = Result.get(); in buildCoawaitCalls()
|
H A D | SemaExprCXX.cpp | 2189 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local 2199 CallType)) in BuildCXXNew() 2269 /*IsMemberFunction=*/false, StartLoc, Range, CallType); in BuildCXXNew()
|
H A D | SemaExpr.cpp | 5882 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 5885 AllArgs, CallType); in ConvertArgumentsForCall() 5899 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall() argument 5971 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall() 5986 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in GatherArgumentsForCall()
|
H A D | SemaDeclCXX.cpp | 15286 VariadicCallType CallType = in CompleteConstructorCall() local 15293 CallType, AllowExplicit, in CompleteConstructorCall()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 11349 VariadicCallType CallType = VariadicDoesNotApply, 12428 VariadicCallType CallType); 12560 VariadicCallType CallType, 12566 VariadicCallType CallType,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 19326 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local 19331 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR() 19334 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()
|