Searched refs:Three (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/Sema/
H A Dmissing-field-initializers.c28 struct Three { struct
35 struct Three t0 = {
38 struct Three t1 = {
42 struct Three data[] = {
H A Dwarn-outof-range-assign-enum.c8 Three enumerator in enum:CCTestEnum
/external/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;} function in struct:Three
63 Three(Three const & o) : value(o.value) {++count;} function in struct:Three
64 ~Three() {--count;}
67 int Three::count = 0;
94 std::shared_ptr<Three> p = std::allocate_shared<Three>(Alloc(), i, bad, bad);
95 assert(Three::count == 1);
98 assert(Three
[all...]
/external/clang/test/Index/
H A Dcomment-c-decls.c89 Three enumerator in enum:e
H A Dformat-comment-cdecls.c84 Three enumerator in enum:e
/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp46 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); local
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three,
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text66 3. Three
83 3. Three
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text66 3. Three
83 3. Three
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt66 3. Three
83 3. Three
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tests.pas167 Stream := TANTLRStringStream.Create('One'#13#10'Two'#13#10'Three');
171 CheckEquals('Three', Stream.Substring(10, 14));
177 CheckEquals('Three', Stream.Substring(10, 14));
/external/llvm/unittests/Support/
H A DMemoryBufferTest.cpp116 OwningBuffer Three(MemoryBuffer::getNewMemBuffer(321, data));
117 EXPECT_TRUE(nullptr != Three.get());
119 EXPECT_EQ(0, Three->getBufferStart()[0]);
H A DYAMLIOTest.cpp2022 OptionalTest One, Two, Three, Four; local
2024 Three.Numbers.assign(N, N + 3);
2027 Seq.Tests.push_back(Three);
/external/iproute2/doc/
H A Dip-tunnels.tex169 \verb|mode <MODE>| sets tunnel mode. Three modes are available now
H A Dip-cref.tex2492 --- set the tunnel mode. Three modes are currently available:
/external/boringssl/mac-x86_64/crypto/ec/
H A Dp256-x86_64-asm.S14 L$Three:
/external/boringssl/win-x86_64/crypto/ec/
H A Dp256-x86_64-asm.asm18 $L$Three:
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1063 Three, enumerator in enum:thread_annot_lock_65::MyFlags

Completed in 750 milliseconds