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

123456

/macosx-10.9.5/llvmCore-3425.0.33/unittests/VMCore/
H A DConstantsTest.cpp20 Constant* One = ConstantInt::get(Int1, 1, true); local
28 EXPECT_EQ(Zero, ConstantExpr::getAdd(One, One));
32 EXPECT_EQ(Zero, ConstantExpr::getAdd(NegOne, One));
40 EXPECT_EQ(Zero, ConstantExpr::getSub(NegOne, One));
44 EXPECT_EQ(Zero, ConstantExpr::getSub(One, NegOne));
48 EXPECT_EQ(Zero, ConstantExpr::getSub(One, One));
52 EXPECT_EQ(Undef, ConstantExpr::getShl(One, One));
[all...]
H A DInstructionsTest.cpp35 Constant* One = ConstantInt::get(Int1, 1, true); local
36 const ReturnInst* r1 = ReturnInst::Create(C, One);
40 EXPECT_EQ(One, *b);
41 EXPECT_EQ(One, r1->getOperand(0));
73 Constant* One = ConstantInt::get(Int1, 1, true); local
76 BranchInst* b1 = BranchInst::Create(bb0, bb1, One);
89 EXPECT_EQ(One, *b);
90 EXPECT_EQ(One, b1->getOperand(0));
91 EXPECT_EQ(One, b1->getCondition());
/macosx-10.9.5/objc4-551.1/test/
H A Dload-reentrant.m15 @interface One @end
16 @implementation One
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetCallingConv.h48 static const uint64_t One = 1ULL; ///< 1 of this type, for shifts member in struct:llvm::ISD::ArgFlagsTy
55 void setZExt() { Flags |= One << ZExtOffs; }
58 void setSExt() { Flags |= One << SExtOffs; }
61 void setInReg() { Flags |= One << InRegOffs; }
64 void setSRet() { Flags |= One << SRetOffs; }
67 void setByVal() { Flags |= One << ByValOffs; }
70 void setNest() { Flags |= One << NestOffs; }
74 ((One << ((Flags & ByValAlign) >> ByValAlignOffs)) / 2);
82 void setSplit() { Flags |= One << SplitOffs; }
86 ((One << ((Flag
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DConstantRangeTest.cpp23 static ConstantRange One; member in class:__anon10760::ConstantRangeTest
30 ConstantRange ConstantRangeTest::One(APInt(16, 0xa));
55 EXPECT_FALSE(One.isFullSet());
56 EXPECT_FALSE(One.isEmptySet());
57 EXPECT_FALSE(One.isWrappedSet());
58 EXPECT_FALSE(One.contains(APInt(16, 0x0)));
59 EXPECT_FALSE(One.contains(APInt(16, 0x9)));
60 EXPECT_TRUE(One.contains(APInt(16, 0xa)));
61 EXPECT_FALSE(One.contains(APInt(16, 0xaa9)));
62 EXPECT_FALSE(One
[all...]
/macosx-10.9.5/dtrace-118.1/DTTk/Docs/
H A Doneliners.txt5 DTrace One Liners,
72 DTrace Longer One Liners,
/macosx-10.9.5/ruby-104/ruby/test/rdoc/MarkdownTest_1.0.3/
H A DOrdered and unordered lists.text64 1. One
79 1. One
/macosx-10.9.5/llvmCore-3425.0.33/examples/HowToUseJIT/
H A DHowToUseJIT.cpp78 Value *One = builder.getInt32(1); local
86 Value *Add = builder.CreateAdd(One, ArgX);
/macosx-10.9.5/llvmCore-3425.0.33/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);
/macosx-10.9.5/llvmCore-3425.0.33/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);
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DMakeTextMovie.tcl9 .m tracks add text 1 0 600 One
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DIntegerDivision.cpp135 ConstantInt *One = Builder.getInt32(1); local
229 Value *SR_1 = Builder.CreateAdd(SR, One);
267 Value *Tmp5 = Builder.CreateShl(R_1, One);
270 Value *Tmp8 = Builder.CreateShl(Q_2, One);
274 Value *Carry = Builder.CreateAnd(Tmp10, One);
290 Value *Tmp13 = Builder.CreateShl(Q_3, One);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DProcess.inc48 // how this affects the reported page size, if at all. One could argue
/macosx-10.9.5/vim-53/runtime/macros/
H A Dless.vim70 echo "<Space> One page forward b One page backward"
72 echo "<Enter> One line forward k One line backward"
/macosx-10.9.5/CPANInternal-140/Test-use-ok-0.11/lib/Test/use/
H A Dok.pm26 One should write this:
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dsql-test900-write123 dn: cn=Some One,${BASEDN}
127 cn: Some One
128 sn: One
177 dn: cn=Some One,${BASEDN}
221 dn: cn=Some One,${BASEDN}
528 BINDDN="cn=Some One,${BASEDN}"
H A Dsql-test901-syncrepl194 dn: cn=Some One,${BASEDN}
198 cn: Some One
199 sn: One
248 dn: cn=Some One,${BASEDN}
292 dn: cn=Some One,${BASEDN}
599 BINDDN="cn=Some One,${BASEDN}"
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/ASE/
H A DNoBindVars.pm83 One advantage of not using placeholders is that C<select @@identity> will work
/macosx-10.9.5/CPANInternal-140/Test-use-ok/lib/Test/use/
H A Dok.pm26 One should write this:
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/t/
H A D95_Tree_Simple_Visitor_LoadClassHierarchy_test.t118 package One;
123 @Two::ISA = ('One');
155 is($current->getChild(1)->getChild(1)->getNodeValue(), 'One', '... got the value we expected');
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/t/
H A D95_Tree_Simple_Visitor_LoadClassHierarchy_test.t118 package One;
123 @Two::ISA = ('One');
155 is($current->getChild(1)->getChild(1)->getNodeValue(), 'One', '... got the value we expected');
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dttknote.rb50 One of the widgets it includes is the notebook widget, \
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dbasic.test78 foreach x {one One two Two three Three four Four} {
97 foreach x {one One two Two three Three four Four} {
120 foreach x {one One two Two three Three four Four} {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DStripSymbols.cpp340 char One = '\1'; local
341 if (LinkageName.startswith(StringRef(&One, 1)))
/macosx-10.9.5/llvmCore-3425.0.33/utils/obj2yaml/
H A Dcoff2yaml.cpp15 template <typename One, typename Two>
17 One first;

Completed in 177 milliseconds

123456