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

Declarations

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

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  315       return this->emitGetPtrGlobal(*Idx, PD);
  365       return DiscardResult ? true : this->emitGetPtrGlobal(*Idx, LV);
  374       return DiscardResult ? true : this->emitGetPtrGlobal(*Idx, LV);
  477       return this->emitGetPtrGlobal(*Idx, E);
  558       if (!this->emitGetPtrGlobal(*I, VD))
tools/clang/lib/AST/Interp/ByteCodeExprGen.h
  142       return this->emitGetPtrGlobal(I, Init);