Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1239 bool IsFixedPointType = in Finish() local
1248 !IsFixedPointType && TypeSpecType != TST_extint) { in Finish()
1265 (IsFixedPointType && in Finish()
1278 !IsFixedPointType) { in Finish()
H A DSemaType.cpp1755 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType() local
1759 if (DS.isTypeSpecSat() && !IsFixedPointType) in ConvertDeclSpecToType()