/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared_no_variadics.pass.cpp | 35 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() argument 41 ~One() {--count;} in ~One() argument
|
/external/clang/test/Sema/ |
D | missing-field-initializers.c | 25 struct One { int a; int b; }; argument
|
D | warn-outof-range-assign-enum.c | 6 One, enumerator
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 33 DIEInteger One(1); in TEST() local 48 DIEInteger One(1); in TEST() local 64 DIEInteger One(1); in TEST() local 159 DIEInteger One(1); in TEST() local 310 DIEInteger One(1); in TEST() local 383 DIEInteger One(1); in TEST() local 456 DIEInteger One(1); in TEST() local 490 DIEInteger One(1); in TEST() local 509 DIEInteger One(1); in TEST() local 529 DIEInteger One(1); in TEST() local [all …]
|
/external/android-mock/tests/com/google/android/testing/mocking/ |
D | ClassIsEnum.java | 24 One, Two, Three, Four; enumConstant
|
/external/clang/test/Index/ |
D | comment-c-decls.c | 84 One, enumerator
|
D | format-comment-cdecls.c | 79 One, enumerator
|
/external/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 79 Value *One = builder.getInt32(1); in main() local
|
/external/v8/test/webkit/ |
D | comparison-operators.js | 61 var One = 1; variable
|
D | comparison-operators-greater.js | 61 var One = 1; variable
|
D | comparison-operators-less.js | 60 var One = 1; variable
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 48 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/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 25 Constant* One = ConstantInt::get(Int1, 1, true); in TEST() local 189 Constant *One = ConstantInt::get(Int32Ty, 1); in TEST() local 266 Constant *One = ConstantInt::get(Int32Ty, 1); in TEST() local
|
D | ConstantRangeTest.cpp | 22 static ConstantRange One; member in __anon10950d6f0111::ConstantRangeTest 29 ConstantRange ConstantRangeTest::One(APInt(16, 0xa)); member in __anon10950d6f0111::ConstantRangeTest
|
/external/clang/include/clang/AST/ |
D | CharUnits.h | 58 static CharUnits One() { in One() function
|
/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 12 template<template<typename> class F, typename X> using One = Succ<Zero, F, X>; typedef
|
/external/openfst/src/include/fst/ |
D | float-weight.h | 204 static const TropicalWeightTpl<T> One() { in One() function 329 static const LogWeightTpl<T> One() { in One() function 463 static const MinMaxWeightTpl<T> One() { in One() function
|
D | product-weight.h | 57 static const ProductWeight<W1, W2> &One() { in One() function
|
D | lexicographic-weight.h | 80 static const LexicographicWeight<W1, W2> &One() { in One() function
|
D | expectation-weight.h | 80 static const ExpectationWeight<X1, X2> &One() { in One() function
|
D | signed-log-weight.h | 62 static const SignedLogWeightTpl<T> &One() { in One() function
|
D | power-weight.h | 61 static const PowerWeight<W, n> &One() { in One() function
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 50 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); in CreateFibFunction() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 395 APInt One(Idx->getBitWidth(), 1); in allocateCandidatesAndFindBasisForAdd() local 400 ConstantInt *One = ConstantInt::get(cast<IntegerType>(I->getType()), 1); in allocateCandidatesAndFindBasisForAdd() local 480 APInt One(RHS->getBitWidth(), 1); in factorArrayIndex() local
|
/external/openfst/src/include/fst/script/ |
D | weight-class.h | 125 static const WeightClass &One() { in One() function
|