Home
last modified time | relevance | path

Searched refs:Owners (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp26 OwnerSet &Owners; member in __anone9d2d7c00111::OwnershipBindingsHandler
29 OwnershipBindingsHandler(SymbolRef Sym, OwnerSet &Owners) in OwnershipBindingsHandler() argument
30 : Sym(Sym), Owners(Owners) {} in OwnershipBindingsHandler()
35 Owners.insert(Region); in HandleBinding()
42 for (const MemRegion *Owner : Owners) { in dumpToStream()
/freebsd/contrib/ntp/
H A Dreadme.y2kfixes37 Owners and publishers are free to incorporate appropriate patches,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp172 std::map<NodeId, NodeAddr<InstrNode *>> Owners; in getAllReachingDefs() local
181 Owners[TA.Id] = IA; in getAllReachingDefs()