Searched refs:Param1 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersMacros.h | 175 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument 177 AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ 180 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument 186 matcher_##DefineMatcher##OverloadId##Matcher(ParamType1 const &A##Param1, \ 188 : Param1(A##Param1), Param2(A##Param2) {} \ 195 ParamType1 Param1; \ 200 ParamType1 const &Param1, ParamType2 const &Param2) { \ 202 new internal::matcher_##DefineMatcher##OverloadId##Matcher(Param1, \ 206 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \ 315 Param1, ParamType2, Param2) \ argument [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 783 IdentifierLoc *Param1, IdentifierLoc *Param2, in create() argument 790 Param1, Param2, Param3, form)); in create() 1022 IdentifierLoc *Param1, IdentifierLoc *Param2, in addNew() argument 1025 Param1, Param2, Param3, form); in addNew()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sampidefs.h | 714 bit32 Param1; member 737 bit32 Param1; member
|
H A D | saphy.c | 1162 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSASHwEventAckCmd_t, Param1), param1); in saHwEventAck()
|
H A D | saport.c | 502 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaPortControlCmd_t, Param1), param1); in saPortControl()
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-parse.c | 3774 CHAR16 *Param1; in DevPathFromTextSata() local 3778 Param1 = GetNextParamStr (&TextDeviceNode); in DevPathFromTextSata() 3792 Sata->HBAPortNumber = (UINT16)Strtoi (Param1); in DevPathFromTextSata()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5621 SmallVector<QualType> Param1; in getMoreSpecializedTemplate() local 5622 Param1.reserve(FD1->param_size() + ShouldConvert1); in getMoreSpecializedTemplate() 5624 Param1.push_back(Obj1Ty); in getMoreSpecializedTemplate() 5626 Param1.push_back(P->getType()); in getMoreSpecializedTemplate() 5635 unsigned NumParams1 = Param1.size(); in getMoreSpecializedTemplate() 5652 QualType T1 = Param1[i].getCanonicalType(); in getMoreSpecializedTemplate() 5712 if (!Context.hasSameUnqualifiedType(Param1[i], Param2[i])) in getMoreSpecializedTemplate()
|
/freebsd/sys/dev/mpi3mr/mpi/ |
H A D | mpi30_cnfg.h | 445 U8 Param1; /* 0x04 */ member
|