Home
last modified time | relevance | path

Searched defs:Two (Results 1 – 25 of 49) sorted by relevance

12

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared_cxx03.pass.cpp47 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/
Dinit-priority-attr.cpp3 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/
Dmissing-field-initializers.c26 struct Two { float c; float d; float e; }; argument
Dwarn-outof-range-assign-enum.c7 Two=4, enumerator
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DSymmetry.h42 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/
Dtest_enum.rs12 Two = 0b10, enumerator
22 Two = 0b10, enumerator
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generated_pkg_implicit_pb.rb15 module Two module
/external/llvm/examples/ModuleMaker/
DModuleMaker.cpp51 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ModuleMaker/
DModuleMaker.cpp51 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgsEnum.java37 public enum ChoiceType { ONE, Two, THREE }; enumConstant
/external/clang/test/Index/
Dformat-comment-cdecls.c83 Two, enumerator
Dcomment-c-decls.c88 Two, enumerator
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp13 template<template<typename> class F, typename X> using Two = Succ<One, F, X>; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DDJBTest.cpp19 StringLiteral Two; in TEST() member
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dclass_util_unittest.py97 def Two(self): member in ClassUtilTest.testMultipleInheritance.Bbb
120 def Two(self): member in ClassUtilTest.testMultipleInheritance.Hhh
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp65 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Fibonacci/
Dfibonacci.cpp64 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
/external/python/pybind11/tests/
Dtest_enum.cpp27 Two = 2, in TEST_SUBMODULE() enumerator
/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableClassToInstanceMapTest.java200 private interface Two {} interface in ImmutableClassToInstanceMapTest
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableClassToInstanceMapTest.java200 private interface Two {} interface in ImmutableClassToInstanceMapTest
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dassign_value.pass.cpp241 enum MyEnum { Zero, One, Two, Three, FortyTwo = 42 }; enumerator
/external/llvm/unittests/IR/
DPatternMatch.cpp56 Value *Two = IRB.CreateAdd(One, IRB.getInt32(42)); in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ParallelJIT/
DParallelJIT.cpp94 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2); in CreateFibFunction() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp96 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2); in CreateFibFunction() local
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp577 DIEInteger Two(2); in TEST_F() local
625 DIEInteger Two(2); in TEST_F() local
671 DIEInteger Two(2); in TEST_F() local

12