Home
last modified time | relevance | path

Searched refs:CallType (Results 1 – 13 of 13) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDebugMarkerTests.cpp93 enum CallType enum
124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1)); in iterate()
/external/clang/lib/Sema/
DSemaChecking.cpp1373 VariadicCallType CallType) { in checkCall() argument
1385 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
1392 if (CallType != VariadicDoesNotApply) { in checkCall()
1404 checkVariadicArgument(Arg, CallType); in checkCall()
1426 VariadicCallType CallType = in CheckConstructorCall() local
1429 CallType); in CheckConstructorCall()
1440 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local
1453 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall()
1482 VariadicCallType CallType = in CheckObjCMethodCall() local
1487 CallType); in CheckObjCMethodCall()
[all …]
DSemaExprCXX.cpp1531 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
1538 PlacementArgs, AllPlaceArgs, CallType)) in BuildCXXNew()
DSemaExpr.cpp4540 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local
4543 Proto, 0, Args, AllArgs, CallType); in ConvertArgumentsForCall()
4557 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall() argument
4626 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall()
4641 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in GatherArgumentsForCall()
DSemaDeclCXX.cpp11458 VariadicCallType CallType = in CompleteConstructorCall() local
11465 CallType, AllowExplicit, in CompleteConstructorCall()
/external/v8/src/ast/
Dast.cc716 CallType call_type = GetCallType(isolate); in IsUsingCallFeedbackICSlot()
742 Call::CallType Call::GetCallType(Isolate* isolate) const { in GetCallType()
Dast.h1983 enum CallType { enum
1996 CallType GetCallType(Isolate* isolate) const;
/external/v8/src/wasm/
Dasm-wasm-builder.cc564 Call::CallType call_type = expr->GetCallType(isolate_); in VisitCall()
/external/clang/include/clang/Sema/
DSema.h8288 VariadicCallType CallType = VariadicDoesNotApply,
8977 VariadicCallType CallType);
9044 VariadicCallType CallType,
9055 VariadicCallType CallType,
9061 VariadicCallType CallType,
/external/v8/src/full-codegen/
Dfull-codegen.cc1425 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()
/external/v8/src/interpreter/
Dbytecode-generator.cc1516 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()
/external/v8/src/compiler/
Dast-graph-builder.cc2321 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12170 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local
12175 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()
12178 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()