Home
last modified time | relevance | path

Searched refs:type_bound (Results 1 – 8 of 8) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-jit.h56 typedef std::pair<jit_type *, std::string> type_bound; typedef
57 typedef std::vector<type_bound> type_bound_vector;
601 typedef jit_convert::type_bound type_bound; typedef
H A Dpt-jit.cc1158 m_bounds.push_back (type_bound (type, vname)); in get_variable()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/outlives/
H A Dverify.rs44 fn type_bound( in type_bound() method
61 GenericArgKind::Type(ty) => Some(self.type_bound(ty, visited)), in type_bound()
194 GenericArgKind::Type(ty) => Some(self.type_bound(ty, visited)), in recursive_bound()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/parser/src/grammar/
H A Dgeneric_params.rs116 while type_bound(p) { in bounds_without_colon_m()
124 fn type_bound(p: &mut Parser) -> bool { in type_bound() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/parser/src/grammar/
H A Dgeneric_params.rs116 while type_bound(p) { in bounds_without_colon_m()
124 fn type_bound(p: &mut Parser) -> bool { in type_bound() function
/dports/devel/csmith/csmith-2.3.0/src/
H A DType.h145 int type_bound, int qual_bound, int bitfield_qual_bound);
H A DType.cpp835 int type_bound, int qual_bound, in init_fields_enumerator() argument
856 enumerator.add_elem(ss1.str(), type_bound); in init_fields_enumerator()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dfortranproject.cpp1670 bool type_bound = false; in GetTokenAt() local
1708 type_bound = true; in GetTokenAt()
1723 type_bound = true; in GetTokenAt()
1733 if (result->GetCount() == 1 && !type_bound) in GetTokenAt()