Searched refs:One (Results 1 - 25 of 183) sorted by relevance

12345678

/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DC_one.h1 @import A.One;
2 @import B.One;
/external/clang/test/Modules/
H A Dwildcard-submodule-exports.cpp5 @import C.One;
21 @import B.One;
/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp22 static ConstantRange One; member in class:__anon26495::ConstantRangeTest
29 ConstantRange ConstantRangeTest::One(APInt(16, 0xa));
54 EXPECT_FALSE(One.isFullSet());
55 EXPECT_FALSE(One.isEmptySet());
56 EXPECT_FALSE(One.isWrappedSet());
57 EXPECT_FALSE(One.contains(APInt(16, 0x0)));
58 EXPECT_FALSE(One.contains(APInt(16, 0x9)));
59 EXPECT_TRUE(One.contains(APInt(16, 0xa)));
60 EXPECT_FALSE(One.contains(APInt(16, 0xaa9)));
61 EXPECT_FALSE(One
[all...]
H A DConstantsTest.cpp23 Constant* One = ConstantInt::get(Int1, 1, true); local
31 EXPECT_EQ(Zero, ConstantExpr::getAdd(One, One));
35 EXPECT_EQ(Zero, ConstantExpr::getAdd(NegOne, One));
43 EXPECT_EQ(Zero, ConstantExpr::getSub(NegOne, One));
47 EXPECT_EQ(Zero, ConstantExpr::getSub(One, NegOne));
51 EXPECT_EQ(Zero, ConstantExpr::getSub(One, One));
55 EXPECT_EQ(Undef, ConstantExpr::getShl(One, One));
187 Constant *One = ConstantInt::get(Int32Ty, 1); local
263 Constant *One = ConstantInt::get(Int32Ty, 1); local
[all...]
/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h57 static const uint64_t One = 1ULL; ///< 1 of this type, for shifts member in struct:llvm::ISD::ArgFlagsTy
64 void setZExt() { Flags |= One << ZExtOffs; }
67 void setSExt() { Flags |= One << SExtOffs; }
70 void setInReg() { Flags |= One << InRegOffs; }
73 void setSRet() { Flags |= One << SRetOffs; }
76 void setByVal() { Flags |= One << ByValOffs; }
79 void setInAlloca() { Flags |= One << InAllocaOffs; }
82 void setNest() { Flags |= One << NestOffs; }
85 void setReturned() { Flags |= One << ReturnedOffs; }
88 void setInConsecutiveRegs() { Flags |= One << InConsecutiveRegsOff
[all...]
/external/clang/test/Sema/
H A Dmissing-field-initializers.c25 struct One { int a; int b; }; struct
30 struct One one;
H A Dwarn-outof-range-assign-enum.c6 One, enumerator in enum:CCTestEnum
/external/clang/test/Index/
H A Dcomment-c-decls.c84 One, enumerator in enum:e
H A Dformat-comment-cdecls.c79 One, enumerator in enum:e
/external/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp33 DIEInteger One(1);
34 Unnamed.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &One);
37 Unnamed.addValue(dwarf::DW_AT_decl_file, dwarf::DW_FORM_data1, &One);
38 Unnamed.addValue(dwarf::DW_AT_decl_line, dwarf::DW_FORM_data1, &One);
48 DIEInteger One(1);
49 DIEString FooStr(&One, "foo");
51 Foo.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &One);
64 DIEInteger One(1);
65 DIEString SpaceStr(&One, "space");
68 Space->addValue(dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present, &One);
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dtest_sig.stdout.exp5 One!
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text64 1. One
79 1. One
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text64 1. One
79 1. One
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt64 1. One
79 1. One
/external/openfst/src/include/fst/
H A Drational.h130 rfst_.SetFinal(1, Weight::One());
134 rfst_.AddArc(0, A(0, -1, Weight::One(), 1));
135 rfst_.AddArc(0, A(0, -2, Weight::One(), 1));
153 rfst_.SetFinal(2, Weight::One());
157 rfst_.AddArc(0, A(0, -1, Weight::One(), 1));
158 rfst_.AddArc(1, A(0, -2, Weight::One(), 2));
174 rfst_.SetFinal(0, Weight::One());
175 rfst_.AddArc(0, A(0, -1, Weight::One(), 0));
180 rfst_.SetFinal(1, Weight::One());
181 rfst_.AddArc(0, A(0, -1, Weight::One(),
[all...]
H A Dreweight.h108 if ((startweight != Weight::One()) && (startweight != Weight::Zero())) {
119 Divide(Weight::One(), startweight, DIVIDE_RIGHT),
126 fst->SetFinal(state, Times(Divide(Weight::One(), startweight,
132 Divide(Weight::One(), startweight, DIVIDE_RIGHT);
H A Dpush.h63 if ((w == Arc::Weight::One()) || (w == Arc::Weight::Zero()))
91 // equal to One() in the resulting machine. If pushing towards the
104 typename Arc::Weight total_weight = Arc::Weight::One();
149 GallicArc<Arc, stype>::Weight::One();
155 : StringWeight<typename Arc::Label, stype>::One(),
157 : Arc::Weight::One());
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drational.h71 rfst_.SetFinal(1, Weight::One());
75 rfst_.AddArc(0, A(0, -1, Weight::One(), 1));
76 rfst_.AddArc(0, A(0, -2, Weight::One(), 1));
94 rfst_.SetFinal(2, Weight::One());
98 rfst_.AddArc(0, A(0, -1, Weight::One(), 1));
99 rfst_.AddArc(1, A(0, -2, Weight::One(), 2));
115 rfst_.SetFinal(0, Weight::One());
116 rfst_.AddArc(0, A(0, -1, Weight::One(), 0));
121 rfst_.SetFinal(1, Weight::One());
122 rfst_.AddArc(0, A(0, -1, Weight::One(),
[all...]
H A Dreweight.h87 if ((potential[fst->Start()] != Weight::One()) &&
99 Divide(Weight::One(), potential[state], DIVIDE_RIGHT),
106 fst->SetFinal(state, Times(Divide(Weight::One(), potential[state],
114 Divide(Weight::One(), potential[fst->Start()], DIVIDE_RIGHT);
/external/clang/test/SemaTemplate/
H A Dalias-church-numerals.cpp12 template<template<typename> class F, typename X> using One = Succ<Zero, F, X>;
13 template<template<typename> class F, typename X> using Two = Succ<One, F, X>;
/external/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp78 Value *One = builder.getInt32(1); local
86 Value *Add = builder.CreateAdd(One, ArgX);
/external/llvm/examples/Fibonacci/
H A Dfibonacci.cpp51 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); local
68 ReturnInst::Create(Context, One, RetBB);
71 Value *Sub = BinaryOperator::CreateSub(ArgX, One, "arg", RecurseBB);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tests.pas49 Stream := TANTLRStringStream.Create('One'#13#10'Two');
109 Stream := TANTLRStringStream.Create('One'#13#10'Two');
167 Stream := TANTLRStringStream.Create('One'#13#10'Two'#13#10'Three');
170 CheckEquals('One', Stream.Substring(0, 2));
176 CheckEquals('One', Stream.Substring(0, 2));
/external/clang/test/Analysis/
H A Dinline.cpp33 class One : public A { class in inherits:A
40 One b;
394 void test(One *object) {
395 // This uses the One class from the top of the file.
397 clang_analyzer_eval(object->One::getNum() == 1); // expected-warning{{TRUE}}
402 clang_analyzer_eval(object->One::getZero() == 0); // expected-warning{{TRUE}}
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp48 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); local
56 Instruction *Add = BinaryOperator::CreateAdd(One, ArgX, "addresult", BB);
78 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); local
95 ReturnInst::Create(M->getContext(), One, RetBB);
98 Value *Sub = BinaryOperator::CreateSub(ArgX, One, "arg", RecurseBB);

Completed in 723 milliseconds

12345678