Searched refs:TheOpt (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | FormatUtil.h | 33 #define PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, Text) \ argument 34 if (Enum::TheOpt == (Value & Mask)) \ 37 #define PUSH_FLAG(Enum, TheOpt, Value, Text) \ argument 38 PUSH_MASKED_FLAG(Enum, Enum::TheOpt, TheOpt, Value, Text)
|
| H A D | FormatUtil.cpp | 176 #define PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) \ argument 177 PUSH_FLAG(Enum, TheOpt, Value, \ 178 ((Style == CharacteristicStyle::HeaderDefinition) ? #TheOpt \ 181 #define PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, \ argument 183 PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, \ 185 ? #TheOpt \
|