Home
last modified time | relevance | path

Searched defs:SEQ (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Python/
Dsymtable.c962 #define VISIT_SEQ(ST, TYPE, SEQ) { \ argument
972 #define VISIT_SEQ_IN_BLOCK(ST, TYPE, SEQ, S) { \ argument
984 #define VISIT_SEQ_TAIL(ST, TYPE, SEQ, START) { \ argument
994 #define VISIT_SEQ_TAIL_IN_BLOCK(ST, TYPE, SEQ, START, S) { \ argument
Dcompile.c1128 #define VISIT_SEQ(C, TYPE, SEQ) { \ argument
1138 #define VISIT_SEQ_IN_SCOPE(C, TYPE, SEQ) { \ argument
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DTag.java45 public static final Tag SEQ = new Tag(PREFIX + "seq"); field in Tag
/external/python/cpython3/Python/
Dsymtable.c1145 #define VISIT_SEQ(ST, TYPE, SEQ) { \ argument
1155 #define VISIT_SEQ_TAIL(ST, TYPE, SEQ, START) { \ argument
1165 #define VISIT_SEQ_WITH_NULL(ST, TYPE, SEQ) { \ argument
Dcompile.c1644 #define VISIT_SEQ(C, TYPE, SEQ) { \ argument
1654 #define VISIT_SEQ_IN_SCOPE(C, TYPE, SEQ) { \ argument