Searched defs:f_path (Results 1 – 8 of 8) sorted by relevance
81 let f_path = make::expr_path(make::ext::ident_path(&field_name)); in gen_clone_impl() localVariable124 let f_path = make::expr_path(make::ext::ident_path("self")); in gen_clone_impl() localVariable266 let f_path = make::expr_path(make::ext::ident_path("self")); in gen_debug_impl() localVariable267 let f_path = make::expr_ref(f_path, false); in gen_debug_impl() localVariable268 let f_path = make::expr_field(f_path, &format!("{name}")); in gen_debug_impl() localVariable280 let f_path = make::expr_path(make::ext::ident_path("self")); in gen_debug_impl() localVariable281 let f_path = make::expr_ref(f_path, false); in gen_debug_impl() localVariable282 let f_path = make::expr_field(f_path, &format!("{i}")); in gen_debug_impl() localVariable
106 char *f_path = xabspath(file, ABS_PATH); local
98 char *f_path; /* File fullpath */ member
30 char *f_path; member724 void mem_check_init(char *f_path) in mem_check_init()
45 char *f_path; member739 void mem_check_init(char *f_path) in mem_check_init()
93 char f_path[MAX_FNAME_LENGTH + 1]; /* file name (full path) */ member
472 char *tmp = NULL, *ptr, *f_path = dirtree_path(node, NULL); in skip() local
1730 let f_path = self.tcx.def_path(found.did()).data; in note_type_err() localVariable