| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonNullParamChecker.cpp | 51 template <class CallType> 52 void setBitsAccordingToFunctionAttributes(const CallType &Call, in setBitsAccordingToFunctionAttributes() 75 template <class CallType> 76 void setBitsAccordingToParameterAttributes(const CallType &Call, in setBitsAccordingToParameterAttributes() 88 template <class CallType> 89 llvm::SmallBitVector getNonNullAttrsImpl(const CallType &Call, in getNonNullAttrsImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.h | 39 enum class CallType { enum 123 void emitCallInformation(CallType CT);
|
| H A D | SystemZAsmPrinter.cpp | 144 void SystemZAsmPrinter::emitCallInformation(CallType CT) { in emitCallInformation() 308 emitCallInformation(CallType::BRASL7); in emitInstruction() 315 emitCallInformation(CallType::BASR76); in emitInstruction() 322 emitCallInformation(CallType::BASR33); in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7476 if (CallType != VariadicDoesNotApply && in checkCall() 7616 VariadicCallType CallType = in CheckConstructorCall() local 7625 Loc, SourceRange(), CallType); in CheckConstructorCall() 7716 VariadicCallType CallType = in CheckObjCMethodCall() local 7721 CallType); in CheckObjCMethodCall() 7742 VariadicCallType CallType; in CheckPointerCall() local 7744 CallType = VariadicDoesNotApply; in CheckPointerCall() 7746 CallType = VariadicBlock; in CheckPointerCall() 7748 CallType = VariadicFunction; in CheckPointerCall() 10890 CallType, in CheckFormatArguments() [all …]
|
| H A D | SemaCoroutine.cpp | 468 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in buildCoawaitCalls() 475 Calls.Results[CallType] = Result.get(); in buildCoawaitCalls()
|
| H A D | SemaExprCXX.cpp | 2309 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local 2319 CallType)) in BuildCXXNew() 2388 /*IsMemberFunction=*/false, StartLoc, Range, CallType); in BuildCXXNew()
|
| H A D | SemaExpr.cpp | 6656 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 6659 AllArgs, CallType); in ConvertArgumentsForCall() 6674 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall() argument 6746 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall() 6761 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in GatherArgumentsForCall()
|
| H A D | SemaDeclCXX.cpp | 16208 VariadicCallType CallType = in CompleteConstructorCall() local 16213 CallType, AllowExplicit, IsListInitialization); in CompleteConstructorCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 772 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall() argument 780 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall() 781 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall() 789 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12732 VariadicCallType CallType = VariadicDoesNotApply, 13870 VariadicCallType CallType); 14033 VariadicCallType CallType, SourceLocation Loc, 14039 VariadicCallType CallType, SourceLocation Loc,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 18527 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local 18532 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR() 18535 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()
|