Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp51 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 DSystemZAsmPrinter.h39 enum class CallType { enum
123 void emitCallInformation(CallType CT);
H A DSystemZAsmPrinter.cpp144 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 DSemaChecking.cpp7476 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 DSemaCoroutine.cpp468 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in buildCoawaitCalls()
475 Calls.Results[CallType] = Result.get(); in buildCoawaitCalls()
H A DSemaExprCXX.cpp2309 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
2319 CallType)) in BuildCXXNew()
2388 /*IsMemberFunction=*/false, StartLoc, Range, CallType); in BuildCXXNew()
H A DSemaExpr.cpp6656 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 DSemaDeclCXX.cpp16208 VariadicCallType CallType = in CompleteConstructorCall() local
16213 CallType, AllowExplicit, IsListInitialization); in CompleteConstructorCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp772 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 DSema.h12732 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 DX86ISelLowering.cpp18527 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()