reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

gen/tools/clang/lib/AST/Opcodes.inc
 8751 bool emitSetLocal(PrimType, uint32_t, const SourceInfo &I);

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  340       if (!this->emitSetLocal(T, L.Offset, LV))
  349       if (!this->emitSetLocal(T, L.Offset, LV))
tools/clang/lib/AST/Interp/ByteCodeStmtGen.cpp
  248     return this->emitSetLocal(*T, Off, VD);