Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h39 enum class CallType { enum
123 void emitCallInformation(CallType CT);
H A DSystemZAsmPrinter.cpp144 // enumeration CallType for the possible values. in emitCallInformation()
145 void SystemZAsmPrinter::emitCallInformation(CallType CT) { in emitCallInformation()
309 emitCallInformation(CallType::BRASL7); in emitInstruction()
316 emitCallInformation(CallType::BASR76); in emitInstruction()
323 emitCallInformation(CallType::BASR33); in emitInstruction()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3154 SourceRange Range, VariadicCallType CallType) { in ParseSVEImmChecks()
3166 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in getArmStreamingFnType()
3174 if (CallType != VariadicDoesNotApply &&
3187 checkVariadicArgument(Arg, CallType); in checkArmStreamingBuiltin()
3224 CallType == VariadicDoesNotApply) in getSMEState()
3346 VariadicCallType CallType = in CheckNeonBuiltinFunctionCall()
3355 Loc, SourceRange(), CallType); in CheckNeonBuiltinFunctionCall()
3364 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckNeonBuiltinFunctionCall()
3400 TheCall->getCallee()->getSourceRange(), CallType); in CheckCDEBuiltinFunctionCall()
3456 VariadicCallType CallType; in CheckARMBuiltinExclusiveCall()
7456 checkCall(NamedDecl * FDecl,const FunctionProtoType * Proto,const Expr * ThisArg,ArrayRef<const Expr * > Args,bool IsMemberFunction,SourceLocation Loc,SourceRange Range,VariadicCallType CallType) checkCall() argument
7616 VariadicCallType CallType = CheckConstructorCall() local
7636 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, CheckFunctionCall() local
7716 VariadicCallType CallType = CheckObjCMethodCall() local
7742 VariadicCallType CallType; CheckPointerCall() local
7762 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, CheckOtherCall() local
10458 checkFormatStringExpr(Sema & S,const Expr * E,ArrayRef<const Expr * > Args,Sema::FormatArgumentPassingKind APK,unsigned format_idx,unsigned firstDataArg,Sema::FormatStringType Type,Sema::VariadicCallType CallType,bool InFunctionCall,llvm::SmallBitVector & CheckedVarArgs,UncoveredArgHandler & UncoveredArg,llvm::APSInt Offset,bool IgnoreStringsWithoutSpecifiers=false) checkFormatStringExpr() argument
10848 CheckFormatArguments(const FormatAttr * Format,ArrayRef<const Expr * > Args,bool IsCXXMember,VariadicCallType CallType,SourceLocation Loc,SourceRange Range,llvm::SmallBitVector & CheckedVarArgs) CheckFormatArguments() argument
10864 CheckFormatArguments(ArrayRef<const Expr * > Args,Sema::FormatArgumentPassingKind APK,unsigned format_idx,unsigned firstDataArg,FormatStringType Type,VariadicCallType CallType,SourceLocation Loc,SourceRange Range,llvm::SmallBitVector & CheckedVarArgs) CheckFormatArguments() argument
10962 Sema::VariadicCallType CallType; global() member in __anon6690ba031f11::CheckFormatHandler
11412 CheckPrintfHandler(Sema & s,const FormatStringLiteral * fexpr,const Expr * origFormatExpr,const Sema::FormatStringType type,unsigned firstDataArg,unsigned numDataArgs,bool isObjC,const char * beg,Sema::FormatArgumentPassingKind APK,ArrayRef<const Expr * > Args,unsigned formatIdx,bool inFunctionCall,Sema::VariadicCallType CallType,llvm::SmallBitVector & CheckedVarArgs,UncoveredArgHandler & UncoveredArg) CheckPrintfHandler() argument
12401 CheckScanfHandler(Sema & s,const FormatStringLiteral * fexpr,const Expr * origFormatExpr,Sema::FormatStringType type,unsigned firstDataArg,unsigned numDataArgs,const char * beg,Sema::FormatArgumentPassingKind APK,ArrayRef<const Expr * > Args,unsigned formatIdx,bool inFunctionCall,Sema::VariadicCallType CallType,llvm::SmallBitVector & CheckedVarArgs,UncoveredArgHandler & UncoveredArg) CheckScanfHandler() argument
12570 CheckFormatString(Sema & S,const FormatStringLiteral * FExpr,const Expr * OrigFormatExpr,ArrayRef<const Expr * > Args,Sema::FormatArgumentPassingKind APK,unsigned format_idx,unsigned firstDataArg,Sema::FormatStringType Type,bool inFunctionCall,Sema::VariadicCallType CallType,llvm::SmallBitVector & CheckedVarArgs,UncoveredArgHandler & UncoveredArg,bool IgnoreStringsWithoutSpecifiers) CheckFormatString() argument
[all...]
H A DSemaCoroutine.cpp384 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in maybeTailCall()
391 Calls.Results[CallType] = Result.get();
469 __anoncc6b02ff0402(ACT CallType, StringRef Func, MultiExprArg Arg) buildCoawaitCalls() argument
H A DSemaExprCXX.cpp2340 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew()
2350 CallType)) in BuildCXXNew()
2419 /*IsMemberFunction=*/false, StartLoc, Range, CallType); in BuildCXXNew()
2309 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction BuildCXXNew() local
H A DSemaExpr.cpp5880 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ActOnOMPIteratorExpr()
5883 AllArgs, CallType); in ActOnOMPIteratorExpr()
5898 VariadicCallType CallType, bool AllowExplicit, in CreateBuiltinArraySubscriptExpr()
5970 if (CallType != VariadicDoesNotApply) { in CreateBuiltinArraySubscriptExpr()
5985 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in CreateBuiltinArraySubscriptExpr()
6656 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); ConvertArgumentsForCall() local
6674 GatherArgumentsForCall(SourceLocation CallLoc,FunctionDecl * FDecl,const FunctionProtoType * Proto,unsigned FirstParam,ArrayRef<Expr * > Args,SmallVectorImpl<Expr * > & AllArgs,VariadicCallType CallType,bool AllowExplicit,bool IsListInitialization) GatherArgumentsForCall() argument
H A DSemaDeclCXX.cpp16086 VariadicCallType CallType = in BuildCXXConstructExpr()
16091 CallType, AllowExplicit, IsListInitialization); in BuildCXXConstructExpr()
16208 VariadicCallType CallType = CompleteConstructorCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1002 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in lowerMCDCTestVectorBitmapUpdate()
1010 assert((CallType == ValueProfilingCallType::Default || in lowerMCDCTestVectorBitmapUpdate()
1011 CallType == ValueProfilingCallType::MemOp) && in lowerMCDCTestVectorBitmapUpdate()
1019 StringRef FuncName = CallType == ValueProfilingCallType::Default
772 getOrInsertValueProfilingCall(Module & M,const TargetLibraryInfo & TLI,ValueProfilingCallType CallType=ValueProfilingCallType::Default) getOrInsertValueProfilingCall() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2359 VariadicCallType CallType);
2559 VariadicCallType CallType, SourceLocation Loc,
2565 VariadicCallType CallType, SourceLocation Loc,
7561 VariadicCallType CallType = VariadicDoesNotApply,
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18682 X86ISD::NodeType CallType = UseTLSDESC ? X86ISD::TLSDESC in LowerGlobalTLSAddress()
18688 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in LowerGlobalTLSAddress()
18691 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in LowerGlobalTLSAddress()
18527 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR GetTLSADDR() local
[all...]