Home
last modified time | relevance | path

Searched refs:ITERATE (Results 1 - 7 of 7) sorted by relevance

/third_party/elfutils/lib/
H A Ddynamicsizehash.h38 ITERATE iterating over the table entries is possible
44 #ifdef ITERATE
106 #ifdef ITERATE
123 # undef ITERATE macro
H A Ddynamicsizehash.c41 ITERATE iterating over the table entries is possible
85 #ifdef ITERATE in insert_entry_2()
111 #ifdef ITERATE in insert_entry_2()
126 #ifdef ITERATE in insert_entry_2()
141 #ifdef ITERATE in insert_entry_2()
184 #ifdef ITERATE in NAME()
270 #ifdef ITERATE
H A Ddynamicsizehash_concurrent.h40 ITERATE iterating over the table entries is possible
114 # undef ITERATE macro
/third_party/elfutils/libasm/
H A Dsymbolhash.h35 #define ITERATE 1 macro
H A Dsymbolhash.c42 #define ITERATE 1 macro
/third_party/node/deps/v8/src/ast/
H A Dast.h518 ITERATE // for (each of subject) body; enumerator
524 return mode == ITERATE ? "for-of" : "for-in"; in VisitModeString()
2867 case ForEachStatement::ITERATE: { in NewForEachStatement()
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h974 *visit_mode = ForEachStatement::ITERATE; in CheckInOrOf()
6094 for_info.mode == ForEachStatement::ITERATE) { in ParseForStatement()
6147 for_info->mode == ForEachStatement::ITERATE || in ParseForEachStatementWithDeclarations()
6163 if (for_info->mode == ForEachStatement::ITERATE) { in ParseForEachStatementWithDeclarations()
6226 if (for_info->mode == ForEachStatement::ITERATE) { in ParseForEachStatementWithoutDeclarations()
6347 for_info.mode = ForEachStatement::ITERATE; in ParseForAwaitStatement()

Completed in 18 milliseconds