Searched defs:SEQ (Results 1 – 6 of 6) 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 | 1117 #define VISIT_SEQ(ST, TYPE, SEQ) { \ argument 1127 #define VISIT_SEQ_TAIL(ST, TYPE, SEQ, START) { \ argument 1137 #define VISIT_SEQ_WITH_NULL(ST, TYPE, SEQ) { \ argument
|
D | compile.c | 1527 #define VISIT_SEQ(C, TYPE, SEQ) { \ argument 1537 #define VISIT_SEQ_IN_SCOPE(C, TYPE, SEQ) { \ argument
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constant-expression-cxx1z.cpp | 113 #define SEQ(...) static_assert([](seq_checker sc) { void(__VA_ARGS__); return sc.ok(); }({})) macro
|