Searched refs:Param2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 176 Param2) \ argument 178 Param2, 0) 181 ParamType2, Param2, OverloadId) \ argument 187 ParamType2 const &A##Param2) \ 188 : Param1(A##Param1), Param2(A##Param2) {} \ 196 ParamType2 Param2; \ 200 ParamType1 const &Param1, ParamType2 const &Param2) { \ 203 Param2)); \ 207 ParamType2 const &Param2); \ 317 Param1, ParamType2, Param2, 0) [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 822 IdentifierLoc *Param1, IdentifierLoc *Param2, in create() argument 829 Param1, Param2, Param3, syntax)); in create() 1020 IdentifierLoc *Param1, IdentifierLoc *Param2, in addNew() argument 1023 Param1, Param2, Param3, syntax); in addNew()
|
| /freebsd-13.1/lib/libefivar/ |
| H A D | efivar-dp-parse.c | 3460 CHAR16 *Param2; in DevPathFromTextSata() local 3464 Param2 = GetNextParamStr (&TextDeviceNode); in DevPathFromTextSata() 3473 Sata->PortMultiplierPortNumber = (UINT16) Strtoi (Param2); in DevPathFromTextSata()
|