| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | variant_test_helpers.h | 89 enum CallType : unsigned { enum 97 inline constexpr CallType operator|(CallType LHS, CallType RHS) { 98 return static_cast<CallType>(static_cast<unsigned>(LHS) | 128 template <class... Args> static void set_call(CallType type) { in set_call() 135 template <class... Args> static bool check_call(CallType type) { in check_call() 149 static CallType last_call_type; 153 CallType ForwardingCallObject::last_call_type = CT_None;
|
| H A D | callable_types.h | 118 enum CallType : unsigned { enum 126 inline constexpr CallType operator|(CallType LHS, CallType RHS) { 127 return static_cast<CallType>(static_cast<unsigned>(LHS) | static_cast<unsigned>(RHS)); 132 CallType last_call_type = CT_None; 136 constexpr void set_call(CallType type) { in set_call() 144 constexpr bool check_call(CallType type) { in check_call()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.h | 39 enum class CallType { enum 75 void emitCallInformation(CallType CT);
|
| H A D | SystemZAsmPrinter.cpp | 138 void SystemZAsmPrinter::emitCallInformation(CallType CT) { in emitCallInformation() 258 emitCallInformation(CallType::BRASL7); in emitInstruction() 265 emitCallInformation(CallType::BASR76); in emitInstruction() 272 emitCallInformation(CallType::BASR33); in emitInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 579 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall() argument 587 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall() 588 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall() 596 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5728 if (CallType != VariadicDoesNotApply && in checkCall() 5815 VariadicCallType CallType = in CheckConstructorCall() local 5823 Loc, SourceRange(), CallType); in CheckConstructorCall() 5912 VariadicCallType CallType = in CheckObjCMethodCall() local 5917 CallType); in CheckObjCMethodCall() 5938 VariadicCallType CallType; in CheckPointerCall() local 5940 CallType = VariadicDoesNotApply; in CheckPointerCall() 5942 CallType = VariadicBlock; in CheckPointerCall() 5944 CallType = VariadicFunction; in CheckPointerCall() 8887 CallType, in CheckFormatArguments() [all …]
|
| H A D | SemaCoroutine.cpp | 387 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in buildCoawaitCalls() 394 Calls.Results[CallType] = Result.get(); in buildCoawaitCalls()
|
| H A D | SemaExprCXX.cpp | 2248 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local 2258 CallType)) in BuildCXXNew() 2327 /*IsMemberFunction=*/false, StartLoc, Range, CallType); in BuildCXXNew()
|
| H A D | SemaExpr.cpp | 6113 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 6116 AllArgs, CallType); in ConvertArgumentsForCall() 6131 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall() argument 6203 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall() 6218 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in GatherArgumentsForCall()
|
| H A D | SemaDeclCXX.cpp | 15690 VariadicCallType CallType = in CompleteConstructorCall() local 15697 CallType, AllowExplicit, in CompleteConstructorCall()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 11951 VariadicCallType CallType = VariadicDoesNotApply, 13067 VariadicCallType CallType); 13205 VariadicCallType CallType, SourceLocation Loc, 13211 VariadicCallType CallType, SourceLocation Loc,
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 20366 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local 20371 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR() 20374 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()
|