Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp1140 bool IsFixedPointType = in Finish() local
1149 !IsFixedPointType) { in Finish()
1165 (IsFixedPointType && TypeSpecWidth != TSW_longlong))) { in Finish()
1177 !IsFixedPointType) { in Finish()
H A DSemaType.cpp1612 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType() local
1616 if (DS.isTypeSpecSat() && !IsFixedPointType) in ConvertDeclSpecToType()