Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DContext.h60 unsigned getCharBit() const;
H A DContext.cpp109 unsigned Context::getCharBit() const { in getCharBit() function in Context
H A DByteCodeExprGen.h95 unsigned getCharBit() const { in getCharBit() function
H A DProgram.cpp38 const size_t BitWidth = CharWidth * Ctx.getCharBit(); in createGlobalString()