/external/v8/src/ic/ |
H A D | ic-state.h | 29 enum CallType { METHOD, FUNCTION }; enum in class:v8::internal::BASE_EMBEDDED 31 CallICState(int argc, CallType call_type) 41 CallType call_type() const { return call_type_; } 47 class CallTypeBits : public BitField<CallType, Code::kArgumentsBits, 1> {}; 50 const CallType call_type_;
|
H A D | ic.h | 311 CallICState::CallType call_type);
|
H A D | ic.cc | 1339 CallICState::CallType call_type) {
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fDebugMarkerTests.cpp | 93 enum CallType enum in namespace:deqp::gles2::Functional::__anon3160 124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1));
|
/external/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 1179 VariadicCallType CallType) { 1191 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, 1198 if (CallType != VariadicDoesNotApply) { 1203 checkVariadicArgument(Arg, CallType); 1223 VariadicCallType CallType = local 1226 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType); 1237 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, local 1251 TheCall->getCallee()->getSourceRange(), CallType); 1280 VariadicCallType CallType = local 1285 lbrac, Method->getSourceRange(), CallType); 1176 checkCall(NamedDecl *FDecl, ArrayRef<const Expr *> Args, unsigned NumParams, bool IsMemberFunction, SourceLocation Loc, SourceRange Range, VariadicCallType CallType) argument 1321 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, local 2589 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 2785 CheckFormatArguments(const FormatAttr *Format, ArrayRef<const Expr *> Args, bool IsCXXMember, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument 2799 CheckFormatArguments(ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument 2875 Sema::VariadicCallType CallType; member in class:__anon1139::CheckFormatHandler 3269 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 4013 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 4184 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 D | SemaExpr.cpp | 4377 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); local 4380 Proto, 0, Args, AllArgs, CallType); 4394 VariadicCallType CallType, bool AllowExplicit, 4463 if (CallType != VariadicDoesNotApply) { 4478 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], CallType, 4390 GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, const FunctionProtoType *Proto, unsigned FirstParam, ArrayRef<Expr *> Args, SmallVectorImpl<Expr *> &AllArgs, VariadicCallType CallType, bool AllowExplicit, bool IsListInitialization) argument
|
H A D | SemaExprCXX.cpp | 1523 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction local 1530 PlacementArgs, AllPlaceArgs, CallType))
|
H A D | SemaDeclCXX.cpp | 11417 VariadicCallType CallType = local 11424 CallType, AllowExplicit,
|
/external/v8/src/ |
H A D | ast.cc | 568 CallType call_type = GetCallType(isolate); 573 Call::CallType Call::GetCallType(Isolate* isolate) const {
|
H A D | full-codegen.h | 478 void EmitCall(Call* expr, CallICState::CallType = CallICState::FUNCTION);
|
H A D | ast.h | 1800 enum CallType { enum in class:v8::internal::FINAL 1809 CallType GetCallType(Isolate* isolate) const;
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 7805 VariadicCallType CallType = VariadicDoesNotApply, 8457 SourceRange Range, VariadicCallType CallType); 8519 VariadicCallType CallType, 8530 VariadicCallType CallType, 8536 VariadicCallType CallType,
|
/external/v8/src/arm/ |
H A D | full-codegen-arm.cc | 2670 CallICState::CallType call_type = 2762 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { 2826 Call::CallType call_type = expr->GetCallType(isolate());
|
/external/v8/src/arm64/ |
H A D | full-codegen-arm64.cc | 2336 CallICState::CallType call_type = 2426 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { 2490 Call::CallType call_type = expr->GetCallType(isolate());
|
/external/v8/src/ia32/ |
H A D | full-codegen-ia32.cc | 2588 CallICState::CallType call_type = 2674 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { 2735 Call::CallType call_type = expr->GetCallType(isolate());
|
/external/v8/src/mips/ |
H A D | full-codegen-mips.cc | 2656 CallICState::CallType call_type = 2747 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { 2811 Call::CallType call_type = expr->GetCallType(isolate());
|
/external/v8/src/mips64/ |
H A D | full-codegen-mips64.cc | 2657 CallICState::CallType call_type = 2748 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { 2811 Call::CallType call_type = expr->GetCallType(isolate());
|
/external/v8/src/x64/ |
H A D | full-codegen-x64.cc | 2582 CallICState::CallType call_type = 2669 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { 2733 Call::CallType call_type = expr->GetCallType(isolate());
|
/external/v8/src/x87/ |
H A D | full-codegen-x87.cc | 2578 CallICState::CallType call_type = 2664 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { 2725 Call::CallType call_type = expr->GetCallType(isolate());
|
/external/v8/src/compiler/ |
H A D | ast-graph-builder.cc | 1192 Call::CallType call_type = expr->GetCallType(isolate());
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 11064 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR local 11069 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); 11072 Chain = DAG.getNode(CallType, dl, NodeTys, Ops);
|