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

Declarations

gen/tools/clang/lib/AST/Opcodes.inc
 3153 bool emitGetPtrLocal(uint32_t, const SourceInfo &);

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  342       return DiscardResult ? true : this->emitGetPtrLocal(L.Offset, LV);
  351       return DiscardResult ? true : this->emitGetPtrLocal(L.Offset, LV);
tools/clang/lib/AST/Interp/ByteCodeExprGen.h
  135       return this->emitGetPtrLocal(I, Init);