Home | History | Annotate | Download | only in ADT

Lines Matching refs:Ns

52   int Ns[] = {1, 3, 9, 5, 7};
53 for (const int N : Ns)
58 for (int N : Ns)
63 for (int N : llvm::reverse(Ns)) {
73 int Ns[] = {1, 3, 9, 5, 7};
74 for (const int N : Ns)
79 for (int N : Ns)
84 for (int N : llvm::reverse(Ns)) {
93 int Ns[] = {1, 3, 9, 5, 7};
94 for (const int N : Ns) {
105 int Ns[] = {1, 3, 9, 5, 7};
106 for (const int N : Ns) {