Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp1062 static bool hasBooleanRepresentation(QualType Ty) { in hasBooleanRepresentation() function
1070 return hasBooleanRepresentation(AT->getValueType()); in hasBooleanRepresentation()
1081 bool IsBool = hasBooleanRepresentation(Ty); in getRangeForType()
1184 SanOpts.has(SanitizerKind::Bool) && hasBooleanRepresentation(Ty); in EmitLoadOfScalar()
1220 if (hasBooleanRepresentation(Ty)) { in EmitToMemory()
1234 if (hasBooleanRepresentation(Ty)) { in EmitFromMemory()
1582 if (!hasBooleanRepresentation(Dst.getType())) in EmitStoreThroughBitfieldLValue()