Home
last modified time | relevance | path

Searched refs:PW_MODIFY_DIAGNOSTIC_GCC (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_preprocessor/public/pw_preprocessor/
Dcompiler.h145 #define PW_MODIFY_DIAGNOSTIC_GCC(kind, option) _PW_REQUIRE_SEMICOLON macro
147 #define PW_MODIFY_DIAGNOSTIC_GCC(kind, option) \ macro
/external/pigweed/pw_rpc/public/pw_rpc/
Dservice.h46 PW_MODIFY_DIAGNOSTIC_GCC(ignored, "-Wtype-limits"); in Service()
/external/pigweed/pw_persistent_ram/public/pw_persistent_ram/
Dpersistent_buffer.h64 PW_MODIFY_DIAGNOSTIC_GCC(ignored, "-Wmaybe-uninitialized");
Dpersistent.h40 PW_MODIFY_DIAGNOSTIC_GCC(ignored, "-Wmaybe-uninitialized");
/external/pigweed/pw_result/public/pw_result/
Dresult.h72 PW_MODIFY_DIAGNOSTIC_GCC(ignored, "-Wmaybe-uninitialized"); in value_or()