Lines Matching refs:value
31 // compiler make better optimizations by giving it the value.
38 // We want to supply the actual storage and value for the flag variable in the
67 #define DEFINE_VALUE_IMPLICATION(whenflag, thenflag, value) \
69 value, false);
73 #define DEFINE_WEAK_VALUE_IMPLICATION(whenflag, thenflag, value) \
75 value, true);
80 #define DEFINE_NEG_VALUE_IMPLICATION(whenflag, thenflag, value) \
82 value, false);
107 #define DEFINE_VALUE_IMPLICATION(whenflag, thenflag, value)
111 #define DEFINE_WEAK_VALUE_IMPLICATION(whenflag, thenflag, value)
119 #define DEFINE_NEG_VALUE_IMPLICATION(whenflag, thenflag, value)
127 static MaybeBoolFlag Create(bool has_value, bool value) {
130 flag.value = value;
134 bool value;
137 return has_value != other.has_value || value != other.value;
1202 "print one detailed trace line in name=value format "