Lines Matching defs:const

30   static const MachineRepresentation kMachineRepresentation =
47 static const MachineRepresentation kMachineRepresentation =
70 static const MachineRepresentation kMachineRepresentation =
99 static const MachineRepresentation kMachineRepresentation =
105 static const MachineRepresentation kMachineRepresentation =
124 static const MachineRepresentation kMachineRepresentation =
183 static const MachineRepresentation value = Type::kMachineRepresentation;
189 static const MachineRepresentation value = T::kMachineType.representation();
194 static const MachineRepresentation value =
200 static const MachineRepresentation value =
205 static const MachineRepresentation value = RawPtrT::kMachineRepresentation;
220 static const bool value = std::is_base_of<Object, T>::value ||
224 static const bool is_tagged = std::is_base_of<Object, T>::value ||
230 static const bool value =
232 static const bool is_tagged = false;
240 static const bool is_tagged =
242 static const bool value = is_tagged;
249 static const MachineRepresentation kMachineRepresentation =
268 static const bool value =
275 static const bool value =
280 static const bool value =
285 static const bool value =
291 static const bool value = true;
296 static const bool value = is_subtype<T, U>::value || is_subtype<U, T>::value;
300 static const bool value = types_have_common_values<Word32T, U>::value;
304 static const bool value = types_have_common_values<Word32T, U>::value;
308 static const bool value = types_have_common_values<Word32T, U>::value;
312 static const bool value = types_have_common_values<Word64T, U>::value;
316 static const bool value = types_have_common_values<Word64T, U>::value;
320 static const bool value = types_have_common_values<WordT, U>::value;
324 static const bool value = types_have_common_values<WordT, U>::value;
328 static const bool value = types_have_common_values<T1, U>::value ||
334 static const bool value = types_have_common_values<T, U1>::value ||
339 static const bool value = types_have_common_values<T1, U1>::value ||
360 TNode(const TNode<U>& other) : node_(other) {
363 TNode(const TNode& other) : node_(other) { LazyTemplateChecks(); }
372 operator compiler::Node*() const { return node_; }