Searched defs:BOOL (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp442 static const TypeInt *BOOL; member in class:TypeInt
448 static const TypeInt *CC_GE; // [0,1] == BOOL (!)
H A Dtype.cpp131 if (this == TypeInt::BOOL) return T_BOOLEAN;
243 TypeInt::BOOL = TypeInt::make(0,1, WidenMin); // 0 or 1, FALSE or TRUE. member in class:TypeInt
249 TypeInt::CC_GE = TypeInt::make( 0, 1, WidenMin); // == TypeInt::BOOL
264 assert( TypeInt::CC_GE == TypeInt::BOOL, "types must match for CmpL to work" );
390 _const_basic_type[T_BOOLEAN] = TypeInt::BOOL;
1077 const TypeInt *TypeInt::BOOL; // 0 or 1, FALSE or TRUE. member in class:TypeInt
1083 const TypeInt *TypeInt::CC_GE; // [0,1] == BOOL (!)
1307 else if (_lo == BOOL->_lo && _hi == BOOL->_hi)
/openjdk7/jdk/src/solaris/native/sun/security/smartcardio/MUSCLE/
H A Dpcsclite.h32 typedef short BOOL; typedef

Completed in 254 milliseconds