Home
last modified time | relevance | path

Searched refs:is_toplevel (Results 1 – 4 of 4) sorted by relevance

/external/google-fruit/extras/benchmark/
Dgenerate_benchmark.py33 is_toplevel = [True for i in range(0, num_components_with_no_deps + num_components_with_deps)]
57 is_toplevel[dep] = False
69 assert is_toplevel[toplevel_component]
/external/rust/crates/bindgen/src/
Dclang.rs204 pub fn is_toplevel(&self) -> bool { in is_toplevel() method
265 if self.is_toplevel() { in is_in_non_fully_specialized_template()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs3005 let is_toplevel = item.is_toplevel(ctx); in codegen() localVariable
3008 let parent_canonical_name = if is_toplevel { in codegen()
3047 if is_toplevel || enum_ty.name().is_some() { in codegen()
3113 let mangled_name = if is_toplevel { in codegen()
/external/rust/crates/bindgen/src/ir/
Ditem.rs566 pub fn is_toplevel(&self, ctx: &BindgenContext) -> bool { in is_toplevel() method