Searched refs:hasBooleanRepresentation (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExpr.cpp1005 static bool hasBooleanRepresentation(QualType Ty) { function
1013 return hasBooleanRepresentation(AT->getValueType());
1024 bool IsBool = hasBooleanRepresentation(Ty);
1126 if ((SanOpts->Bool && hasBooleanRepresentation(Ty)) ||
1158 if (hasBooleanRepresentation(Ty)) {
1172 if (hasBooleanRepresentation(Ty)) {
1496 if (!hasBooleanRepresentation(Dst.getType()))

Completed in 118 milliseconds