Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp1069 bool IsBool = hasBooleanRepresentation(Ty); in getRangeForType() local
1070 if (!IsBool && !IsRegularCPlusPlusEnum) in getRangeForType()
1073 if (IsBool) { in getRangeForType()
/external/open-vcdiff/gflags/src/gflags/
Dgflags.h.in475 // We'll use 'sizeof(IsBool(val))' to distinguish. This code requires