Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h176 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument
178 AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, ParamType2, \
181 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument
187 matcher_##DefineMatcher##OverloadId##Matcher(ParamType1 const &A##Param1, \
189 : Param1(A##Param1), Param2(A##Param2) {} \
196 ParamType1 const Param1; \
201 ParamType1 const &Param1, ParamType2 const &Param2) { \
203 new internal::matcher_##DefineMatcher##OverloadId##Matcher(Param1, \
207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
317 Param1, ParamType2, Param2) \ argument
[all …]
DASTMatchersInternal.h1013 explicit PolymorphicMatcherWithParam1(const P1 &Param1)
1014 : Param1(Param1) {}
1022 return Matcher<T>(new MatcherT<T, P1>(Param1));
1026 const P1 Param1;
1034 PolymorphicMatcherWithParam2(const P1 &Param1, const P2 &Param2)
1035 : Param1(Param1), Param2(Param2) {}
1043 return Matcher<T>(new MatcherT<T, P1, P2>(Param1, Param2));
1047 const P1 Param1;
/external/regex-re2/re2/
Dvariadic_function.h10 template <typename Result, typename Param0, typename Param1, typename Arg,
11 Result (*Func)(Param0, Param1, const Arg* const [], int count)>
16 Result operator()(Param0 p0, Param1 p1) const { in operator()
20 Result operator()(Param0 p0, Param1 p1, const Arg& a0) const { in operator()
25 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1) const { in operator()
30 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator()
36 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator()
42 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator()
48 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator()
54 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator()
[all …]
/external/libmtp/src/
Dptp.c477 (&ptp.Param1)[i] = va_arg(args, uint32_t); in ptp_generic_no_data()
513 ptp.Param1=session; in ptp_opensession()
588 ptp.Param1=storageid; in ptp_getstorageinfo()
623 ptp.Param1=storage; in ptp_getobjecthandles()
673 ptp.Param1=storage; in ptp_getnumobjects()
681 *numobs = ptp.Param1; in ptp_getnumobjects()
709 ptp.Param1=handle; in ptp_getobjectinfo()
737 ptp.Param1=handle; in ptp_getobject()
761 ptp.Param1=handle; in ptp_getobject_to_handler()
787 ptp.Param1=handle; in ptp_getobject_tofd()
[all …]
Dlibusb-glue.c1140 usbreq.payload.params.param1=htod32(req->Param1); in ptp_usb_sendreq()
1484 resp->Param1=dtoh32(usbresp.payload.params.param1); in ptp_usb_getresp()
1545 event->Param1=dtoh32(usbevent.param1); in ptp_usb_event()
Dptp-pack.c1121 ec->Param1=dtoh32a(&data[PTP_ec_Param1]); in ptp_unpack_EC()
1696 (*ec)[i].Param1 = dtoh32a(&data[PTP_nikon_ec_Param1+PTP_nikon_ec_Size*i]); in ptp_unpack_Nikon_EC()
Dptp.h55 uint32_t Param1; member
/external/clang/include/clang/Sema/
DAttributeList.h620 IdentifierLoc *Param1, in create() argument
628 Param1, Param2, Param3, in create()
755 IdentifierLoc *Param1, in addNew() argument
761 Param1, Param2, Param3, syntax); in addNew()
DSema.h4683 QualType Param1,
/external/v8/test/cctest/compiler/
Dtest-loop-assignment-analysis.cc101 TEST(Param1) { in TEST() argument
/external/clang/test/SemaCXX/
Dwarn-consumed-analysis.cpp425 ConsumableClass<int> &Param1 PARAM_TYPESTATE(consumed)) {
428 …*Param1; // expected-warning {{invalid invocation of method 'operator*' on object 'Param1' while i…
/external/llvm/test/Bindings/OCaml/
Dcore.ml670 (* CHECK: define{{.*}}Fn4{{.*}}Param1{{.*}}Param2
680 set_value_name "Param1" params.(0);
/external/clang/lib/Sema/
DSemaExprCXX.cpp2144 QualType Param1, QualType Param2, in DeclareGlobalAllocationFunction() argument
2166 if (InitialParam1Type == Param1 && in DeclareGlobalAllocationFunction()
2199 QualType Params[] = { Param1, Param2 }; in DeclareGlobalAllocationFunction()
/external/libmtp/
DREADME198 Length TYPE CMD Trans# Param1
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h8510 virtual HRESULT WINAPI NotifyEvent(LONG EventCode,LONG_PTR Param1,LONG_PTR Param2) = 0;
8523 …HRESULT (WINAPI *NotifyEvent)(IVMRSurfaceAllocatorNotify *This,LONG EventCode,LONG_PTR Param1,LONG…
8538 …eAllocatorNotify_NotifyEvent(This,EventCode,Param1,Param2) (This)->lpVtbl->NotifyEvent(This,EventC… argument
8550 …NotifyEvent_Proxy(IVMRSurfaceAllocatorNotify *This,LONG EventCode,LONG_PTR Param1,LONG_PTR Param2);
/external/llvm/docs/
DProgrammersManual.rst305 ``function_ref<Ret(Param1, Param2, ...)>`` can be implicitly constructed from
306 any callable object that can be called with arguments of type ``Param1``,