Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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) {
/netbsd-src/sys/coda/
H A Dcoda.h212 u_long Unique; member
218 return (fid->Unique + (fid->Vnode<<10) + (fid->Volume<<20)); in coda_f2i()
225 fid->Vnode, fid->Unique); in coda_f2s()
233 fid1->Unique == fid2->Unique); in coda_fid_eq()
829 (fidp)->Unique == -1)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d107 debug(Unique) import std.stdio;
131 struct Unique(T) in Unique() function
154 static Unique!T create(A...)(auto ref A args) in Unique()
157 debug(Unique) writeln("Unique.create for ", T.stringof); in Unique()
158 Unique!T u; in Unique()
174 debug(Unique) writeln("Unique constructor with rvalue"); in Unique()
185 debug(Unique) writeln("Unique constructor nulling source"); in Unique()
202 this(U)(Unique!U u) in Unique()
205 debug(Unique) writeln("Unique constructor converting from ", U.stringof); in Unique()
211 void opAssign(U)(Unique!U u) in Unique()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1212 Unique.NumEntries += 1; in addOneUnique()
1213 Unique.CountSum += UniqueFunc.CountSum / Test.CountSum; in addOneUnique()
1216 Unique.ValueCounts[I] += UniqueFunc.ValueCounts[I] / Test.ValueCounts[I]; in addOneUnique()
1238 if (Unique.NumEntries) in dump()
1240 << " only in test_profile: " << Unique.NumEntries << "\n"; in dump()
1247 if (Unique.NumEntries) in dump()
1249 << format("%.3f%%", Unique.CountSum * 100) << "\n"; in dump()
1276 if (Unique.NumEntries) in dump()
1279 << format("%.3f%%", Unique.ValueCounts[I] * 100) << "\n"; in dump()
/netbsd-src/external/gpl3/gdb/dist/libiberty/testsuite/
H A Drust-demangle-expected96 _ZN63_$LT$core..ptr..Unique$LT$T$GT$$u20$as$u20$core..ops..Deref$GT$5deref17hc784b4a166cb5e5cE
97 <core::ptr::Unique<T> as core::ops::Deref>::deref
160 _ZN63_$LT$core..ptr..Unique$LT$T$GT$$u20$as$u20$core..ops..Deref$GT$5deref17h19f2ad4920655e85E
161 <core::ptr::Unique<T> as core::ops::Deref>::deref
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DStringSaver.cpp22 auto R = Unique.insert(S); in save()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4530.txt32 holds a server-assigned Universally Unique Identifier (UUID) for the
91 A Universally Unique Identifier (UUID) is "an identifier unique
128 A Universally Unique Identifier (UUID) [RFC4122] is a 16-octet (128-
187 The 'entryUUID' operational attribute provides the Universally Unique
317 Unique IDentifier (UUID) URN Namespace", RFC 4122, July
H A Drfc3928.txt69 3.2. Universally Unique Identifiers . . . . . . . . . . . . . 5
254 3.2. Universally Unique Identifiers
257 identifiers. A Universally Unique Identifier (or UUID for short)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DStringSaver.h44 llvm::DenseSet<llvm::StringRef> Unique; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp900 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()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d139 struct Unique(T) in Unique() function
162 static Unique!T create(A...)(auto ref A args) in Unique()
165 Unique!T u; in Unique()
207 this(U)(Unique!U u) in Unique()
215 void opAssign(U)(Unique!U u) in Unique()
241 Unique release() in Unique()
267 Unique!S produce()
270 Unique!S ut = new S(5);
275 void increment(ref Unique!S ur)
279 void consume(Unique!S u2)
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dtypeinfo124 // Unique
183 // On all other platforms, assume the Itanium C++ ABI and use the Unique implementation.
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/ldap/testing/
H A Ddlz.schema
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h620 CountSumOrPercent Unique; member
/netbsd-src/external/bsd/openldap/dist/doc/guide/
H A Dpreamble.sdf271 UUID|Universally Unique Identifier
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Dcore.ldif474 DESC 'RFC2256: a group of unique names (DN and Unique Identifier)'
H A Dcore.schema482 DESC 'RFC2256: a group of unique names (DN and Unique Identifier)'
H A Dcosine.schema673 # 9.3.34. Unique Identifier
675 # The Unique Identifier attribute type specifies a "unique identifier"
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DXRayExample.rst210 Unique Stacks: 3069
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Doptional435 // Unique tag type.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Doptional439 // Unique tag type.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dkrb5.asn199 KRB5_NT_UID(5), -- Unique ID
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Doptional669 // Unique tag type.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp503 llvm::SmallDenseMap<NamedDecl*, unsigned, 16> Unique; in resolveKind() local
545 auto UniqueResult = Unique.insert(std::make_pair(D, I)); in resolveKind()
H A DSemaStmt.cpp4331 enum Unique { ForDenseMap }; enum in __anon895218281311::CatchHandlerType
4332 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() argument

12