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::__anon4173
124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1));
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1531 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction local
1538 PlacementArgs, AllPlaceArgs, CallType))
H A DSemaChecking.cpp1373 VariadicCallType CallType) {
1385 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range,
1392 if (CallType != VariadicDoesNotApply) {
1404 checkVariadicArgument(Arg, CallType);
1426 VariadicCallType CallType = local
1429 CallType);
1440 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, local
1453 TheCall->getCallee()->getSourceRange(), CallType);
1482 VariadicCallType CallType = local
1487 CallType);
1370 checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, ArrayRef<const Expr *> Args, bool IsMemberFunction, SourceLocation Loc, SourceRange Range, VariadicCallType CallType) argument
1526 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, local
3019 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) argument
3215 CheckFormatArguments(const FormatAttr *Format, ArrayRef<const Expr *> Args, bool IsCXXMember, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
3229 CheckFormatArguments(ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
3305 Sema::VariadicCallType CallType; member in class:__anon1479::CheckFormatHandler
3699 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) argument
4488 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) argument
4659 CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, bool inFunctionCall, VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs) argument
[all...]
H A DSemaDeclCXX.cpp11458 VariadicCallType CallType = local
11465 CallType, AllowExplicit,
H A DSemaExpr.cpp4540 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); local
4543 Proto, 0, Args, AllArgs, CallType);
4557 VariadicCallType CallType, bool AllowExplicit,
4626 if (CallType != VariadicDoesNotApply) {
4641 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl);
4553 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.h1947 enum CallType { enum in class:v8::internal::final
1960 CallType GetCallType(Isolate* isolate) const;

Completed in 330 milliseconds