Home
last modified time | relevance | path

Searched defs:define_macro (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/ui/macros/auxiliary/
Ddefine-macro.rs2 macro_rules! define_macro { macro
/third_party/rust/rust/src/tools/clippy/tests/ui/crashes/auxiliary/
Dice-7272-aux.rs3 macro_rules! define_macro { macro
/third_party/python/Lib/distutils/
Dccompiler.py184 def define_macro(self, name, value=None): member in CCompiler
/third_party/rust/rust/compiler/rustc_resolve/src/
Dbuild_reduced_graph.rs1193 fn define_macro(&mut self, item: &ast::Item) -> MacroRulesScopeRef<'a> { in define_macro() method