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

/external/webkit/Source/JavaScriptCore/runtime/
H A DCallData.h42 enum CallType { enum in namespace:JSC
60 JSValue call(ExecState*, JSValue functionObject, CallType, const CallData&, JSValue thisValue, const ArgList&);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1316 VariadicCallType CallType = local
1321 AllPlaceArgs, CallType))
H A DSemaChecking.cpp497 VariadicCallType CallType) {
507 if (CheckFormatArguments(*I, Args, NumArgs, IsMemberFunction, CallType,
513 if (!HandledFormatString && CallType != VariadicDoesNotApply)
515 variadicArgumentPODCheck(Args[ArgIdx], CallType);
536 VariadicCallType CallType = local
539 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
547 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, local
552 TheCall->getCallee()->getSourceRange(), CallType);
577 VariadicCallType CallType = local
582 lbrac, Method->getSourceRange(), CallType);
491 checkCall(NamedDecl *FDecl, Expr **Args, unsigned NumArgs, unsigned NumProtoArgs, bool IsMemberFunction, SourceLocation Loc, SourceRange Range, VariadicCallType CallType) argument
1621 checkFormatStringExpr(const Expr *E, Expr **Args, unsigned NumArgs, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, bool inFunctionCall) argument
1831 CheckFormatArguments(const FormatAttr *Format, Expr **Args, unsigned NumArgs, bool IsCXXMember, VariadicCallType CallType, SourceLocation Loc, SourceRange Range) argument
1843 CheckFormatArguments(Expr **Args, unsigned NumArgs, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range) argument
1918 Sema::VariadicCallType CallType; member in class:__anon173::CheckFormatHandler
2300 CheckPrintfHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, bool isObjC, const char *beg, bool hasVAListArg, Expr **Args, unsigned NumArgs, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType) argument
2827 CheckScanfHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, const char *beg, bool hasVAListArg, Expr **Args, unsigned NumArgs, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType) argument
2985 CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, Expr **Args, unsigned NumArgs, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, bool inFunctionCall, VariadicCallType CallType) argument
[all...]
H A DSemaDeclCXX.cpp9170 VariadicCallType CallType = local
9175 CallType, AllowExplicit);
H A DSemaExpr.cpp3607 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); local
3610 Proto, 0, Args, NumArgs, AllArgs, CallType);
3626 VariadicCallType CallType,
3696 if (CallType != VariadicDoesNotApply) {
3706 arg = DefaultVariadicArgumentPromotion(Args[i], CallType, FDecl);
3714 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], CallType,
3620 GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, const FunctionProtoType *Proto, unsigned FirstProtoArg, Expr **Args, unsigned NumArgs, SmallVector<Expr *, 8> &AllArgs, VariadicCallType CallType, bool AllowExplicit) argument
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7459 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR local
7464 Chain = DAG.getNode(CallType, dl, NodeTys, Ops, 3);
7467 Chain = DAG.getNode(CallType, dl, NodeTys, Ops, 2);

Completed in 336 milliseconds