Searched refs:Name1 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | compressed_pair.h | 124 # 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 D | ASTStructuralEquivalence.cpp | 115 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 D | LVSupport.h | 244 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 D | README.md | 49 % ./bsddialog --checklist "Space to select" 0 0 0 Name1 Desc1 off Name2 Desc2 on
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acnamesp.h | 325 char *Name1,
|