Home
last modified time | relevance | path

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

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