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.cpp1283 VariadicCallType CallType = local
1288 AllPlaceArgs, CallType))
H A DSemaChecking.cpp496 VariadicCallType CallType) {
505 if (CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc, Range))
510 if (!HandledFormatString && CallType != VariadicDoesNotApply)
514 variadicArgumentPODCheck(Arg, CallType);
536 VariadicCallType CallType = local
539 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
550 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, local
565 TheCall->getCallee()->getSourceRange(), CallType);
590 VariadicCallType CallType = local
596 lbrac, Method->getSourceRange(), CallType);
490 checkCall(NamedDecl *FDecl, ArrayRef<const Expr *> Args, unsigned NumProtoArgs, bool IsMemberFunction, SourceLocation Loc, SourceRange Range, VariadicCallType CallType) argument
1651 checkFormatStringExpr(const Expr *E, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, bool inFunctionCall) argument
1873 CheckFormatArguments(const FormatAttr *Format, ArrayRef<const Expr *> Args, bool IsCXXMember, VariadicCallType CallType, SourceLocation Loc, SourceRange Range) argument
1886 CheckFormatArguments(ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range) argument
1960 Sema::VariadicCallType CallType; member in class:__anon3860::CheckFormatHandler
2359 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) argument
2949 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) argument
3107 CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, bool inFunctionCall, VariadicCallType CallType) argument
[all...]
H A DSemaDeclCXX.cpp9750 VariadicCallType CallType = local
9755 CallType, AllowExplicit,
H A DSemaExpr.cpp3742 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); local
3745 Proto, 0, Args, NumArgs, AllArgs, CallType);
3761 VariadicCallType CallType,
3833 if (CallType != VariadicDoesNotApply) {
3848 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], CallType,
3755 GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, const FunctionProtoType *Proto, unsigned FirstProtoArg, Expr **Args, unsigned NumArgs, SmallVector<Expr *, 8> &AllArgs, VariadicCallType CallType, bool AllowExplicit, bool IsListInitialization) argument
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7630 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR local
7635 Chain = DAG.getNode(CallType, dl, NodeTys, Ops, 3);
7638 Chain = DAG.getNode(CallType, dl, NodeTys, Ops, 2);

Completed in 1075 milliseconds