Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DStringRef.cpp182 std::bitset<1 << CHAR_BIT> CharBits; in find_first_of() local
207 std::bitset<1 << CHAR_BIT> CharBits; in find_first_not_of() local
223 std::bitset<1 << CHAR_BIT> CharBits; in find_last_of() local
248 std::bitset<1 << CHAR_BIT> CharBits; in find_last_not_of() local
/external/clang/lib/Sema/
DSemaExpr.cpp2992 unsigned CharBits = Context.getIntWidth(Context.CharTy); in ActOnNumericConstant() local