Home
last modified time | relevance | path

Searched defs:for_variable (Results 1 – 6 of 6) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dhshlib.c431 static void for_helem (objectType for_variable, hashElemType curr_helem, in for_helem()
447 static void for_hash (objectType for_variable, hashType curr_hash, in for_hash()
507 static void for_data_key_helem (objectType for_variable, objectType key_variable, in for_data_key_helem()
527 static void for_data_key_hash (objectType for_variable, objectType key_variable, in for_data_key_hash()
906 objectType for_variable; in hsh_for() local
931 objectType for_variable; in hsh_for_data_key() local
H A Dprclib.c734 objectType for_variable; in prc_for_downto() local
770 objectType for_variable; in prc_for_downto_step() local
802 objectType for_variable; in prc_for_to() local
838 objectType for_variable; in prc_for_to_step() local
H A Drfllib.c433 objectType for_variable; in rfl_for() local
467 objectType for_variable; in rfl_for_until() local
H A Dstrlib.c696 objectType for_variable; in str_for() local
750 objectType for_variable; in str_for_var_key() local
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/utils/
H A Dsuggest_name.rs87 pub(crate) fn for_variable(expr: &ast::Expr, sema: &Semantics<'_, RootDatabase>) -> String { in for_variable() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/utils/
H A Dsuggest_name.rs87 pub(crate) fn for_variable(expr: &ast::Expr, sema: &Semantics<'_, RootDatabase>) -> String { in for_variable() function