Home
last modified time | relevance | path

Searched defs:SEQ (Results 1 – 6 of 6) 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.c1117 #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
Dcompile.c1527 #define VISIT_SEQ(C, TYPE, SEQ) { \ argument
1537 #define VISIT_SEQ_IN_SCOPE(C, TYPE, SEQ) { \ argument
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx1z.cpp113 #define SEQ(...) static_assert([](seq_checker sc) { void(__VA_ARGS__); return sc.ok(); }({})) macro