Searched refs:idents (Results 1 – 12 of 12) sorted by relevance
26 idents: &mut HashMap<Vec<u8>, EvalResult>, in test_definition()107 fnidents = idents.clone(); in test_definition()132 IdentifierParser::new(idents) in test_definition()140 if let Some(_) = idents.insert(ident, val) { in test_definition()288 let mut idents = HashMap::new(); in test_file() localVariable291 all_succeeded &= test_definition(ident, &tokens, &mut idents) in test_file()
109 fn from_iter<I>(idents: I) -> Self in from_iter()113 let segments = idents.into_iter().cloned().collect(); in from_iter()
1 doc-valid-idents = ["FreeBSD"]
811 idents = []814 idents.append(threading.get_ident())820 self.assertEqual(idents.count(threading.get_ident()), 3,
804 static int ident_hit, ident_miss, idents; variable876 idents++; in create_hashed_ident()
402 idents map[string]*Identifier // identifiers by name member
13 fn idents() { in idents() function
144 * Add explanatory comment about direct use of __IDENT for preprocessor idents.
961 * multi-buffer for idents963 * as-name: use idents for address spaces
5606 static char *idents[] = { in peripheral_device_page() local5625 if (ident < (sizeof(idents) / sizeof(char *))) in peripheral_device_page()5626 name = idents[ident]; in peripheral_device_page()