HomeSort by: relevance | last modified time | path
    Searched defs:getKind (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h 113 Kind getKind() const {
117 bool isIntegerTy() const { return getKind() == TK_Integer; }
129 bool isFloatTy() const { return getKind() == TK_Float; }
ubsan_diag.h 76 LocationKind getKind() const { return Kind; }

Completed in 12 milliseconds