/external/llvm-project/lldb/test/API/functionalities/limit-debug-info/ |
D | onetwo.h | 1 struct One { struct 3 constexpr One() = default; argument 14 struct One { struct 16 constexpr One() = default; argument 29 struct One { struct 31 constexpr One() = default; argument 44 struct One { struct 46 One(int member); argument 60 struct One { struct 62 constexpr One() = default; argument
|
D | one.cpp | 7 result::One::One(int member) : member(member) {} in One() function in result::One 10 void func_shadow::One(int) {} in One() function in func_shadow 12 void func_shadow::One(float) {} in One() function in func_shadow
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared_cxx03.pass.cpp | 35 struct One struct 39 explicit One(int v) : value(v) {++count;} in One() function 40 One(One const & o) : value(o.value) {++count;} in One() function 41 ~One() {--count;} in ~One() argument
|
/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared.pass.cpp | 63 struct One struct 67 explicit One(int v) : value(v) {++count;} in One() argument 68 One(One const & o) : value(o.value) {++count;} in One() argument 69 ~One() {--count;} in ~One() argument
|
/external/llvm-project/clang/test/CodeGen/ |
D | enum-bool.cpp | 5 enum E { Zero, One }; enumerator 16 enum E : bool { Zero, One }; enumerator 27 enum class E { Zero, One }; enumerator 38 enum class E : bool { Zero, One }; enumerator
|
/external/llvm-project/clang-tools-extra/unittests/clang-doc/ |
D | MergeTest.cpp | 17 NamespaceInfo One; in TEST() local 79 RecordInfo One; in TEST() local 154 FunctionInfo One; in TEST() local 229 EnumInfo One; in TEST() local
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | Symmetry.h | 41 constexpr static int One = One_; member 50 constexpr static int One = One_; member 59 constexpr static int One = One_; member 68 constexpr static int One = One_; member
|
/external/clang/test/Sema/ |
D | missing-field-initializers.c | 25 struct One { int a; int b; }; argument
|
/external/llvm-project/clang/test/Sema/ |
D | missing-field-initializers.c | 25 struct One { int a; int b; }; argument
|
D | c2x-fallthrough.c | 51 One enumerator
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 51 DIEInteger One(1); in TEST_F() local 66 DIEInteger One(1); in TEST_F() local 82 DIEInteger One(1); in TEST_F() local 178 DIEInteger One(1); in TEST_F() local 335 DIEInteger One(1); in TEST_F() local 413 DIEInteger One(1); in TEST_F() local 491 DIEInteger One(1); in TEST_F() local 528 DIEInteger One(1); in TEST_F() local 547 DIEInteger One(1); in TEST_F() local 567 DIEInteger One(1); in TEST_F() local [all …]
|
/external/rust/crates/num-traits/src/ |
D | identities.rs | 90 pub trait One: Sized + Mul<Self, Output = Self> { interface 122 impl One for $t { impl
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 67 DIEInteger One(1); in TEST_F() local 82 DIEInteger One(1); in TEST_F() local 98 DIEInteger One(1); in TEST_F() local 194 DIEInteger One(1); in TEST_F() local 351 DIEInteger One(1); in TEST_F() local 429 DIEInteger One(1); in TEST_F() local 507 DIEInteger One(1); in TEST_F() local 544 DIEInteger One(1); in TEST_F() local 563 DIEInteger One(1); in TEST_F() local 583 DIEInteger One(1); in TEST_F() local [all …]
|
/external/crosvm/bit_field/tests/ |
D | test_enum.rs | 11 One = 0b01, enumerator 21 One = 0b01, enumerator
|
/external/llvm-project/llvm/unittests/IR/ |
D | PatternMatch.cpp | 54 Value *One = IRB.CreateAdd(IRB.CreateAdd(IRB.getInt32(1), IRB.getInt32(2)), in TEST_F() local 73 Value *One = ConstantInt::get(IntTy, 1); in TEST_F() local 112 Value *One = ConstantInt::get(IntTy, 1); in TEST_F() local 151 Value *One = ConstantInt::get(IntTy, 1); in TEST_F() local 189 Value *One = ConstantInt::get(IntTy, 1); in TEST_F() local 213 Value *One = ConstantInt::get(IntTy, 1); in TEST_F() local 252 Value *One = ConstantInt::get(IntTy, 1); in TEST_F() local 291 Value *One = ConstantInt::get(IntTy, 1); in TEST_F() local 330 Value *One = ConstantInt::get(IntTy, 1); in TEST_F() local 369 Value *One = ConstantInt::get(IntTy, 1); in TEST_F() local [all …]
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generated_pkg_implicit_pb.rb | 14 module One module
|
/external/tensorflow/tensorflow/core/kernels/ |
D | segment_reduction_ops.h | 147 struct One { struct 148 EIGEN_STRONG_INLINE T operator()() const { return T(1); } in operator()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
D | TestPolymorphicCreators.java | 77 static final class One extends AbstractRoot { class in TestPolymorphicCreators 78 protected One(String opt) { in One() method in TestPolymorphicCreators.One
|
/external/rust/cxx/tests/ui/ |
D | unnamed_receiver.rs | 4 type One; typedef
|
/external/clang/test/Parser/ |
D | cxx-concept-declaration.cpp | 19 constexpr int One = 1; variable
|
/external/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/ |
D | class-template-partial-spec1.cpp | 57 namespace One { namespace 64 namespace One { namespace
|
/external/llvm-project/llvm/unittests/Support/ |
D | KnownBitsTest.h | 26 for (unsigned One = 0; One < Max; ++One) { in ForeachKnownBits() local
|
/external/llvm-project/clang/unittests/StaticAnalyzer/ |
D | StoreTest.cpp | 68 SVal One = Builder.makeIntVal(1, ASTCtxt.IntTy); in performTest() local 136 SVal One = Builder.makeIntVal(1, Int); in performTest() local
|
/external/llvm-project/libc/utils/FPUtil/ |
D | SqrtLongDoubleX86.h | 48 constexpr UIntType One = UIntType(1) variable
|
/external/llvm-project/clang/test/Index/ |
D | comment-c-decls.c | 84 One, enumerator
|