Searched defs:CallType (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fDebugMarkerTests.cpp93 enum CallType enum in namespace:deqp::gles2::Functional::__anon4934
124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1));
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1764 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction local
1771 PlacementArgs, AllPlaceArgs, CallType))
H A DSemaChecking.cpp2087 VariadicCallType CallType) {
2099 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range,
2106 if (CallType != VariadicDoesNotApply) {
2118 checkVariadicArgument(Arg, CallType);
2140 VariadicCallType CallType = local
2143 CallType);
2154 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, local
2167 TheCall->getCallee()->getSourceRange(), CallType);
2196 VariadicCallType CallType = local
2201 CallType);
2084 checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, ArrayRef<const Expr *> Args, bool IsMemberFunction, SourceLocation Loc, SourceRange Range, VariadicCallType CallType) argument
2240 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, local
3805 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, Sema::VariadicCallType CallType, bool InFunctionCall, llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg) argument
4027 CheckFormatArguments(const FormatAttr *Format, ArrayRef<const Expr *> Args, bool IsCXXMember, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
4041 CheckFormatArguments(ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
4140 Sema::VariadicCallType CallType; member in class:__anon1797::CheckFormatHandler
4584 CheckPrintfHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, bool isObjC, const char *beg, bool hasVAListArg, ArrayRef<const Expr *> Args, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg) argument
5371 CheckScanfHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, const char *beg, bool hasVAListArg, ArrayRef<const Expr *> Args, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg) argument
5542 CheckFormatString(Sema &S, const StringLiteral *FExpr, const Expr *OrigFormatExpr, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, bool inFunctionCall, Sema::VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg) argument
[all...]
H A DSemaDeclCXX.cpp11636 VariadicCallType CallType = local
11643 CallType, AllowExplicit,
H A DSemaExpr.cpp4788 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); local
4791 Proto, 0, Args, AllArgs, CallType);
4805 VariadicCallType CallType, bool AllowExplicit,
4874 if (CallType != VariadicDoesNotApply) {
4889 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl);
4801 GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, const FunctionProtoType *Proto, unsigned FirstParam, ArrayRef<Expr *> Args, SmallVectorImpl<Expr *> &AllArgs, VariadicCallType CallType, bool AllowExplicit, bool IsListInitialization) argument
/external/v8/src/ast/
H A Dast.h1893 enum CallType { enum in class:v8::internal::final
1910 CallType GetCallType() const;

Completed in 1090 milliseconds