Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dvariant_test_helpers.h89 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 Dcallable_types.h118 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 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()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h39 enum class CallType { enum
75 void emitCallInformation(CallType CT);
H A DSystemZAsmPrinter.cpp138 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 DInstrProfiling.cpp579 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 DSemaChecking.cpp5728 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 DSemaCoroutine.cpp387 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in buildCoawaitCalls()
394 Calls.Results[CallType] = Result.get(); in buildCoawaitCalls()
H A DSemaExprCXX.cpp2248 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
2258 CallType)) in BuildCXXNew()
2327 /*IsMemberFunction=*/false, StartLoc, Range, CallType); in BuildCXXNew()
H A DSemaExpr.cpp6113 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 DSemaDeclCXX.cpp15690 VariadicCallType CallType = in CompleteConstructorCall() local
15697 CallType, AllowExplicit, in CompleteConstructorCall()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h11951 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 DX86ISelLowering.cpp20366 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()