Home
last modified time | relevance | path

Searched refs:getEffectivePTUSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h185 size_t getEffectivePTUSize() const;
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp555 size_t Interpreter::getEffectivePTUSize() const { in getEffectivePTUSize() function in clang::Interpreter
755 if (N > getEffectivePTUSize()) in Undo()