Lines Matching refs:VALUE
8 #include "src/ast-value-factory.h"
17 // interface ::= UNDETERMINED | VALUE | CONST | MODULE(exports)
27 // value (frozen) module
29 // const fr.value fr.module
45 static Interface value_interface(VALUE + FROZEN); // Cached.
50 static Interface value_interface(VALUE + CONST + FROZEN); // Cached.
72 // Determine this interface to be a value interface.
75 if (*ok) Chase()->flags_ |= VALUE;
81 if (*ok) Chase()->flags_ |= VALUE + CONST;
108 // Check whether this is a value type.
109 bool IsValue() { return Chase()->flags_ & VALUE; }
157 return static_cast<Interface*>(entry_->value);
183 VALUE = 1, // This type describes a value