Home
last modified time | relevance | path

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

1234

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared_no_variadics.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() argument
41 ~One() {--count;} in ~One() argument
/external/clang/test/Sema/
Dmissing-field-initializers.c25 struct One { int a; int b; }; argument
Dwarn-outof-range-assign-enum.c6 One, enumerator
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp33 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/
DClassIsEnum.java24 One, Two, Three, Four; enumConstant
/external/clang/test/Index/
Dcomment-c-decls.c84 One, enumerator
Dformat-comment-cdecls.c79 One, enumerator
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp79 Value *One = builder.getInt32(1); in main() local
/external/v8/test/webkit/
Dcomparison-operators.js61 var One = 1; variable
Dcomparison-operators-greater.js61 var One = 1; variable
Dcomparison-operators-less.js60 var One = 1; variable
/external/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/llvm/unittests/IR/
DConstantsTest.cpp25 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
DConstantRangeTest.cpp22 static ConstantRange One; member in __anon10950d6f0111::ConstantRangeTest
29 ConstantRange ConstantRangeTest::One(APInt(16, 0xa)); member in __anon10950d6f0111::ConstantRangeTest
/external/clang/include/clang/AST/
DCharUnits.h58 static CharUnits One() { in One() function
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp12 template<template<typename> class F, typename X> using One = Succ<Zero, F, X>; typedef
/external/openfst/src/include/fst/
Dfloat-weight.h204 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
Dproduct-weight.h57 static const ProductWeight<W1, W2> &One() { in One() function
Dlexicographic-weight.h80 static const LexicographicWeight<W1, W2> &One() { in One() function
Dexpectation-weight.h80 static const ExpectationWeight<X1, X2> &One() { in One() function
Dsigned-log-weight.h62 static const SignedLogWeightTpl<T> &One() { in One() function
Dpower-weight.h61 static const PowerWeight<W, n> &One() { in One() function
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp50 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); in CreateFibFunction() local
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp395 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/
Dweight-class.h125 static const WeightClass &One() { in One() function

1234