/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() argument 52 Two(Two const & o) : value(o.value) {++count;} in Two() argument 53 ~Two() {--count;} in ~Two() argument
|
/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
|
/external/clang/test/Sema/ |
D | missing-field-initializers.c | 26 struct Two { float c; float d; float e; }; argument
|
D | warn-outof-range-assign-enum.c | 7 Two=4, enumerator
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | Symmetry.h | 42 constexpr static int Two = Two_; member 51 constexpr static int Two = Two_; member 60 constexpr static int Two = Two_; member 69 constexpr static int Two = Two_; member
|
/external/crosvm/bit_field/tests/ |
D | test_enum.rs | 12 Two = 0b10, enumerator 22 Two = 0b10, enumerator
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generated_pkg_implicit_pb.rb | 15 module Two module
|
/external/llvm/examples/ModuleMaker/ |
D | ModuleMaker.cpp | 51 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ModuleMaker/ |
D | ModuleMaker.cpp | 51 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
D | ArgsEnum.java | 37 public enum ChoiceType { ONE, Two, THREE }; enumConstant
|
/external/clang/test/Index/ |
D | format-comment-cdecls.c | 83 Two, enumerator
|
D | comment-c-decls.c | 88 Two, enumerator
|
/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 13 template<template<typename> class F, typename X> using Two = Succ<One, F, X>; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | DJBTest.cpp | 19 StringLiteral Two; in TEST() member
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | class_util_unittest.py | 97 def Two(self): member in ClassUtilTest.testMultipleInheritance.Bbb 120 def Two(self): member in ClassUtilTest.testMultipleInheritance.Hhh
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 65 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 64 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
|
/external/python/pybind11/tests/ |
D | test_enum.cpp | 27 Two = 2, in TEST_SUBMODULE() enumerator
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | ImmutableClassToInstanceMapTest.java | 200 private interface Two {} interface in ImmutableClassToInstanceMapTest
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableClassToInstanceMapTest.java | 200 private interface Two {} interface in ImmutableClassToInstanceMapTest
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
D | assign_value.pass.cpp | 241 enum MyEnum { Zero, One, Two, Three, FortyTwo = 42 }; enumerator
|
/external/llvm/unittests/IR/ |
D | PatternMatch.cpp | 56 Value *Two = IRB.CreateAdd(One, IRB.getInt32(42)); in TEST_F() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 94 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2); in CreateFibFunction() local
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 96 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2); in CreateFibFunction() local
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 577 DIEInteger Two(2); in TEST_F() local 625 DIEInteger Two(2); in TEST_F() local 671 DIEInteger Two(2); in TEST_F() local
|