HomeSort by: relevance | last modified time | path
    Searched refs:getKind (Results 1 - 3 of 3) 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; }
ubsan_diag.cc 141 switch (Loc.getKind()) {

Completed in 27 milliseconds