Searched defs:is_void (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/hotspot/src/share/vm/ci/ | ||
| H A D | ciType.hpp | 74 bool is_void() const { return basic_type() == T_VOID; } function in class:ciType |
| /openjdk7/hotspot/src/share/vm/c1/ | ||
| H A D | c1_ValueType.hpp | 117 bool is_void() { return tag() == voidTag; } function in class:ValueType |
Completed in 64 milliseconds