Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp342 return DiscardResult ? true : this->emitGetPtrLocal(L.Offset, LV); in dereferenceVar()
351 return DiscardResult ? true : this->emitGetPtrLocal(L.Offset, LV); in dereferenceVar()
H A DByteCodeExprGen.h134 return this->emitGetPtrLocal(I, Init); in visitLocalInitializer()
H A DEvalEmitter.cpp196 bool EvalEmitter::emitGetPtrLocal(uint32_t I, const SourceInfo &Info) { in emitGetPtrLocal() function in EvalEmitter