Searched refs:Param2 (Results 1 – 13 of 13) sorted by relevance
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 155 Param2) \ argument 157 Param2, 0) 160 ParamType2, Param2, OverloadId) \ argument 166 ParamType2 const &A##Param2) \ 167 : Param1(A##Param1), Param2(A##Param2) {} \ 173 ParamType2 const Param2; \ 177 ParamType2 const &Param2) { \ 180 Param2)); \ 183 ParamType1 const &Param1, ParamType2 const &Param2); \ 281 Param1, ParamType2, Param2) \ argument [all …]
|
D | ASTMatchersInternal.h | 1016 PolymorphicMatcherWithParam2(const P1 &Param1, const P2 &Param2) 1017 : Param1(Param1), Param2(Param2) {} 1025 return Matcher<T>(new MatcherT<T, P1, P2>(Param1, Param2)); 1030 const P2 Param2;
|
/external/libmtp/src/ |
D | ptp.c | 624 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 …]
|
D | libusb-glue.c | 1141 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()
|
D | ptp.h | 56 uint32_t Param2; member
|
D | ptp-pack.c | 1125 ec->Param2=dtoh32a(&data[PTP_ec_Param2]); in ptp_unpack_EC()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 613 IdentifierLoc *Param2, in create() argument 620 Param1, Param2, Param3, in create() 748 IdentifierLoc *Param2, in addNew() argument 753 Param1, Param2, Param3, syntax); in addNew()
|
D | Sema.h | 4435 QualType Param2 = QualType(),
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests3.c | 75 int Func(int Param, long long Param2) { in Func() argument
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2136 QualType Param1, QualType Param2, in DeclareGlobalAllocationFunction() argument 2139 unsigned NumParams = Param2.isNull() ? 1 : 2; in DeclareGlobalAllocationFunction() 2159 (NumParams == 1 || InitialParam2Type == Param2)) { in DeclareGlobalAllocationFunction() 2191 QualType Params[] = { Param1, Param2 }; in DeclareGlobalAllocationFunction()
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 670 (* CHECK: define{{.*}}Fn4{{.*}}Param1{{.*}}Param2 681 set_value_name "Param2" params.(1);
|
/external/libmtp/ |
D | README | 201 Param2 Param3 Param4 Param5
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 305 ``function_ref<Ret(Param1, Param2, ...)>`` can be implicitly constructed from 307 ``Param2``, ..., and returns a value that can be converted to type ``Ret``.
|