Searched refs:CallType (Results 1 – 13 of 13) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fDebugMarkerTests.cpp | 93 enum CallType enum 124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1)); in iterate()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 1373 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 …]
|
D | SemaExprCXX.cpp | 1531 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local 1538 PlacementArgs, AllPlaceArgs, CallType)) in BuildCXXNew()
|
D | SemaExpr.cpp | 4540 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()
|
D | SemaDeclCXX.cpp | 11458 VariadicCallType CallType = in CompleteConstructorCall() local 11465 CallType, AllowExplicit, in CompleteConstructorCall()
|
/external/v8/src/ast/ |
D | ast.cc | 716 CallType call_type = GetCallType(isolate); in IsUsingCallFeedbackICSlot() 742 Call::CallType Call::GetCallType(Isolate* isolate) const { in GetCallType()
|
D | ast.h | 1983 enum CallType { enum 1996 CallType GetCallType(Isolate* isolate) const;
|
/external/v8/src/wasm/ |
D | asm-wasm-builder.cc | 564 Call::CallType call_type = expr->GetCallType(isolate_); in VisitCall()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8288 VariadicCallType CallType = VariadicDoesNotApply, 8977 VariadicCallType CallType); 9044 VariadicCallType CallType, 9055 VariadicCallType CallType, 9061 VariadicCallType CallType,
|
/external/v8/src/full-codegen/ |
D | full-codegen.cc | 1425 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 1516 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()
|
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 2321 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12170 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()
|