Home
last modified time | relevance | path

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

/external/pigweed/pw_metric/
Dmetric_service_nanopb.cc94 ScopedName scoped_name(m.name(), *this); in Walk()
106 ScopedName scoped_name(group.name(), *this); in Walk()
113 struct ScopedName { struct in pw::metric::__anon4653944a0111::MetricWalker
114 ScopedName(Token name, MetricWalker& rhs) : walker(rhs) { in ScopedName() argument
120 ~ScopedName() { walker.path_.pop_back(); } in ~ScopedName() argument
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h426 class ScopedName {
430 ScopedName(unsigned Scope, StringRef Identifier) in ScopedName() function
439 bool operator==(const ScopedName &o) const;
440 bool operator!=(const ScopedName &o) const;
650 std::vector<ScopedName> NamesAsPredicateArg;
682 const std::vector<ScopedName> &getNamesAsPredicateArg() const { in getNamesAsPredicateArg()
685 void setNamesAsPredicateArg(const std::vector<ScopedName>& Names) { in setNamesAsPredicateArg()
688 void addNameAsPredicateArg(const ScopedName &N) { in addNameAsPredicateArg()
DCodeGenDAGPatterns.cpp850 bool ScopedName::operator==(const ScopedName &o) const { in operator ==()
854 bool ScopedName::operator!=(const ScopedName &o) const { in operator !=()
1880 for (const ScopedName &Name : NamesAsPredicateArg) in print()
2085 Child->addNameAsPredicateArg(ScopedName(Scope, Frag->getArgName(i))); in InlinePatternFragments()
DDAGISelMatcherGen.cpp520 for (const ScopedName &Name : N->getNamesAsPredicateArg()) { in EmitMatchCode()