Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp1237 bool IsFixedPointType = in Finish() local
1246 !IsFixedPointType && TypeSpecType != TST_extint) { in Finish()
1263 (IsFixedPointType && in Finish()
1276 !IsFixedPointType) { in Finish()
DSemaType.cpp1730 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType() local
1734 if (DS.isTypeSpecSat() && !IsFixedPointType) in ConvertDeclSpecToType()