HomeSort by: relevance | last modified time | path
    Searched refs:IsFixedPointType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 1239 bool IsFixedPointType =
1248 !IsFixedPointType && TypeSpecType != TST_extint) {
1265 (IsFixedPointType &&
1278 !IsFixedPointType) {
SemaType.cpp 1731 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum ||
1735 if (DS.isTypeSpecSat() && !IsFixedPointType)

Completed in 129 milliseconds