Home
last modified time | relevance | path

Searched defs:CharBits (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DStringRef.cpp183 std::bitset<1 << CHAR_BIT> CharBits; in find_first_of() local
208 std::bitset<1 << CHAR_BIT> CharBits; in find_first_not_of() local
224 std::bitset<1 << CHAR_BIT> CharBits; in find_last_of() local
249 std::bitset<1 << CHAR_BIT> CharBits; in find_last_not_of() local
/external/clang/lib/Sema/
DSemaExpr.cpp2723 unsigned CharBits = Context.getIntWidth(Context.CharTy); in ActOnNumericConstant() local