Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h112 TK_BitInt = 0x0002, enumerator
124 return getKind() == TK_Integer || getKind() == TK_BitInt; in isIntegerTy()
126 bool isBitIntTy() const { return getKind() == TK_BitInt; } in isBitIntTy()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp79 TK_BitInt = 0x0002, enumerator
3491 TypeKind = TK_BitInt; in EmitCheckTypeDescriptor()