Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DContext.h62 unsigned getCharBit() const;
H A DContext.cpp109 unsigned Context::getCharBit() const { in getCharBit() function in Context
H A DByteCodeExprGen.h97 unsigned getCharBit() const { in getCharBit() function
H A DProgram.cpp23 const size_t BitWidth = CharWidth * Ctx.getCharBit(); in createGlobalString()