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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 244 const bool is_bottom = type.type_class == libspirv::IdTypeClass::kBottom; local
248 if (!is_bottom && !is_floating && !is_integer) {
255 const bool looks_like_float = is_bottom && strchr(val, '.');
466 const bool is_bottom = type.type_class == libspirv::IdTypeClass::kBottom; local
475 bool can_be_signed = is_bottom || type.isSigned;
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 1495 static Bool is_bottom(const InlIPCursor *iipc) function
    [all...]

Completed in 149 milliseconds