Home
last modified time | relevance | path

Searched defs:CallType (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h39 enum class CallType { enum
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7456 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.cpp469 __anoncc6b02ff0402(ACT CallType, StringRef Func, MultiExprArg Arg) buildCoawaitCalls() argument
H A DSemaExprCXX.cpp2309 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction BuildCXXNew() local
H A DSemaExpr.cpp6656 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.cpp16208 VariadicCallType CallType = CompleteConstructorCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp772 getOrInsertValueProfilingCall(Module & M,const TargetLibraryInfo & TLI,ValueProfilingCallType CallType=ValueProfilingCallType::Default) getOrInsertValueProfilingCall() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18527 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR GetTLSADDR() local
[all...]