Home
last modified time | relevance | path

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

123

/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/llvm/unittests/IR/
DConstantsTest.cpp23 Constant* One = ConstantInt::get(Int1, 1, true); in TEST() local
187 Constant *One = ConstantInt::get(Int32Ty, 1); in TEST() local
263 Constant *One = ConstantInt::get(Int32Ty, 1); in TEST() local
DConstantRangeTest.cpp22 static ConstantRange One; member in __anon12ec87460111::ConstantRangeTest
29 ConstantRange ConstantRangeTest::One(APInt(16, 0xa)); member in __anon12ec87460111::ConstantRangeTest
/external/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/chromium_org/v8/test/webkit/
Dcomparison-operators.js61 var One = 1; variable
Dcomparison-operators-less.js60 var One = 1; variable
Dcomparison-operators-greater.js61 var One = 1; variable
/external/clang/include/clang/AST/
DCharUnits.h58 static CharUnits One() { in One() function
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfloat-weight.h128 static const TropicalWeight One() { return TropicalWeight(0.0F); } in One() function
194 static const LogWeight One() { return LogWeight(0.0F); } in One() function
Dproduct-weight.h44 static const ProductWeight<W1, W2> &One() { in One() function
/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/clang/test/SemaTemplate/
Dalias-church-numerals.cpp12 template<template<typename> class F, typename X> using One = Succ<Zero, F, X>; typedef
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp51 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); in CreateFibFunction() local
/external/openfst/src/include/fst/
Dproduct-weight.h57 static const ProductWeight<W1, W2> &One() { in One() function
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
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/unittests/Linker/
DLinkModulesTest.cpp49 ConstantInt *One = ConstantInt::get(Type::getInt32Ty(Ctx), 1); in SetUp() local
/external/llvm/unittests/Support/
DMemoryBufferTest.cpp108 OwningBuffer One(MemoryBuffer::getNewUninitMemBuffer(321)); in TEST_F() local

123