Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1340 static unsigned GetFixedPointRank(QualType Ty) { in GetFixedPointRank() function
1413 unsigned LHSTyRank = GetFixedPointRank(LHSTy); in handleFixedPointConversion()
1414 unsigned RHSTyRank = GetFixedPointRank(RHSTy); in handleFixedPointConversion()