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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_flags.h 38 inline const CommonFlags *common_flags() { function in namespace:__sanitizer
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_flags.h 37 inline const CommonFlags *common_flags() { function in namespace:__sanitizer
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_flags.h 37 inline const CommonFlags *common_flags() { function in namespace:__sanitizer
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops-common.h 536 int common_flags = 0; local
538 common_flags |= O_CLOEXEC;
541 common_flags |= O_BINARY;
544 const int iflag = O_RDONLY | common_flags;
551 int oflag = O_WRONLY | O_CREAT | common_flags;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops-common.h 472 int common_flags = 0; local
474 common_flags |= O_CLOEXEC;
477 common_flags |= O_BINARY;
480 const int iflag = O_RDONLY | common_flags;
487 int oflag = O_WRONLY | O_CREAT | common_flags;

Completed in 19 milliseconds