Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp684 if (!this->emitSetLocal(T, L.Offset, LV)) in dereferenceVar()
693 if (!this->emitSetLocal(T, L.Offset, LV)) in dereferenceVar()
1185 return this->emitSetLocal(*VarT, Offset, VD); in visitVarDecl()
H A DEvalEmitter.cpp233 bool EvalEmitter::emitSetLocal(uint32_t I, const SourceInfo &Info) { in emitSetLocal() function in EvalEmitter