Home
last modified time | relevance | path

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

/external/pigweed/pw_preprocessor/public/pw_preprocessor/
Dboolean.h42 #define PW_AND(a, b) _PW_AND(a, b) // Expand the macro an extra time to
43 #define _PW_AND(a, b) _PW_AND_##a##b() // allow macro substitution to occur. macro