Searched refs:Bitset (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dtypes.h586 return static_cast<BitsetType*>(this)->Bitset();
640 // Bitset types (internal).
657 bitset Bitset() { return Config::as_bitset(this); } function
/external/v8/test/cctest/
H A Dtest-types.cc177 void Bitset() { function in struct:Tests
1533 // Bitset-array
1543 // Bitset-function
1552 // Bitset-class
1560 // Bitset-constant
1578 // Bitset-union
1768 // Bitset-class
1772 // Bitset-array
1776 // Bitset-function
1780 // Bitset
[all...]
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp6239 Value *Bitset = Builder.CreateAnd( local
6241 return Builder.CreateICmpNE(Bitset, llvm::ConstantInt::get(Int32Ty, 0));

Completed in 139 milliseconds