Searched defs:SEQ (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Python/ |
D | symtable.c | 962 #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
|
D | compile.c | 1128 #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/ |
D | Tag.java | 45 public static final Tag SEQ = new Tag(PREFIX + "seq"); field in Tag
|
/external/python/cpython3/Python/ |
D | symtable.c | 1057 #define VISIT_SEQ(ST, TYPE, SEQ) { \ argument 1067 #define VISIT_SEQ_TAIL(ST, TYPE, SEQ, START) { \ argument 1077 #define VISIT_SEQ_WITH_NULL(ST, TYPE, SEQ) { \ argument
|
D | compile.c | 1345 #define VISIT_SEQ(C, TYPE, SEQ) { \ argument 1355 #define VISIT_SEQ_IN_SCOPE(C, TYPE, SEQ) { \ argument
|