Searched refs:BitsetType (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp135 struct BitsetType;
138 BitsetType::New();
143 struct TypeImpl<Config>::BitsetType { struct in class:PR19613::TypeImpl
/external/v8/src/
H A Dtypes.cc80 if (this->IsBitset()) return BitsetType::Min(this->AsBitset());
98 if (this->IsBitset()) return BitsetType::Max(this->AsBitset());
120 TypeImpl<Config>::BitsetType::Glb(TypeImpl* type) {
137 TypeImpl<Config>::BitsetType::Lub(TypeImpl* type) {
164 TypeImpl<Config>::BitsetType::Lub(i::Map* map) {
262 TypeImpl<Config>::BitsetType::Lub(i::Object* value) {
273 TypeImpl<Config>::BitsetType::Lub(double value) {
285 TypeImpl<Config>::BitsetType::Lub(int32_t value) {
298 TypeImpl<Config>::BitsetType::Lub(uint32_t value) {
310 const typename TypeImpl<Config>::BitsetType
[all...]
H A Dtypes.h160 #define REPRESENTATION(k) ((k) & BitsetType::kRepresentation)
161 #define SEMANTIC(k) ((k) & BitsetType::kSemantic)
294 class BitsetType; // Internal
319 return BitsetType::New(BitsetType::k##type); \
322 return BitsetType::New(BitsetType::k##type, region); \
377 return Config::from_bitset(BitsetType::Lub(value), region);
380 return Config::from_bitset(BitsetType::Lub(value), region);
388 bool IsInhabited() { return BitsetType
564 class TypeImpl<Config>::BitsetType : public TypeImpl<Config> { class in class:v8::internal::TypeImpl
[all...]
/external/v8/test/cctest/
H A Dtest-types.cc41 struct BitsetType : Type::BitsetType { struct in struct:ZoneRep
42 using Type::BitsetType::New;
43 using Type::BitsetType::Glb;
44 using Type::BitsetType::Lub;
45 using Type::BitsetType::IsInhabited;
68 struct BitsetType : HeapType::BitsetType { struct in struct:HeapRep
69 using HeapType::BitsetType::New;
70 using HeapType::BitsetType
[all...]

Completed in 408 milliseconds