Searched defs:ac (Results 1 – 8 of 8) sorted by relevance
29 let ac = AutoCfg::for_test().unwrap(); in autocfg_version() localVariable49 let ac = AutoCfg::for_test().unwrap(); in probe_add() localVariable63 let ac = AutoCfg::for_test().unwrap(); in probe_as_ref() localVariable75 let ac = AutoCfg::for_test().unwrap(); in probe_i128() localVariable83 let ac = AutoCfg::for_test().unwrap(); in probe_sum() localVariable96 let ac = AutoCfg::for_test().unwrap(); in probe_std() localVariable102 let ac = AutoCfg::for_test().unwrap(); in probe_alloc() localVariable108 let ac = AutoCfg::for_test().unwrap(); in probe_bad_sysroot_crate() localVariable114 let ac = AutoCfg::for_test().unwrap(); in probe_no_std() localVariable122 let ac = AutoCfg::for_test().unwrap(); in probe_expression() localVariable[all …]
169 let mut ac = AutoCfg { in with_dir() localVariable
16 let ac = autocfg::AutoCfg::new().unwrap(); in test_with_sysroot() localVariable25 let ac = autocfg::AutoCfg::new().unwrap(); in test_with_sysroot() localVariable31 let ac = autocfg::AutoCfg::new().unwrap(); in test_with_sysroot() localVariable
5 let ac = autocfg::AutoCfg::with_dir("target").unwrap(); in main() localVariable
44 AccumulatorConsumer ac; in TEST() local