| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Testing/Support/ |
| H A D | SupportHelpers.h | 122 explicit TempDir(StringRef Name, bool Unique = false) { 124 if (Unique) { 214 bool Unique = false) { 217 if (Unique) {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | StringSaver.cpp | 22 auto R = Unique.insert(S); in save()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1213 Unique.NumEntries += 1; in addOneUnique() 1214 Unique.CountSum += UniqueFunc.CountSum / Test.CountSum; in addOneUnique() 1217 Unique.ValueCounts[I] += UniqueFunc.ValueCounts[I] / Test.ValueCounts[I]; in addOneUnique() 1239 if (Unique.NumEntries) in dump() 1241 << " only in test_profile: " << Unique.NumEntries << "\n"; in dump() 1248 if (Unique.NumEntries) in dump() 1250 << format("%.3f%%", Unique.CountSum * 100) << "\n"; in dump() 1277 if (Unique.NumEntries) in dump() 1280 << format("%.3f%%", Unique.ValueCounts[I] * 100) << "\n"; in dump()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | StringSaver.h | 44 llvm::DenseSet<llvm::StringRef> Unique; variable
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | zii,rave-sp-eeprom.txt | 15 - zii,eeprom-name: Unique EEPROM identifier describing its function in the
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/spmi/ |
| H A D | spmi.txt | 16 SPMI_USID (0) or SPMI_GSID (1) for Unique Slave ID or Group Slave ID respectively.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 900 COFFSymbol *Unique = nullptr; in setWeakDefaultNames() local 915 Unique = Sym.get(); in setWeakDefaultNames() 918 if (Unique) in setWeakDefaultNames() 922 if (!Unique) in setWeakDefaultNames() 926 Sym->Name.append(Unique->Name); in setWeakDefaultNames()
|
| /freebsd-13.1/usr.bin/dtc/ |
| H A D | HACKING | 26 `std::unique_ptr` extensively for memory management within the tree. Unique
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | typeinfo | 125 // Unique 184 // On all other platforms, assume the Itanium C++ ABI and use the Unique implementation.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 620 CountSumOrPercent Unique; member
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | krb5.asn1 | 84 KRB5_NT_UID(5), -- Unique ID
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | README-WPS | 74 WPS needs the Universally Unique IDentifier (UUID; see RFC 4122) for
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 503 llvm::SmallDenseMap<NamedDecl*, unsigned, 16> Unique; in resolveKind() local 545 auto UniqueResult = Unique.insert(std::make_pair(D, I)); in resolveKind()
|
| H A D | SemaStmt.cpp | 4279 enum Unique { ForDenseMap }; enum in __anon5649fb511511::CatchHandlerType 4280 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4272 bool Unique = false; in getFunctionTypeInternal() local 4292 Unique = true; in getFunctionTypeInternal() 4300 bool isCanonical = !Unique && IsCanonicalExceptionSpec && in getFunctionTypeInternal() 4396 if (!Unique) in getFunctionTypeInternal()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| H A D | structure | 814 UUIDs: Universally Unique Identifiers
|