Home
last modified time | relevance | path

Searched refs:Three (Results 1 – 25 of 224) sorted by relevance

123456789

/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared_no_variadics.pass.cpp58 struct Three struct
62 Three(int v, int, int) : value(v) {++count;} in Three() function
63 Three(Three const & o) : value(o.value) {++count;} in Three() function
64 ~Three() {--count;} in ~Three() argument
67 int Three::count = 0;
94 std::shared_ptr<Three> p = std::allocate_shared<Three>(Alloc(), i, bad, bad); in test()
95 assert(Three::count == 1); in test()
98 assert(Three::count == 0); in test()
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dmissing-field-initializers.c28 struct Three { struct
35 struct Three t0 = { argument
38 struct Three t1 = {
42 struct Three data[] = {
H A Dwarn-outof-range-assign-enum.c8 Three enumerator
/minix3/external/bsd/llvm/dist/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp46 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main()
/minix3/external/bsd/llvm/dist/llvm/test/TableGen/
H A Dlisp.td10 // CHECK-NEXT: def Three {
34 def Three : NameList<["Tom", "Dick", "Harry"]>;
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DMemoryBufferTest.cpp116 OwningBuffer Three(MemoryBuffer::getNewMemBuffer(321, data)); in TEST_F() local
117 EXPECT_TRUE(nullptr != Three.get()); in TEST_F()
119 EXPECT_EQ(0, Three->getBufferStart()[0]); in TEST_F()
/minix3/external/bsd/bind/dist/bin/tests/system/geoip/data/
H A DGeoIPOrg.csv3 10.53.0.3/32 Three Network Labs
H A DGeoIPISP.csv3 10.53.0.3/32 Three Network Labs
H A DGeoIPASNum.csv3 10.53.0.3/32 AS100003 Three Network Labs
H A DGeoIPASNumv6.csv3 fd92:7065:b8e:ffff::3/128,AS100003 Three Network Labs
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dformat-comment-cdecls.c84 Three enumerator
H A Dcomment-c-decls.c89 Three enumerator
/minix3/share/i18n/csmapper/GB/
H A DUCS%GB2312EXT.src25 # Format: Three tab-separated columns
H A DGB2312EXT%UCS.src25 # Format: Three tab-separated columns
/minix3/share/i18n/csmapper/KOI/
H A DUCS%KOI8-T.src19 # Format: Three tab-separated columns
H A DKOI8-T%UCS.src19 # Format: Three tab-separated columns
/minix3/share/i18n/csmapper/CBM/
H A DCBMINT%UCS.src24 # Format: Three tab-separated columns
H A DUCS%CBMINT.src24 # Format: Three tab-separated columns
/minix3/crypto/external/bsd/openssl/dist/doc/apps/
H A Denc.pod249 des-ede3-cbc Three key triple DES EDE in CBC mode
250 des-ede3 Three key triple DES EDE in ECB mode
252 des-ede3-cfb Three key triple DES EDE CFB mode
253 des-ede3-ofb Three key triple DES EDE in OFB mode
/minix3/share/i18n/csmapper/CP/
H A DCP869%UCS.src24 # Format: Three tab-separated columns
H A DUCS%CP869.src24 # Format: Three tab-separated columns
H A DCP437%UCS.src24 # Format: Three tab-separated columns
H A DCP10007%UCS.src24 # Format: Three tab-separated columns
H A DCP10029%UCS.src24 # Format: Three tab-separated columns
H A DCP860%UCS.src24 # Format: Three tab-separated columns

123456789