Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h177 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument
179 AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, ParamType2, \
182 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument
188 matcher_##DefineMatcher##OverloadId##Matcher(ParamType1 const &A##Param1, \
190 : Param1(A##Param1), Param2(A##Param2) {} \
197 ParamType1 Param1; \
202 ParamType1 const &Param1, ParamType2 const &Param2) { \
204 new internal::matcher_##DefineMatcher##OverloadId##Matcher(Param1, \
208 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
317 Param1, ParamType2, Param2) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h765 AttributeScopeInfo scope, IdentifierLoc *Param1, in create() argument
772 return add(new (memory) ParsedAttr(attrName, attrRange, scope, Param1, in create()
1008 AttributeScopeInfo scope, IdentifierLoc *Param1, in addNew() argument
1012 pool.create(attrName, attrRange, scope, Param1, Param2, Param3, form); in addNew()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampidefs.h714 bit32 Param1; member
737 bit32 Param1; member
H A Dsaphy.c1162 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSASHwEventAckCmd_t, Param1), param1); in saHwEventAck()
H A Dsaport.c502 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaPortControlCmd_t, Param1), param1); in saPortControl()
/freebsd/lib/libefivar/
H A Defivar-dp-parse.c3769 CHAR16 *Param1; in DevPathFromTextSata() local
3773 Param1 = GetNextParamStr (&TextDeviceNode); in DevPathFromTextSata()
3787 Sata->HBAPortNumber = (UINT16)Strtoi (Param1); in DevPathFromTextSata()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5934 SmallVector<QualType> Param1; in getMoreSpecializedTemplate() local
5935 Param1.reserve(FD1->param_size() + ShouldConvert1); in getMoreSpecializedTemplate()
5937 Param1.push_back(Obj1Ty); in getMoreSpecializedTemplate()
5939 Param1.push_back(P->getType()); in getMoreSpecializedTemplate()
5948 unsigned NumParams1 = Param1.size(); in getMoreSpecializedTemplate()
5967 QualType T1 = Param1[i].getCanonicalType(); in getMoreSpecializedTemplate()
6018 if (!Context.hasSameUnqualifiedType(Param1[i], Param2[i])) in getMoreSpecializedTemplate()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_cnfg.h479 U8 Param1; /* 0x04 */ member