Home
last modified time | relevance | path

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

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