Home
last modified time | relevance | path

Searched refs:Param2 (Results 1 – 15 of 15) sorted by relevance

/external/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h177 Param2) \ argument
179 Param2, 0)
182 ParamType2, Param2, OverloadId) \ argument
188 ParamType2 const &A##Param2) \
189 : Param1(A##Param1), Param2(A##Param2) {} \
197 ParamType2 const Param2; \
201 ParamType1 const &Param1, ParamType2 const &Param2) { \
204 Param2)); \
208 ParamType2 const &Param2); \
317 Param1, ParamType2, Param2) \ argument
[all …]
DASTMatchersInternal.h1034 PolymorphicMatcherWithParam2(const P1 &Param1, const P2 &Param2)
1035 : Param1(Param1), Param2(Param2) {}
1043 return Matcher<T>(new MatcherT<T, P1, P2>(Param1, Param2));
1048 const P2 Param2;
/external/libmtp/src/
Dptp.c624 ptp.Param2=objectformatcode; in ptp_getobjecthandles()
674 ptp.Param2=objectformatcode; in ptp_getnumobjects()
817 ptp.Param2=offset; in ptp_getpartialobject()
867 ptp.Param2=ofc; in ptp_deleteobject()
909 ptp.Param2=*parenthandle; in ptp_sendobjectinfo()
916 *parenthandle=ptp.Param2; in ptp_sendobjectinfo()
1088 ptp.Param2=*parenthandle; in ptp_ek_sendfileobjectinfo()
1095 *parenthandle=ptp.Param2; in ptp_ek_sendfileobjectinfo()
1168 *p2 = ptp.Param2; in ptp_ek_9009()
1294 ptp.Param2=p2; in ptp_canon_getpartialobjectinfo()
[all …]
Dlibusb-glue.c1141 usbreq.payload.params.param2=htod32(req->Param2); in ptp_usb_sendreq()
1485 resp->Param2=dtoh32(usbresp.payload.params.param2); in ptp_usb_getresp()
1546 event->Param2=dtoh32(usbevent.param2); in ptp_usb_event()
Dptp.h56 uint32_t Param2; member
Dptp-pack.c1125 ec->Param2=dtoh32a(&data[PTP_ec_Param2]); in ptp_unpack_EC()
/external/clang/include/clang/Sema/
DAttributeList.h621 IdentifierLoc *Param2, in create() argument
628 Param1, Param2, Param3, in create()
756 IdentifierLoc *Param2, in addNew() argument
761 Param1, Param2, Param3, syntax); in addNew()
DSema.h4684 QualType Param2 = QualType(),
/external/clang/test/CodeGen/
D2002-07-14-MiscTests3.c75 int Func(int Param, long long Param2) { in Func() argument
/external/v8/test/cctest/compiler/
Dtest-loop-assignment-analysis.cc110 TEST(Param2) { in TEST() argument
/external/clang/lib/Sema/
DSemaExprCXX.cpp2144 QualType Param1, QualType Param2, in DeclareGlobalAllocationFunction() argument
2147 unsigned NumParams = Param2.isNull() ? 1 : 2; in DeclareGlobalAllocationFunction()
2167 (NumParams == 1 || InitialParam2Type == Param2)) { in DeclareGlobalAllocationFunction()
2199 QualType Params[] = { Param1, Param2 }; in DeclareGlobalAllocationFunction()
/external/llvm/test/Bindings/OCaml/
Dcore.ml670 (* CHECK: define{{.*}}Fn4{{.*}}Param1{{.*}}Param2
681 set_value_name "Param2" params.(1);
/external/libmtp/
DREADME201 Param2 Param3 Param4 Param5
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h8510 virtual HRESULT WINAPI NotifyEvent(LONG EventCode,LONG_PTR Param1,LONG_PTR Param2) = 0;
8523 …API *NotifyEvent)(IVMRSurfaceAllocatorNotify *This,LONG EventCode,LONG_PTR Param1,LONG_PTR Param2);
8538 …torNotify_NotifyEvent(This,EventCode,Param1,Param2) (This)->lpVtbl->NotifyEvent(This,EventCode,Par… 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
307 ``Param2``, ..., and returns a value that can be converted to type ``Ret``.