Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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.cpp1731 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType() local
1735 if (DS.isTypeSpecSat() && !IsFixedPointType) in ConvertDeclSpecToType()