Home
last modified time | relevance | path

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

/external/pigweed/pw_preprocessor/
Dcompiler_test.cc25 PW_MODIFY_DIAGNOSTIC(ignored, "-Wunused-variable");
33 PW_MODIFY_DIAGNOSTIC(ignored, "-Wunused");
42 PW_MODIFY_DIAGNOSTIC(ignored, "-Wunused-variable"); in TEST()
Ddocs.rst77 Starts a new group of :c:macro:`PW_MODIFY_DIAGNOSTIC` statements. A
82 :c:macro:`PW_MODIFY_DIAGNOSTIC` statements since the most recent
85 .. c:macro:: PW_MODIFY_DIAGNOSTIC(kind, option)
88 disable warnings. ``PW_MODIFY_DIAGNOSTIC`` should be used between
100 PW_MODIFY_DIAGNOSTIC(ignored, "-Wunused-variable");
108 :c:macro:`PW_MODIFY_DIAGNOSTIC` and related macros should rarely be used.
/external/pigweed/pw_preprocessor/public/pw_preprocessor/
Dcompiler.h139 #define PW_MODIFY_DIAGNOSTIC(kind, option) \ macro
148 PW_MODIFY_DIAGNOSTIC(kind, option)
/external/pigweed/pw_persistent_ram/public/pw_persistent_ram/
Dpersistent_buffer.h63 PW_MODIFY_DIAGNOSTIC(ignored, "-Wuninitialized");
Dpersistent.h39 PW_MODIFY_DIAGNOSTIC(ignored, "-Wuninitialized");