HomeSort by relevance Sort by last modified time
    Searched refs:is_integral_type (Results 1 - 2 of 2) sorted by null

  /external/vixl/src/aarch64/
abi-aarch64.h 88 const bool is_integral_type = local
94 VIXL_ASSERT(is_floating_point_type || is_integral_type || is_pointer_type);
121 if ((is_integral_type || is_pointer_type) && (size <= 8) && (NGRN_ < 8)) {
129 if (is_integral_type && (size == 16) && (NGRN_ < 7)) {
  /development/vndk/tools/header-checker/src/repr/
ir_representation.h 536 void SetIntegralType(bool is_integral_type) {
537 is_integral_type_ = is_integral_type;

Completed in 693 milliseconds