/openbsd/distrib/notes/octeon/ |
H A D | install | 65 Un-Protected 1 sectors 70 Protected 1 sectors
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfoFlags.def | 30 HANDLE_DI_FLAG(2, Protected)
|
/openbsd/gnu/llvm/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 166 Protected, enumerator
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 265 Protected = 2, enumerator
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 385 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; enumerator
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 293 CASE_OUTPUT_ENUM_CLASS_STR(PDB_MemberAccess, Protected, "protected", OS) in operator <<()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | CommentCommands.td | 310 def Protected : PropertyCommand<"protected">;
|
H A D | DeclObjC.h | 1944 None, Private, Protected, Public, Package enumerator 1991 return DeclAccess == None ? Protected : AccessControl(DeclAccess); in getCanonicalAccessControl()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 332 CV_ENUM_CLASS_ENT(MemberAccess, Protected),
|
H A D | TypeDumpVisitor.cpp | 49 ENUM_ENTRY(MemberAccess, Protected), ENUM_ENTRY(MemberAccess, Public),
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
H A D | llvm_debuginfo.ml | 64 | Protected Constructor
|
H A D | llvm_debuginfo.mli | 64 | Protected Constructor
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 148 RETURN_CASE(MemberAccess, Protected, "protected"); in memberAccess()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 556 case SymbolFlag::Protected: in addSymbol()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 303 IO.enumCase(Access, "Protected", MemberAccess::Protected); in enumeration()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbUtil.cpp | 558 case MemberAccess::Protected: in TranslateMemberAccess()
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/ |
H A D | Changes | 47 - Protected RE interpolation in Base.pm
|
/openbsd/usr.bin/file/magdir/ |
H A D | animation | 94 >8 string F4P \b, Protected Video for Adobe Flash Player 9+ (.F4P) 121 >8 string M4P \b, Apple iTunes ALAC/AAC-LC (.M4P) AES Protected Audio
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 223 case PDB_MemberAccess::Protected: in TranslateMemberAccess()
|
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 502 [&] { SI.Flags.push_back(SymbolFlag::Protected); }) in parseNewSymbolInfo()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1002 case ObjCIvarDecl::Protected: JOS.attribute("access", "protected"); break; in VisitObjCIvarDecl()
|
H A D | TextNodeDumper.cpp | 2251 case ObjCIvarDecl::Protected: in VisitObjCIvarDecl()
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 76 | Protected Constructor
|
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | ChangeLog | 784 - Protected calls to flock() for DOS platform: apparently, the
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2124 case DINode::FlagProtected: return MemberAccess::Protected; in translateAccessFlags()
|