Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp677 if (!this->emitGetLocal(T, L.Offset, LV)) in dereferenceVar()
689 if (!this->emitGetLocal(T, L.Offset, LV)) in dereferenceVar()
1399 return this->emitGetLocal(PT_Ptr, Offset, E); in VisitDeclRefExpr()
H A DEvalEmitter.cpp219 bool EvalEmitter::emitGetLocal(uint32_t I, const SourceInfo &Info) { in emitGetLocal() function in EvalEmitter