Home
last modified time | relevance | path

Searched refs:Unique (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h122 explicit TempDir(StringRef Name, bool Unique = false) {
124 if (Unique) {
214 bool Unique = false) {
217 if (Unique) {
/openbsd-src/share/snmp/
H A DUUID-TC-MIB.txt44 representing Universally Unique IDentifiers
70 "Universally Unique Identifier information. The syntax must
78 "Universally Unique Identifier information. The syntax must
H A DVM-MIB.txt536 "The virtual machine's 128-bit Universally Unique
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DStringSaver.cpp22 auto R = Unique.insert(S); in save()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1258 Unique.NumEntries += 1; in addOneUnique()
1259 Unique.CountSum += UniqueFunc.CountSum / Test.CountSum; in addOneUnique()
1262 Unique.ValueCounts[I] += UniqueFunc.ValueCounts[I] / Test.ValueCounts[I]; in addOneUnique()
1284 if (Unique.NumEntries) in dump()
1286 << " only in test_profile: " << Unique.NumEntries << "\n"; in dump()
1293 if (Unique.NumEntries) in dump()
1295 << format("%.3f%%", Unique.CountSum * 100) << "\n"; in dump()
1322 if (Unique.NumEntries) in dump()
1325 << format("%.3f%%", Unique.ValueCounts[I] * 100) << "\n"; in dump()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DStringSaver.h46 llvm::DenseSet<llvm::StringRef> Unique; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h78 bool Unique) { in getExitBlockHelper() argument
82 assert(AllowRepeats == Unique && "Unexpected parameter value."); in getExitBlockHelper()
87 assert(AllowRepeats == Unique && "Unexpected parameter value."); in getExitBlockHelper()
91 return find_singleton_nested<BlockT>(L->blocks(), singleExitBlock, Unique); in getExitBlockHelper()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp896 COFFSymbol *Unique = nullptr; in setWeakDefaultNames() local
911 Unique = Sym.get(); in setWeakDefaultNames()
914 if (Unique) in setWeakDefaultNames()
918 if (!Unique) in setWeakDefaultNames()
922 Sym->Name.append(Unique->Name); in setWeakDefaultNames()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dtypeinfo125 // Unique
184 // On all other platforms, assume the Itanium C++ ABI and use the Unique implementation.
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPackingElement.pod47 =item ::Unique
H A DPackingElement.pm306 package OpenBSD::PackingElement::Unique;
/openbsd-src/gnu/llvm/llvm/utils/release/
H A Dbuild_llvm_release.bat56 REM Unique temporary filename to use by the 'mklink' command.
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h659 CountSumOrPercent Unique; member
/openbsd-src/gnu/llvm/llvm/docs/
H A DXRayExample.rst210 Unique Stacks: 3069
H A DYamlIO.rst252 Unique types
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4343 enum Unique { ForDenseMap }; enum in __anonceb37bf41511::CatchHandlerType
4344 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() argument
H A DSemaLookup.cpp506 llvm::SmallDenseMap<NamedDecl*, unsigned, 16> Unique; in resolveKind() local
549 auto UniqueResult = Unique.insert(std::make_pair(D, I)); in resolveKind()
/openbsd-src/share/misc/
H A Dusb_hid_usages117 0xD0 Dockable Device Unique ID
1657 0x302 Property: Persistent Unique ID
/openbsd-src/gnu/gcc/libgomp/
H A Dlibgomp.texi319 Unique thread identification number. In a sequential parts of the program,
H A Dlibgomp.info280 Unique thread identification number. In a sequential parts of the
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4403 bool Unique = false; in getFunctionTypeInternal() local
4423 Unique = true; in getFunctionTypeInternal()
4431 bool isCanonical = !Unique && IsCanonicalExceptionSpec && in getFunctionTypeInternal()
4526 if (!Unique) in getFunctionTypeInternal()
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog-9899765 to walk_fild_section. Unique logic moved into callbacks
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-9899765 to walk_fild_section. Unique logic moved into callbacks
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlop.pod687 not all C<when> clauses call the smartmatch operator. Unique among all of
/openbsd-src/usr.sbin/nsd/doc/
H A DChangeLog5192 - Added crc at end of NSD-database format. Unique per db.

12