Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1253 bool IsFixedPointType = in Finish() local
1262 !IsFixedPointType && TypeSpecType != TST_bitint) { in Finish()
1279 (IsFixedPointType && in Finish()
1292 !IsFixedPointType) { in Finish()
H A DSemaType.cpp1772 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType() local
1776 if (DS.isTypeSpecSat() && !IsFixedPointType) in ConvertDeclSpecToType()