Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp340 if (!this->emitSetLocal(T, L.Offset, LV)) in dereferenceVar()
349 if (!this->emitSetLocal(T, L.Offset, LV)) in dereferenceVar()
H A DByteCodeStmtGen.cpp252 return this->emitSetLocal(*T, Off, VD); in visitVarDecl()
H A DEvalEmitter.cpp221 bool EvalEmitter::emitSetLocal(uint32_t I, const SourceInfo &Info) { in emitSetLocal() function in EvalEmitter