Home
last modified time | relevance | path

Searched refs:out_edges (Results 1 – 5 of 5) sorted by relevance

/system/ulib/lockdep/include/lockdep/
A Dlock_class_state.h277 const auto& out_edges = node->ToState()->dependency_set(); in Connect() local
278 for (LockClassId id : out_edges) { in Connect()
/system/host/banjo/include/banjo/
A Dflat_ast.h585 bool DeclDependencies(Decl* decl, std::set<Decl*>* out_edges);
/system/host/banjo/lib/
A Dflat_ast.cpp1113 bool Library::DeclDependencies(Decl* decl, std::set<Decl*>* out_edges) { in DeclDependencies() argument
1195 *out_edges = std::move(edges); in DeclDependencies()
/system/host/fidl/lib/
A Dflat_ast.cpp1766 bool Library::DeclDependencies(Decl* decl, std::set<Decl*>* out_edges) { in DeclDependencies() argument
1861 *out_edges = std::move(edges); in DeclDependencies()
/system/host/fidl/include/fidl/
A Dflat_ast.h1118 bool DeclDependencies(Decl* decl, std::set<Decl*>* out_edges);

Completed in 32 milliseconds