Searched refs:CallType (Results 1 - 21 of 21) sorted by relevance

/external/v8/src/ic/
H A Dic-state.h29 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 Dic.h311 CallICState::CallType call_type);
H A Dic.cc1339 CallICState::CallType call_type) {
/external/deqp/modules/gles2/functional/
H A Des2fDebugMarkerTests.cpp93 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 DSemaChecking.cpp1179 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 DSemaExpr.cpp4377 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 DSemaExprCXX.cpp1523 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction local
1530 PlacementArgs, AllPlaceArgs, CallType))
H A DSemaDeclCXX.cpp11417 VariadicCallType CallType = local
11424 CallType, AllowExplicit,
/external/v8/src/
H A Dast.cc568 CallType call_type = GetCallType(isolate);
573 Call::CallType Call::GetCallType(Isolate* isolate) const {
H A Dfull-codegen.h478 void EmitCall(Call* expr, CallICState::CallType = CallICState::FUNCTION);
H A Dast.h1800 enum CallType { enum in class:v8::internal::FINAL
1809 CallType GetCallType(Isolate* isolate) const;
/external/clang/include/clang/Sema/
H A DSema.h7805 VariadicCallType CallType = VariadicDoesNotApply,
8457 SourceRange Range, VariadicCallType CallType);
8519 VariadicCallType CallType,
8530 VariadicCallType CallType,
8536 VariadicCallType CallType,
/external/v8/src/arm/
H A Dfull-codegen-arm.cc2670 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 Dfull-codegen-arm64.cc2336 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 Dfull-codegen-ia32.cc2588 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 Dfull-codegen-mips.cc2656 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 Dfull-codegen-mips64.cc2657 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 Dfull-codegen-x64.cc2582 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 Dfull-codegen-x87.cc2578 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 Dast-graph-builder.cc1192 Call::CallType call_type = expr->GetCallType(isolate());
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11064 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR local
11069 Chain = DAG.getNode(CallType, dl, NodeTys, Ops);
11072 Chain = DAG.getNode(CallType, dl, NodeTys, Ops);

Completed in 685 milliseconds