HomeSort by: relevance | last modified time | path
    Searched defs:PROTECTED (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.h 52 // This instruction is protected by CFI.
53 PROTECTED,
55 // shouldn't be protected.
152 // Returns whether the provided Graph represents a protected indirect control
162 // under either the FAIL_REGISTER_CLOBBERED or PROTECTED status (see
170 protected:
172 // testing, where a sub class will dependency inject protected methods to
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 549 PROTECTED = 1,
695 /* True if this field is 'protected'. */
697 { return m_accessibility == accessibility::PROTECTED; }
2005 ((thisfn)[n].accessibility == accessibility::PROTECTED)
2028 (TYPE_TYPEDEF_FIELD (thistype, n).accessibility == accessibility::PROTECTED)
2044 == accessibility::PROTECTED)
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 552 PROTECTED = 1,
711 /* True if this field is 'protected'. */
713 { return m_accessibility == accessibility::PROTECTED; }
2022 ((thisfn)[n].accessibility == accessibility::PROTECTED)
2045 (TYPE_TYPEDEF_FIELD (thistype, n).accessibility == accessibility::PROTECTED)
2061 == accessibility::PROTECTED)

Completed in 18 milliseconds