Home
last modified time | relevance | path

Searched refs:TK_Float (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h105 TK_Float = 0x0001, enumerator
128 bool isFloatTy() const { return getKind() == TK_Float; } in isFloatTy()