Home
last modified time | relevance | path

Searched refs:Name1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h124 # define _LIBCPP_COMPRESSED_PAIR(T1, Name1, T2, Name2) …
125 …_LIBCPP_NO_UNIQUE_ADDRESS T1 Name1; …
128 # define _LIBCPP_COMPRESSED_TRIPLE(T1, Name1, T2, Name2, T3, Name3) …
129 …_LIBCPP_NO_UNIQUE_ADDRESS T1 Name1; …
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp115 static bool IsStructurallyEquivalent(const IdentifierInfo *Name1,
119 const DeclarationName Name1, in IsStructurallyEquivalent() argument
121 if (Name1.getNameKind() != Name2.getNameKind()) in IsStructurallyEquivalent()
124 switch (Name1.getNameKind()) { in IsStructurallyEquivalent()
127 return IsStructurallyEquivalent(Name1.getAsIdentifierInfo(), in IsStructurallyEquivalent()
133 return IsStructurallyEquivalent(Context, Name1.getCXXNameType(), in IsStructurallyEquivalent()
138 Context, Name1.getCXXDeductionGuideTemplate()->getDeclName(), in IsStructurallyEquivalent()
142 Name1.getCXXDeductionGuideTemplate(), in IsStructurallyEquivalent()
147 return Name1.getCXXOverloadedOperator() == Name2.getCXXOverloadedOperator(); in IsStructurallyEquivalent()
150 return IsStructurallyEquivalent(Name1.getCXXLiteralIdentifier(), in IsStructurallyEquivalent()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h244 inline std::string formattedNames(StringRef Name1, StringRef Name2) { in formattedNames() argument
245 return (Twine("'") + Twine(Name1) + Twine(Name2) + Twine("'")).str(); in formattedNames()
/freebsd/contrib/bsddialog/
H A DREADME.md49 % ./bsddialog --checklist "Space to select" 0 0 0 Name1 Desc1 off Name2 Desc2 on
/freebsd/sys/contrib/dev/acpica/include/
H A Dacnamesp.h325 char *Name1,