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

1234567

/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DC_one.h1 @import A.One;
2 @import B.One;
/external/swiftshader/third_party/LLVM/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.cpp30 Constant* One = ConstantInt::get(Int1, 1, true); local
31 const ReturnInst* r1 = ReturnInst::Create(C, One);
35 EXPECT_EQ(One, *b);
36 EXPECT_EQ(One, r1->getOperand(0));
68 Constant* One = ConstantInt::get(Int1, 1, true); local
71 BranchInst* b1 = BranchInst::Create(bb0, bb1, One);
84 EXPECT_EQ(One, *b);
85 EXPECT_EQ(One, b1->getOperand(0));
86 EXPECT_EQ(One, b1->getCondition());
/external/clang/test/Modules/
H A Dwildcard-submodule-exports.cpp5 @import C.One;
21 @import B.One;
/external/clang/test/Parser/
H A Dcxx-concept-declaration.cpp19 constexpr int One = 1; variable
22 static concept decltype(!0) C5 { bool(One) };
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared_cxx03.pass.cpp35 struct One struct
39 explicit One(int v) : value(v) {++count;} function in struct:One
40 One(One const & o) : value(o.value) {++count;} function in struct:One
41 ~One() {--count;}
44 int One::count = 0;
80 std::shared_ptr<One> p = std::allocate_shared<One>(Alloc(), i);
81 assert(One::count == 1);
84 assert(One
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetCallingConv.h44 static const uint64_t One = 1ULL; //< 1 of this type, for shifts member in struct:llvm::ISD::ArgFlagsTy
51 void setZExt() { Flags |= One << ZExtOffs; }
54 void setSExt() { Flags |= One << SExtOffs; }
57 void setInReg() { Flags |= One << InRegOffs; }
60 void setSRet() { Flags |= One << SRetOffs; }
63 void setByVal() { Flags |= One << ByValOffs; }
66 void setNest() { Flags |= One << NestOffs; }
70 ((One << ((Flags & ByValAlign) >> ByValAlignOffs)) / 2);
78 void setSplit() { Flags |= One << SplitOffs; }
82 ((One << ((Flag
[all...]
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DConstantRangeTest.cpp23 static ConstantRange One; member in class:__anon19093::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...]
/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp23 static ConstantRange One; member in class:__anon13644::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...]
H A DConstantsTest.cpp27 Constant* One = ConstantInt::get(Int1, 1, true); local
35 EXPECT_EQ(Zero, ConstantExpr::getAdd(One, One));
39 EXPECT_EQ(Zero, ConstantExpr::getAdd(NegOne, One));
47 EXPECT_EQ(Zero, ConstantExpr::getSub(NegOne, One));
51 EXPECT_EQ(Zero, ConstantExpr::getSub(One, NegOne));
55 EXPECT_EQ(Zero, ConstantExpr::getSub(One, One));
59 EXPECT_EQ(Undef, ConstantExpr::getShl(One, One));
215 Constant *One = ConstantInt::get(Int32Ty, 1); local
309 Constant *One = ConstantInt::get(Int32Ty, 1); local
[all...]
/external/clang/test/Sema/
H A Dmissing-field-initializers.c25 struct One { int a; int b; }; struct
30 struct One one;
/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h63 static const uint64_t One = 1ULL; ///< 1 of this type, for shifts member in struct:llvm::ISD::ArgFlagsTy
71 void setZExt() { Flags |= One << ZExtOffs; }
74 void setSExt() { Flags |= One << SExtOffs; }
77 void setInReg() { Flags |= One << InRegOffs; }
80 void setSRet() { Flags |= One << SRetOffs; }
83 void setByVal() { Flags |= One << ByValOffs; }
86 void setInAlloca() { Flags |= One << InAllocaOffs; }
89 void setSwiftSelf() { Flags |= One << SwiftSelfOffs; }
92 void setSwiftError() { Flags |= One << SwiftErrorOffs; }
95 void setNest() { Flags |= One << NestOff
[all...]
/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/valgrind/none/tests/s390x/
H A Dtest_sig.stdout.exp5 One!
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVLowerBool.cpp90 auto One = getScalarOrVectorConstantInt(Ty, 1, false); local
91 auto Sel = SelectInst::Create(Op, One, Zero, "", &I);
100 auto One = getScalarOrVectorConstantInt(Ty, ~0, false); local
101 auto Sel = SelectInst::Create(Op, One, Zero, "", &I);
/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/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp51 DIEInteger One(1);
52 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, One);
55 Unnamed.addValue(Alloc, dwarf::DW_AT_decl_file, dwarf::DW_FORM_data1, One);
56 Unnamed.addValue(Alloc, dwarf::DW_AT_decl_line, dwarf::DW_FORM_data1, One);
66 DIEInteger One(1);
69 Foo.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, One);
82 DIEInteger One(1);
87 One);
93 Foo->addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, One);
178 DIEInteger One(
[all...]
/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.cpp87 Value *One = builder.getInt32(1); local
95 Value *Add = builder.CreateAdd(One, ArgX);
/external/swiftshader/third_party/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.cpp64 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); local
81 ReturnInst::Create(Context, One, RetBB);
84 Value *Sub = BinaryOperator::CreateSub(ArgX, One, "arg", RecurseBB);
/external/swiftshader/third_party/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);

Completed in 7452 milliseconds

1234567