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

  /external/clang/test/SemaCXX/
member-init.cpp 3 struct Bitfield {
4 int n : 3 = 7; // expected-error {{bitfield member cannot have an in-class initializer}}
  /external/deqp/framework/common/
tcuFormatUtil.hpp 72 // Bitfield formatter.
86 class Bitfield
89 Bitfield (deUint64 value, const BitDesc* begin, const BitDesc* end)
127 inline std::ostream& operator<< (std::ostream& stream, Bitfield<BitfieldSize> decoder)
260 /** Decode and format bitfield. */
262 inline Format::Bitfield<sizeof(T)*8> formatBitfield (T value, const Format::BitDesc (&desc)[Size])
264 return Format::Bitfield<sizeof(T)*8>((deUint64)value, &desc[0], &desc[Size]);
  /external/clang/test/CodeGenCXX/
temporaries.cpp 649 namespace Bitfield {
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 531 struct BitfieldOp Bitfield;
604 Bitfield = o.Bitfield;
    [all...]

Completed in 2218 milliseconds