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

References

include/llvm/Support/FileSystem.h
   99   others_all = others_read | others_write | others_exe,
  102   all_exe = owner_exe | group_exe | others_exe,
tools/llvm-objdump/MachODump.cpp
 2237     outs() << ((Mode & sys::fs::others_exe) ? "x" : "-");
tools/llvm-objdump/llvm-objdump.cpp
 2059   outs() << ((Mode & sys::fs::others_exe) ? "x" : "-");
unittests/Support/Path.cpp
 1790   EXPECT_EQ(fs::setPermissions(TempPath, fs::others_exe), NoError);
 1791   EXPECT_TRUE(CheckPermissions(fs::others_exe));