Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1265 bool IsFixedPointType = in Finish() local
1274 !IsFixedPointType && TypeSpecType != TST_bitint) { in Finish()
1291 (IsFixedPointType && in Finish()
1304 !IsFixedPointType) { in Finish()
H A DSemaType.cpp1790 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType() local
1794 if (DS.isTypeSpecSat() && !IsFixedPointType) in ConvertDeclSpecToType()