Lines Matching defs:Name
15 #define CODEGENOPT(Name, Bits, Default) Name = Default;
16 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default);
24 #define DEBUGOPT(Name, Bits, Default)
25 #define VALUE_DEBUGOPT(Name, Bits, Default)
26 #define ENUM_DEBUGOPT(Name, Type, Bits, Default)
27 #define CODEGENOPT(Name, Bits, Default) Name = Default;
28 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default);
30 #define AFFECTING_VALUE_CODEGENOPT(Name, Bits, Default)
35 #define DEBUGOPT(Name, Bits, Default)
36 #define VALUE_DEBUGOPT(Name, Bits, Default)
37 #define ENUM_DEBUGOPT(Name, Type, Bits, Default)
38 #define BENIGN_DEBUGOPT(Name, Bits, Default) Name = Default;
39 #define BENIGN_VALUE_DEBUGOPT(Name, Bits, Default) Name = Default;
40 #define BENIGN_ENUM_DEBUGOPT(Name, Type, Bits, Default) set##Name(Default);
46 #define DEBUGOPT(Name, Bits, Default) Name = Default;
47 #define VALUE_DEBUGOPT(Name, Bits, Default) Name = Default;
48 #define ENUM_DEBUGOPT(Name, Type, Bits, Default) set##Name(Default);
49 #define BENIGN_DEBUGOPT(Name, Bits, Default)
50 #define BENIGN_VALUE_DEBUGOPT(Name, Bits, Default)
51 #define BENIGN_ENUM_DEBUGOPT(Name, Type, Bits, Default)