Lines Matching refs:Score
230 struct Score { struct in clang::pseudo::__anon141705870411::BranchChooser
235 bool operator>(const Score &Other) const { in operator >() argument
241 Score &operator+=(const Score &Other) { in operator +=() argument
249 Score walk(DirectiveTree::Code &C) { in walk()
250 Score S; in walk()
257 Score walk(DirectiveTree::Directive &D) { in walk()
258 Score S; in walk()
264 Score walk(DirectiveTree::Chunk &C) { in walk()
278 Score walk(DirectiveTree &M) { in walk()
279 Score S; in walk()
285 Score walk(DirectiveTree::Conditional &C) { in walk()
286 Score Best; in walk()
292 Score BranchScore = walk(C.Branches[I].second); in walk()