HomeSort by relevance Sort by last modified time
    Searched refs:BitsetType (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
types.h 216 class V8_EXPORT_PRIVATE BitsetType {
295 if (BitsetType::IsBitset(type)) return false;
322 friend class BitsetType;
339 BitsetType::bitset Lub() { return BitsetType::kOtherNumber; }
350 friend class BitsetType;
353 BitsetType::bitset bitset = BitsetType::Lub(*value);
363 HeapConstantType(BitsetType::bitset bitset, i::Handle<i::HeapObject> object);
365 BitsetType::bitset Lub() { return bitset_;
    [all...]
types.cc 71 if (this->IsBitset()) return BitsetType::Min(this->AsBitset());
88 if (this->IsBitset()) return BitsetType::Max(this->AsBitset());
107 Type::bitset BitsetType::Glb(Type* type) {
118 BitsetType::Glb(type->AsRange()->Min(), type->AsRange()->Max());
126 Type::bitset BitsetType::Lub(Type* type) {
148 Type::bitset BitsetType::Lub(i::Map* map) {
337 Type::bitset BitsetType::Lub(i::Object* value) {
345 Type::bitset BitsetType::Lub(double value) {
354 const BitsetType::Boundary BitsetType::BoundariesArray[] =
    [all...]
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 135 struct BitsetType;
138 BitsetType::New();
143 struct TypeImpl<Config>::BitsetType {

Completed in 1051 milliseconds