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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_flags.h 27 struct CommonFlags {
33 void CopyFrom(const CommonFlags &other);
36 // Functions to get/set global CommonFlags shared by all sanitizer runtimes:
37 extern CommonFlags common_flags_dont_use;
38 inline const CommonFlags *common_flags() {
47 // CommonFlags defaults. Generally, it should only be used right after
51 inline void OverrideCommonFlags(const CommonFlags &cf) {
59 CommonFlags *cf = &common_flags_dont_use);
60 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf);
65 void InitializeCommonFlags(CommonFlags *cf = &common_flags_dont_use)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 1800 UINT32 CommonFlags;
1809 /* Flag Definitions: CommonFlags above */

Completed in 40 milliseconds