Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h67 unsigned getCharBit() const;
H A DContext.cpp192 unsigned Context::getCharBit() const { in getCharBit() function in Context
H A DProgram.cpp38 const size_t BitWidth = CharWidth * Ctx.getCharBit(); in createGlobalString()