Home
last modified time | relevance | path

Searched defs:hir (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/regex/regex-syntax/src/
Dparser.rs17 hir: hir::translate::TranslatorBuilder, field
177 hir: hir::translate::Translator, field
197 let hir = self.hir.translate(pattern, &ast)?; in parse() localVariable
Dlib.rs43 let hir = Parser::new().parse("a|b").unwrap(); localVariable
168 pub mod hir; module
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp1081 ast_node::hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) in hir() function in ast_node
1313 ast_expression::hir(exec_list *instructions, in hir() function in ast_expression
2277 ast_expression_statement::hir(exec_list *instructions, in hir() function in ast_expression_statement
2299 ast_compound_statement::hir(exec_list *instructions, in hir() function in ast_compound_statement
4951 ast_declarator_list::hir(exec_list *instructions, in hir() function in ast_declarator_list
5880 ast_parameter_declarator::hir(exec_list *instructions, in hir() function in ast_parameter_declarator
6056 ast_function::hir(exec_list *instructions, in hir() function in ast_function
6409 ast_function_definition::hir(exec_list *instructions, in hir() function in ast_function_definition
6468 ast_jump_statement::hir(exec_list *instructions, in hir() function in ast_jump_statement
6634 ast_demote_statement::hir(exec_list *instructions, in hir() function in ast_demote_statement
[all …]
Dast_function.cpp2104 ast_function_expression::hir(exec_list *instructions, in hir() function in ast_function_expression
2531 ast_aggregate_initializer::hir(exec_list *instructions, in hir() function in ast_aggregate_initializer
/third_party/rust/crates/regex/regex-debug/src/
Dmain.rs135 let hir = parser.parse(&args.arg_pattern)?; in cmd_hir() localVariable
225 let hir = ParserBuilder::new() in cmd_utf8_ranges() localVariable
258 let hir = ParserBuilder::new() in cmd_utf8_ranges_rev() localVariable
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dprint.rs257 let hir = builder.build().parse(given).unwrap(); localVariable
Dmod.rs1345 pub hir: Box<Hir>, field
1383 pub hir: Box<Hir>, field