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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp993 static bool hasBooleanRepresentation(QualType Ty) { function
1001 return hasBooleanRepresentation(AT->getValueType());
1012 bool IsBool = hasBooleanRepresentation(Ty);
1112 if ((SanOpts->Bool && hasBooleanRepresentation(Ty)) ||
1141 if (hasBooleanRepresentation(Ty)) {
1155 if (hasBooleanRepresentation(Ty)) {
1454 if (!hasBooleanRepresentation(Dst.getType()))

Completed in 53 milliseconds