/external/llvm-project/clang/test/SemaCXX/ |
D | init-priority-attr.cpp | 10 class Two { class 15 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; in Two() function in Two 16 Two( void ) { i = 0; j = 0; k = count++; }; in Two() function in Two 22 extern Two foo; 23 extern Two goo; 24 extern Two coo[]; 25 extern Two koo[]; 27 Two foo __attribute__((init_priority(101))) ( 5, 6 ); 31 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute… 34 Two coo[2] __attribute__((init_priority(100))); [all …]
|
/external/clang/test/SemaCXX/ |
D | init-priority-attr.cpp | 3 class Two { class 8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; in Two() function in Two 9 Two( void ) { i = 0; j = 0; k = count++; }; in Two() function in Two 15 extern Two foo; 16 extern Two goo; 17 extern Two coo[]; 18 extern Two koo[]; 20 Two foo __attribute__((init_priority(101))) ( 5, 6 ); 22 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute… 24 Two coo[2] __attribute__((init_priority(3))); // expected-error {{'init_priority' attribute requir… [all …]
|
/external/llvm-project/lldb/test/API/functionalities/limit-debug-info/ |
D | two.cpp | 3 Two::~Two() = default; 4 member::Two::~Two() = default; 5 array::Two::~Two() = default; 7 result::Two::Two(int member) : member(member) {} in Two() function in result::Two 8 result::Two::~Two() = default; 9 result::One result::Two::one() const { return One(member - 100); } in one()
|
D | onetwo.h | 7 struct Two : One { struct 9 constexpr Two() = default; argument 10 ~Two() override; 20 struct Two { struct 23 constexpr Two() = default; argument 24 virtual ~Two(); 35 struct Two { struct 38 constexpr Two() = default; argument 39 virtual ~Two(); 50 struct Two { struct [all …]
|
D | main.cpp | 7 struct InheritsFromTwo : Two { 17 member::Two two; 22 array::Two array_of_two[3]; 25 result::Two get_two() { return result::Two(224); } in get_two()
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared_cxx03.pass.cpp | 47 struct Two struct 51 Two(int v, int) : value(v) {++count;} in Two() function 52 Two(Two const & o) : value(o.value) {++count;} in Two() function 53 ~Two() {--count;} in ~Two() argument 56 int Two::count = 0; 87 std::shared_ptr<Two> p = std::allocate_shared<Two>(Alloc(), i, bad); in test() 88 assert(Two::count == 1); in test() 91 assert(Two::count == 0); in test() 106 std::shared_ptr<Two> p = std::allocate_shared<Two>(test_allocator<Two>(54), i, bad); in main() 107 assert(test_allocator<Two>::alloc_count == 1); in main() [all …]
|
/external/llvm-project/clang-tools-extra/unittests/clang-doc/ |
D | MergeTest.cpp | 32 NamespaceInfo Two; in TEST() local 33 Two.Name = "Namespace"; in TEST() 34 Two.Namespace.emplace_back(EmptySID, "A", InfoType::IT_namespace); in TEST() 36 Two.ChildNamespaces.emplace_back(EmptySID, "OtherChildNamespace", in TEST() 38 Two.ChildRecords.emplace_back(EmptySID, "OtherChildStruct", in TEST() 40 Two.ChildFunctions.emplace_back(); in TEST() 41 Two.ChildFunctions.back().Name = "TwoFunction"; in TEST() 42 Two.ChildEnums.emplace_back(); in TEST() 43 Two.ChildEnums.back().Name = "TwoEnum"; in TEST() 47 Infos.emplace_back(std::make_unique<NamespaceInfo>(std::move(Two))); in TEST() [all …]
|
/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared.pass.cpp | 75 struct Two struct 79 Two(int v, int) : value(v) {++count;} in Two() argument 80 Two(Two const & o) : value(o.value) {++count;} in Two() argument 81 ~Two() {--count;} in ~Two() argument 84 int Two::count = 0; 115 std::shared_ptr<Two> p = std::allocate_shared<Two>(Alloc(), i, bad); in test() 116 assert(Two::count == 1); in test() 119 assert(Two::count == 0); in test()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | stwu-gta.ll | 5 %class.Two.0.5 = type { i32, i32, i32 } 7 @foo = external global %class.Two.0.5, align 4 11 …store i32 5, i32* getelementptr inbounds (%class.Two.0.5, %class.Two.0.5* @foo, i32 0, i32 0), ali… 12 …store i32 6, i32* getelementptr inbounds (%class.Two.0.5, %class.Two.0.5* @foo, i32 0, i32 1), ali…
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | stwu-gta.ll | 5 %class.Two.0.5 = type { i32, i32, i32 } 7 @foo = external global %class.Two.0.5, align 4 11 …store i32 5, i32* getelementptr inbounds (%class.Two.0.5, %class.Two.0.5* @foo, i32 0, i32 0), ali… 12 …store i32 6, i32* getelementptr inbounds (%class.Two.0.5, %class.Two.0.5* @foo, i32 0, i32 1), ali…
|
/external/llvm-project/llvm/test/TableGen/ |
D | foreach-variable-range.td | 6 int Two = 2; 16 foreach Index = Constants.Zero ... Constants.Two in { 23 foreach Index = Constants.Zero...Constants.Two in { 30 foreach Index = Constants.Zero ...Constants.Two in { 37 foreach Index = Constants.Zero... Constants.Two in { 44 foreach Index = 0 ... Constants.Two in { 51 foreach Index = 0...Constants.Two in { 58 foreach Index = 0 ...Constants.Two in { 65 foreach Index = 0... Constants.Two in { 101 foreach Index = {Constants.Zero...Constants.One, Constants.Two...Constants.Three} in { [all …]
|
/external/clang/test/SemaObjC/ |
D | objc-cstyle-args-in-methods.m | 16 [foo test:@"One", @"Two"]; 17 [foo bad:@"One", @"Two"]; // expected-error {{too few arguments to method call}} 18 [foo bad:@"One", @"Two", 3.14]; 19 [foo bad:@"One", @"Two", 3.14, @"Two"]; // expected-error {{too many arguments to method call}}
|
/external/llvm-project/clang/test/SemaObjC/ |
D | objc-cstyle-args-in-methods.m | 16 [foo test:@"One", @"Two"]; 17 [foo bad:@"One", @"Two"]; // expected-error {{too few arguments to method call}} 18 [foo bad:@"One", @"Two", 3.14]; 19 [foo bad:@"One", @"Two", 3.14, @"Two"]; // expected-error {{too many arguments to method call}}
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | wild.test | 6 === test/Two.java === 9 public class Two<T, U> {} 15 Two<?, ?> a1(Two<?, ?> x) { return null; }
|
D | B8148131.test | 11 class One implements Two.ThreeInner { 15 === Two.java === 18 class Two extends Three {}
|
/external/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/ |
D | class-template-partial-spec2.cpp | 56 namespace Two { namespace 67 struct Child1: public Two::Three::Parent<unsigned> { 72 struct Child1<T, One::Two::Three::Parent<T>> { 78 namespace Dst { One::Child1<double, One::Two::Three::Parent<double>> Z0Dst; }
|
D | class-template-partial-spec1.cpp | 58 namespace Two { namespace 65 namespace Two { namespace 76 struct Child1: public Two::Three::Parent<unsigned> { 81 struct Child1<T, One::Two::Three::Parent<T>> {
|
/external/python/pybind11/tests/ |
D | test_enum.py | 130 z = m.ScopedEnum.Two 155 assert m.ScopedEnum.Two < m.ScopedEnum.Three 156 assert m.ScopedEnum.Three > m.ScopedEnum.Two 157 assert m.ScopedEnum.Two <= m.ScopedEnum.Three 158 assert m.ScopedEnum.Two <= m.ScopedEnum.Two 159 assert m.ScopedEnum.Two >= m.ScopedEnum.Two 160 assert m.ScopedEnum.Three >= m.ScopedEnum.Two
|
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/ |
D | module.map | 3 module Two { header "A_two.h" } 8 module Two { header "B_two.h" } 16 module Two {
|
/external/llvm-project/clang/test/Modules/Inputs/wildcard-submodule-exports/ |
D | module.map | 3 module Two { header "A_two.h" } 8 module Two { header "B_two.h" } 16 module Two {
|
/external/llvm-project/clang/test/CodeGen/ |
D | ppc32-and-aix-struct-return.c | 30 } Two; typedef 64 Two ret2(void) { return (Two){123}; } in ret2()
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | amdgcn-large-globals.cl | 6 // CHECK: @Two = local_unnamed_addr addrspace(1) global [6442450944 x i32] zeroinitializer, align 4 7 global unsigned int Two[6442450944]; 11 Two[id + 1] = id + 1;
|
/external/crosvm/bit_field/tests/ |
D | test_enum.rs | 12 Two = 0b10, enumerator 22 Two = 0b10, enumerator 50 s.set_three_bits(ThreeBits::Two); in test_enum()
|
/external/autotest/client/site_tests/touch_ScrollDirection/ |
D | README | 6 <DEVICE NAME>_touchpad_Touch ID_scroll-down - Two finger scroll on touchpad in downward direction. 7 <DEVICE NAME>_touchpad_Touch ID_scroll-right - Two finger scroll on touchpad in right direction. 8 <DEVICE NAME>_touchpad_Touch ID_scroll-left - Two finger scroll on touchpad in left direction. 9 <DEVICE NAME>_touchpad_Touch ID_scroll-up - Two finger scroll on touchpad in upward direction.
|
/external/llvm-project/llvm/unittests/ADT/ |
D | BitFieldsTest.cpp | 120 enum Enum : unsigned { Zero = 0, Two = 2, LAST = Two }; in TEST() enumerator 125 Bitfield::set<OrderingField>(Storage, Two); in TEST() 126 EXPECT_EQ(Bitfield::get<OrderingField>(Storage), Two); in TEST() 132 enum class Enum : unsigned { Zero = 0, Two = 2, LAST = Two }; in TEST() enumerator 137 Bitfield::set<OrderingField>(Storage, Enum::Two); in TEST() 138 EXPECT_EQ(Bitfield::get<OrderingField>(Storage), Enum::Two); in TEST()
|