Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp239 std::bitset<1 << CHAR_BIT> CharBits; in find_first_of() local
261 std::bitset<1 << CHAR_BIT> CharBits; in find_first_not_of() local
277 std::bitset<1 << CHAR_BIT> CharBits; in find_last_of() local
302 std::bitset<1 << CHAR_BIT> CharBits; in find_last_not_of() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2172 unsigned CharBits = Context.getIntWidth(CharTy); in ActOnStringLiteral() local
4031 unsigned CharBits = Context.getIntWidth(Context.CharTy); in ActOnNumericConstant() local