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

References

tools/clang/lib/CodeGen/CodeGenFunction.cpp
 2018 CodeGenFunction::PeepholeProtection
 2033   PeepholeProtection protection;
 2038 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) {
tools/clang/lib/CodeGen/CodeGenFunction.h
 1082     CodeGenFunction::PeepholeProtection Protection;
 2816   PeepholeProtection protectFromPeepholes(RValue rvalue);
 2817   void unprotectFromPeepholes(PeepholeProtection protection);