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

  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 135 struct BitsetType;
138 BitsetType::New();
143 struct TypeImpl<Config>::BitsetType {
  /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...]

Completed in 670 milliseconds