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

  /external/antlr/runtime/Cpp/include/
antlr3bitset.hpp 3 * Defines the basic structures of an ANTLR3 bitset. this is a C version of the
4 * cut down Bitset class provided with the java version of antlr 3.
77 /// of the bitset code. Note that the pointer here may be static if laid down
98 /// Creates a new bitset with at least one 64 bit bset of bits, but as
110 /// - pANTLR3_BITSET = antlrBitsetOf(-1); Create empty bitset
124 class Bitset : public ImplTraits::AllocPolicyType
137 Bitset( ANTLR_UINT32 nbits=0 );
138 Bitset( const Bitset& bitset );
    [all...]
  /external/v8/src/asmjs/
asm-types.h 85 bitset_t Bitset() const {
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 303 milliseconds