Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h39 enum class CallType { enum
/llvm-project/libcxx/test/support/
H A Dvariant_test_helpers.h78 enum CallType : unsigned { enum
H A Dcallable_types.h118 enum CallType : unsigned { enum
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3150 checkCall(NamedDecl * FDecl,const FunctionProtoType * Proto,const Expr * ThisArg,ArrayRef<const Expr * > Args,bool IsMemberFunction,SourceLocation Loc,SourceRange Range,VariadicCallType CallType) checkCall() argument
3342 VariadicCallType CallType = CheckConstructorCall() local
3360 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, CheckFunctionCall() local
3452 VariadicCallType CallType; CheckPointerCall() local
3470 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, CheckOtherCall() local
5655 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
6042 CheckFormatArguments(const FormatAttr * Format,ArrayRef<const Expr * > Args,bool IsCXXMember,VariadicCallType CallType,SourceLocation Loc,SourceRange Range,llvm::SmallBitVector & CheckedVarArgs) CheckFormatArguments() argument
6058 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
6156 Sema::VariadicCallType CallType; global() member in __anond0e4d2a41b11::CheckFormatHandler
6606 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
7639 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
7809 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.cpp385 __anon81422fc00402(ACT CallType, StringRef Func, MultiExprArg Arg) buildCoawaitCalls() argument
H A DSemaObjC.cpp1247 Sema::VariadicCallType CallType = CheckObjCMethodCall() local
H A DSemaExprCXX.cpp2340 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction BuildCXXNew() local
H A DSemaExpr.cpp5842 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); ConvertArgumentsForCall() local
5860 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.cpp16027 VariadicCallType CallType = CompleteConstructorCall() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp827 getOrInsertValueProfilingCall(Module & M,const TargetLibraryInfo & TLI,ValueProfilingCallType CallType=ValueProfilingCallType::Default) getOrInsertValueProfilingCall() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18706 X86ISD::NodeType CallType = UseTLSDESC ? X86ISD::TLSDESC GetTLSADDR() local
[all...]