HomeSort by relevance Sort by last modified time
    Searched refs:One (Results 1 - 25 of 489) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/wildcard-submodule-exports/
C_one.h 1 @import A.One;
2 @import B.One;
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
ConstantsTest.cpp 20 Constant* One = ConstantInt::get(Int1, 1, true);
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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
KnownBits.h 25 APInt One;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
47 bool hasConflict() const { return Zero.intersects(One); }
52 return Zero.countPopulation() + One.countPopulation() == getBitWidth()
    [all...]
  /external/clang/test/Modules/
wildcard-submodule-exports.cpp 5 @import C.One;
21 @import B.One;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
reloc-overflow-bad.d 4 #error: .*One possible cause.*
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 63 static const uint64_t One = 1ULL; ///< 1 of this type, for shifts
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 << NestOffs;
    [all...]
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared_cxx03.pass.cpp 35 struct One
39 explicit One(int v) : value(v) {++count;}
40 One(One const & o) : value(o.value) {++count;}
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::count == 0)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 44 static const uint64_t One = 1ULL; //< 1 of this type, for shifts
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 << ((Flags & OrigAlign) >> OrigAlignOffs)) / 2)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared_cxx03.pass.cpp 35 struct One
39 explicit One(int v) : value(v) {++count;}
40 One(One const & o) : value(o.value) {++count;}
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::count == 0)
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
ConstantRangeTest.cpp 23 static ConstantRange One;
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.contains(APInt(16, 0xaaa)))
    [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 23 static ConstantRange One;
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.contains(APInt(16, 0xaaa)))
    [all...]
  /external/clang/test/Parser/
cxx-concept-declaration.cpp 19 constexpr int One = 1;
22 static concept decltype(!0) C5 { bool(One) };
  /external/clang/test/Sema/
missing-field-initializers.c 25 struct One { int a; int b; };
30 struct One one; member in union:Three::__anon16595
36 { .one = { 1, 2 } }
43 { { .one = { 1, 2 } } },
44 { { .one = { 1 } } }, // expected-warning {{missing field 'b' initializer}}
  /external/clang/test/Index/
comment-c-decls.c 84 One,

Completed in 915 milliseconds

1 2 3 4 5 6 7 8 91011>>