Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.visit/
Dvisit.pass.cpp36 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/
Dnot_fn.pass.cpp126 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/
Des2fDebugMarkerTests.cpp93 enum CallType enum
124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1)); in iterate()
/external/tensorflow/tensorflow/core/debug/
Ddebug_service.proto54 enum CallType { enum
60 CallType call_type = 1;
/external/clang/lib/Sema/
DSemaChecking.cpp2087 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 …]
DSemaExpr.cpp4788 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()
DSemaExprCXX.cpp1764 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
1771 PlacementArgs, AllPlaceArgs, CallType)) in BuildCXXNew()
DSemaDeclCXX.cpp11636 VariadicCallType CallType = in CompleteConstructorCall() local
11643 CallType, AllowExplicit, in CompleteConstructorCall()
/external/flatbuffers/grpc/src/compiler/
Djava_generator.cc452 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/
Djava_generator.cpp585 enum CallType { enum
606 CallType call_type; in PrintStub()
/external/v8/src/ast/
Dast.cc837 Call::CallType Call::GetCallType() const { in GetCallType()
Dast.h1696 enum CallType { enum
1714 CallType GetCallType() const;
/external/clang/include/clang/Sema/
DSema.h8592 VariadicCallType CallType = VariadicDoesNotApply,
9359 VariadicCallType CallType);
9430 VariadicCallType CallType,
9436 VariadicCallType CallType,
/external/v8/src/interpreter/
Dbytecode-generator.cc3541 Call::CallType call_type = expr->GetCallType(); in VisitCall()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12994 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/
DX86ISelLowering.cpp15892 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()