Home
last modified time | relevance | path

Searched defs:One (Results 1 – 25 of 256) sorted by relevance

1234567891011

/external/llvm-project/lldb/test/API/functionalities/limit-debug-info/
Donetwo.h1 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
Done.cpp7 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/
Dallocate_shared_cxx03.pass.cpp35 struct One struct
39 explicit One(int v) : value(v) {++count;} in One() argument
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/
Dallocate_shared.pass.cpp63 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() function
69 ~One() {--count;} in ~One() argument
/external/llvm-project/clang/test/CodeGen/
Denum-bool.cpp5 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/
DMergeTest.cpp17 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/
DSymmetry.h41 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/llvm/unittests/CodeGen/
DDIEHashTest.cpp51 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/clang/test/Sema/
Dmissing-field-initializers.c25 struct One { int a; int b; }; struct
/external/llvm-project/clang/test/Sema/
Dmissing-field-initializers.c25 struct One { int a; int b; }; argument
Dc2x-fallthrough.c51 One enumerator
/external/llvm-project/llvm/unittests/CodeGen/
DDIEHashTest.cpp67 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/rust/crates/num-traits/src/
Didentities.rs90 pub trait One: Sized + Mul<Self, Output = Self> { trait
122 impl One for $t { impl
/external/crosvm/bit_field/tests/
Dtest_enum.rs11 One = 0b01, enumerator
21 One = 0b01, enumerator
/external/llvm-project/llvm/unittests/IR/
DPatternMatch.cpp54 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/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops.h147 struct One { struct
148 EIGEN_STRONG_INLINE T operator()() const { return T(1); } in operator()
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generated_pkg_implicit_pb.rb14 module One module
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestPolymorphicCreators.java77 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/
Dunnamed_receiver.rs4 type One; typedef
/external/clang/test/Parser/
Dcxx-concept-declaration.cpp19 constexpr int One = 1; variable
/external/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/
Dclass-template-partial-spec1.cpp57 namespace One { namespace
64 namespace One { namespace
/external/llvm-project/clang/unittests/StaticAnalyzer/
DStoreTest.cpp68 SVal One = Builder.makeIntVal(1, ASTCtxt.IntTy); in performTest() local
136 SVal One = Builder.makeIntVal(1, Int); in performTest() local
/external/llvm-project/llvm/unittests/Support/
DKnownBitsTest.h26 for (unsigned One = 0; One < Max; ++One) { in ForeachKnownBits() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp65 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); in createAdd1() local
95 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); in CreateFibFunction() local
/external/llvm-project/libc/utils/FPUtil/
DSqrtLongDoubleX86.h48 constexpr UIntType One = UIntType(1) variable

1234567891011