/external/libcxx/test/std/utilities/variant/variant.visit/ |
D | visit.pass.cpp | 36 enum CallType : unsigned { enum 44 inline constexpr CallType operator|(CallType LHS, CallType RHS) { in operator |() 45 return static_cast<CallType>(static_cast<unsigned>(LHS) | in operator |() 72 template <class... Args> static void set_call(CallType type) { in set_call() 79 template <class... Args> static bool check_call(CallType type) { in check_call() 87 static CallType last_call_type; 91 CallType ForwardingCallObject::last_call_type = CT_None;
|
/external/libcxx/test/std/utilities/function.objects/func.not_fn/ |
D | not_fn.pass.cpp | 126 enum CallType : unsigned { enum 134 inline constexpr CallType operator|(CallType LHS, CallType RHS) { in operator |() 135 return static_cast<CallType>(static_cast<unsigned>(LHS) | static_cast<unsigned>(RHS)); in operator |() 166 static void set_call(CallType type) { in set_call() 174 static bool check_call(CallType type) { in check_call() 184 static CallType last_call_type; 188 CallType ForwardingCallObject::last_call_type = CT_None;
|
/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/tensorflow/tensorflow/core/debug/ |
D | debug_service.proto | 54 enum CallType { enum 60 CallType call_type = 1;
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2087 VariadicCallType CallType) { in checkCall() argument 2099 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 2106 if (CallType != VariadicDoesNotApply) { in checkCall() 2118 checkVariadicArgument(Arg, CallType); in checkCall() 2140 VariadicCallType CallType = in CheckConstructorCall() local 2143 CallType); in CheckConstructorCall() 2154 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local 2167 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall() 2196 VariadicCallType CallType = in CheckObjCMethodCall() local 2201 CallType); in CheckObjCMethodCall() [all …]
|
D | SemaExpr.cpp | 4788 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 4791 Proto, 0, Args, AllArgs, CallType); in ConvertArgumentsForCall() 4805 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall() argument 4874 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall() 4889 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in GatherArgumentsForCall()
|
D | SemaExprCXX.cpp | 1764 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local 1771 PlacementArgs, AllPlaceArgs, CallType)) in BuildCXXNew()
|
D | SemaDeclCXX.cpp | 11636 VariadicCallType CallType = in CompleteConstructorCall() local 11643 CallType, AllowExplicit, in CompleteConstructorCall()
|
/external/flatbuffers/grpc/src/compiler/ |
D | java_generator.cc | 452 enum CallType { ASYNC_CALL = 0, BLOCKING_CALL = 1, FUTURE_CALL = 2 }; enum 465 CallType call_type = ASYNC_CALL; in PrintStub()
|
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
D | java_generator.cpp | 585 enum CallType { enum 606 CallType call_type; in PrintStub()
|
/external/v8/src/ast/ |
D | ast.cc | 837 Call::CallType Call::GetCallType() const { in GetCallType()
|
D | ast.h | 1696 enum CallType { enum 1714 CallType GetCallType() const;
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8592 VariadicCallType CallType = VariadicDoesNotApply, 9359 VariadicCallType CallType); 9430 VariadicCallType CallType, 9436 VariadicCallType CallType,
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 3541 Call::CallType call_type = expr->GetCallType(); in VisitCall()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12994 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local 12999 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR() 13002 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 15892 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local 15897 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR() 15900 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()
|