Home
last modified time | relevance | path

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

1234567

/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/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/clang/test/Sema/
Dmissing-field-initializers.c25 struct One { int a; int b; }; struct
/external/swiftshader/third_party/llvm-7.0/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/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/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops.h126 struct One { struct
127 EIGEN_STRONG_INLINE T operator()() const { return T(1); } in operator()
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DInstructionsTest.cpp30 Constant* One = ConstantInt::get(Int1, 1, true); in TEST() local
68 Constant* One = ConstantInt::get(Int1, 1, true); in TEST() local
DConstantsTest.cpp20 Constant* One = ConstantInt::get(Int1, 1, true); in TEST() local
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerBool.cpp90 auto One = getScalarOrVectorConstantInt(Ty, 1, false); in visitZExtInst() local
100 auto One = getScalarOrVectorConstantInt(Ty, ~0, false); in visitSExtInst() local
/external/clang/test/Parser/
Dcxx-concept-declaration.cpp19 constexpr int One = 1; variable
/external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
DHowToUseJIT.cpp78 Value *One = builder.getInt32(1); in main() local
/external/clang/test/Index/
Dformat-comment-cdecls.c79 One, enumerator
Dcomment-c-decls.c84 One, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp85 Value *One = builder.getInt32(1); in main() local
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp87 Value *One = builder.getInt32(1); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ParallelJIT/
DParallelJIT.cpp64 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); in createAdd1() local
93 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); in CreateFibFunction() 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/swiftshader/third_party/LLVM/examples/ParallelJIT/
DParallelJIT.cpp48 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); in createAdd1() local
78 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); in CreateFibFunction() local
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp12 template<template<typename> class F, typename X> using One = Succ<Zero, F, X>; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DDJBTest.cpp18 StringLiteral One; in TEST() member
/external/clang/include/clang/AST/
DCharUnits.h58 static CharUnits One() { in One() function
/external/swiftshader/third_party/LLVM/examples/Fibonacci/
Dfibonacci.cpp51 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); in CreateFibFunction() local
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dclass_util_unittest.py93 def One(self): member in ClassUtilTest.testMultipleInheritance.Aaa
112 def One(self): member in ClassUtilTest.testMultipleInheritance.Fff
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp64 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); in CreateFibFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Fibonacci/
Dfibonacci.cpp63 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); in CreateFibFunction() local

1234567