Searched refs:getType (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/ubsan/
H A Dubsan_value.cc20 CHECK(getType().isSignedIntegerTy());
25 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth();
28 if (getType().getIntegerBitWidth() == 64)
31 if (getType().getIntegerBitWidth() == 128)
34 if (getType().getIntegerBitWidth() == 128)
41 CHECK(getType().isUnsignedIntegerTy());
44 if (getType().getIntegerBitWidth() == 64)
47 if (getType().getIntegerBitWidth() == 128)
50 if (getType().getIntegerBitWidth() == 128)
57 if (getType()
[all...]
H A Dubsan_value.h158 CHECK(getType().isIntegerTy());
160 const unsigned Bits = getType().getIntegerBitWidth();
166 CHECK(getType().isFloatTy());
168 const unsigned Bits = getType().getFloatBitWidth();
175 const TypeDescriptor &getType() const { return Type; } function in class:__ubsan::Value
188 return getType().isSignedIntegerTy() && getSIntValue() == -1;
193 return getType().isSignedIntegerTy() && getSIntValue() < 0;
H A Dubsan_diag.cc99 if (V.getType().isSignedIntegerTy())
101 else if (V.getType().isUnsignedIntegerTy())
103 else if (V.getType().isFloatTy())
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/
H A Demplace.cc33 char getType() const { return type; } function in class:PathPoint
43 { return __pp.getType(); }
49 { return __lhs.getType() == __rhs.getType(); }
64 VERIFY( it->getType() == 'a' );
69 VERIFY( it->getType() == 'a' );
74 VERIFY( it->getType() == 'b' );
80 VERIFY( it->getType() == 'c' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multiset/modifiers/emplace/
H A D1.cc31 char getType() const { return type; } function in class:PathPoint
41 { return __lhs.getType() < __rhs.getType(); }
55 VERIFY( it->getType() == 'a' );
60 VERIFY( it->getType() == 'a' );
65 VERIFY( it->getType() == 'b' );
71 VERIFY( it->getType() == 'c' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/
H A Demplace.cc33 char getType() const { return type; } function in class:PathPoint
43 { return __pp.getType(); }
49 { return __lhs.getType() == __rhs.getType(); }
64 VERIFY( ret.first->getType() == 'a' );
70 VERIFY( ret.first->getType() == 'a' );
75 VERIFY( it->getType() == 'b' );
81 VERIFY( ret.first->getType() == 'c' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/modifiers/emplace/
H A D1.cc31 char getType() const { return type; } function in class:PathPoint
41 { return __lhs.getType() < __rhs.getType(); }
56 VERIFY( ret.first->getType() == 'a' );
62 VERIFY( ret.first->getType() == 'a' );
67 VERIFY( it->getType() == 'b' );
73 VERIFY( ret.first->getType() == 'c' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/
H A D1.cc34 char getType() const { return type; } function in class:PathPoint
56 VERIFY(path.front().getType() == 'a');
60 VERIFY(path.front().getType() == 'b');
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr33627.C13 inline PFType getType(void) const { } function in class:pf_Frag
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/modifiers/emplace/
H A D1.cc33 char getType() const { return type; } function in class:PathPoint
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multimap/modifiers/emplace/
H A D1.cc32 char getType() const { return type; } function in class:PathPoint
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/
H A Demplace.cc35 char getType() const { return type; } function in class:PathPoint
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/
H A Demplace.cc34 char getType() const { return type; } function in class:PathPoint

Completed in 113 milliseconds