Home
last modified time | relevance | path

Searched refs:ExprList (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython3/Parser/pegen/
Dparse_string.h25 } ExprList; typedef
32 ExprList expr_list;
Dparse_string.c898 ExprList_check_invariants(ExprList *l) in ExprList_check_invariants()
911 ExprList_Init(ExprList *l) in ExprList_Init()
923 ExprList_Append(ExprList *l, expr_ty exp) in ExprList_Append()
965 ExprList_Dealloc(ExprList *l) in ExprList_Dealloc()
982 ExprList_Finish(ExprList *l, PyArena *arena) in ExprList_Finish()
/external/llvm-project/llvm/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll6 …%struct.AggInfo = type { i8, i8, i32, %struct.ExprList*, i32, %struct.AggInfo_col*, i32, i32, i32,…
24 … { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprList*, %struct..4sPrag…
25 %struct.ExprList = type { i32, i32, i32, %struct.ExprList_item* }
46 …type { %struct.ExprList*, i8, i8, i8, i8, i8, i8, i8, %struct.SrcList*, %struct.Expr*, %struct.Exp…
53 …rigger*, %struct.Select*, %struct..4sPragmaType, %struct.Expr*, %struct.ExprList*, %struct.IdList*…
74 …lite3Insert(%struct.Parse* %pParse, %struct.SrcList* %pTabList, %struct.ExprList* %pList, %struct.…
/external/llvm/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll6 …%struct.AggInfo = type { i8, i8, i32, %struct.ExprList*, i32, %struct.AggInfo_col*, i32, i32, i32,…
24 … { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprList*, %struct..4sPrag…
25 %struct.ExprList = type { i32, i32, i32, %struct.ExprList_item* }
46 …type { %struct.ExprList*, i8, i8, i8, i8, i8, i8, i8, %struct.SrcList*, %struct.Expr*, %struct.Exp…
53 …rigger*, %struct.Select*, %struct..4sPragmaType, %struct.Expr*, %struct.ExprList*, %struct.IdList*…
74 …lite3Insert(%struct.Parse* %pParse, %struct.SrcList* %pTabList, %struct.ExprList* %pList, %struct.…
/external/llvm-project/llvm/test/Transforms/NewGVN/
D2009-01-22-SortInvalidation.ll6 …%struct.AggInfo = type { i8, i8, i32, %struct.ExprList*, i32, %struct.AggInfo_col*, i32, i32, i32,…
24 … { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprList*, %struct..4sPrag…
25 %struct.ExprList = type { i32, i32, i32, %struct.ExprList_item* }
46 …type { %struct.ExprList*, i8, i8, i8, i8, i8, i8, i8, %struct.SrcList*, %struct.Expr*, %struct.Exp…
53 …rigger*, %struct.Select*, %struct..4sPragmaType, %struct.Expr*, %struct.ExprList*, %struct.IdList*…
74 …lite3Insert(%struct.Parse* %pParse, %struct.SrcList* %pTabList, %struct.ExprList* %pList, %struct.…
/external/libxkbcommon/src/xkbcomp/
Dparser.y208 %type <exprList> OptExprList ExprList ActionList
487 ModMapDecl : MODIFIER_MAP Ident OBRACE ExprList CBRACE SEMI
542 | OBRACE ExprList CBRACE
637 OptExprList : ExprList { $$ = $1; }
641 ExprList : ExprList COMMA Expr
/external/llvm/test/CodeGen/X86/
D2009-04-29-RegAllocAssert.ll8 …%struct.AggInfo = type { i8, i8, i32, %struct.ExprList*, i32, %struct.AggInfo_col*, i32, i32, i32,…
27 … { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprList*, %struct..5sPrag…
28 %struct.ExprList = type { i32, i32, i32, %struct.ExprList_item* }
47 …type { %struct.ExprList*, i8, i8, i8, i8, i8, i8, i8, %struct.SrcList*, %struct.Expr*, %struct.Exp…
52 …rigger*, %struct.Select*, %struct..5sPragmaType, %struct.Expr*, %struct.ExprList*, %struct.IdList*…
/external/llvm-project/llvm/test/CodeGen/X86/
D2009-04-29-RegAllocAssert.ll8 …%struct.AggInfo = type { i8, i8, i32, %struct.ExprList*, i32, %struct.AggInfo_col*, i32, i32, i32,…
27 … { i8, i8, i16, %struct.CollSeq*, %struct.Expr*, %struct.Expr*, %struct.ExprList*, %struct..5sPrag…
28 %struct.ExprList = type { i32, i32, i32, %struct.ExprList_item* }
47 …type { %struct.ExprList*, i8, i8, i8, i8, i8, i8, i8, %struct.SrcList*, %struct.Expr*, %struct.Exp…
52 …rigger*, %struct.Select*, %struct..5sPragmaType, %struct.Expr*, %struct.ExprList*, %struct.IdList*…
/external/python/pycparser/tests/
Dtest_c_generator.py368 test_fun = c_ast.FuncCall(c_ast.ID('test_fun'), c_ast.ExprList([]))
382 test_fun = c_ast.FuncCall(c_ast.ID('test_fun'), c_ast.ExprList([]))
Dtest_c_parser.py75 elif typ in (InitList, ExprList):
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout1372 typedef struct ExprList ExprList;
2267 ExprList *pCheck;
2342 ExprList *aColExpr;
2383 ExprList *pGroupBy;
2424 ExprList *pList;
2461 struct ExprList {
2518 ExprList *pFuncArg;
2528 ExprList *pEList;
2540 ExprList *pUpsertTarget;
2542 ExprList *pUpsertSet;
[all …]
/external/python/pycparser/pycparser/
D_c_ast.cfg95 ExprList: [exprs**]
109 # args: ExprList
Dc_generator.py93 elif isinstance(n, c_ast.ExprList):
348 c_ast.ExprList):
Dc_parser.py1558 if not isinstance(p[1], c_ast.ExprList):
1559 p[1] = c_ast.ExprList([p[1]], p[1].coord)
1732 c_ast.ExprList([p[3], p[5]], coord),
1754 p[0] = c_ast.ExprList([p[1]], p[1].coord)
Dc_ast.py549 class ExprList(Node): class
/external/llvm-project/libcxxabi/src/demangle/
DItaniumDemangle.h1773 NodeArray ExprList; variable
1781 : Node(KNewExpr), ExprList(ExprList_), Type(Type_), InitList(InitList_), in NewExpr()
1785 F(ExprList, Type, InitList, IsGlobal, IsArray); in match()
1795 if (!ExprList.empty()) { in printLeft()
1797 ExprList.printWithComma(S); in printLeft()
4175 NodeArray ExprList = popTrailingNodeArray(Exprs); in parseNewExpr() local
4188 return make<NewExpr>(ExprList, Ty, Inits, Global, IsArray); in parseNewExpr()
4191 return make<NewExpr>(ExprList, Ty, NodeArray(), Global, IsArray); in parseNewExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h1737 NodeArray ExprList; variable
1745 : Node(KNewExpr), ExprList(ExprList_), Type(Type_), InitList(InitList_), in NewExpr()
1749 F(ExprList, Type, InitList, IsGlobal, IsArray); in match()
1759 if (!ExprList.empty()) { in printLeft()
1761 ExprList.printWithComma(S); in printLeft()
4108 NodeArray ExprList = popTrailingNodeArray(Exprs); in parseNewExpr() local
4121 return make<NewExpr>(ExprList, Ty, Inits, Global, IsArray); in parseNewExpr()
4124 return make<NewExpr>(ExprList, Ty, NodeArray(), Global, IsArray); in parseNewExpr()
/external/llvm-project/llvm/include/llvm/Demangle/
DItaniumDemangle.h1773 NodeArray ExprList; variable
1781 : Node(KNewExpr), ExprList(ExprList_), Type(Type_), InitList(InitList_), in NewExpr()
1785 F(ExprList, Type, InitList, IsGlobal, IsArray); in match()
1795 if (!ExprList.empty()) { in printLeft()
1797 ExprList.printWithComma(S); in printLeft()
4175 NodeArray ExprList = popTrailingNodeArray(Exprs); in parseNewExpr() local
4188 return make<NewExpr>(ExprList, Ty, Inits, Global, IsArray); in parseNewExpr()
4191 return make<NewExpr>(ExprList, Ty, NodeArray(), Global, IsArray); in parseNewExpr()
/external/libcxxabi/src/demangle/
DItaniumDemangle.h1635 NodeArray ExprList; variable
1643 : Node(KNewExpr), ExprList(ExprList_), Type(Type_), InitList(InitList_), in NewExpr()
1647 F(ExprList, Type, InitList, IsGlobal, IsArray); in match()
1657 if (!ExprList.empty()) { in printLeft()
1659 ExprList.printWithComma(S); in printLeft()
3865 NodeArray ExprList = popTrailingNodeArray(Exprs); in parseNewExpr() local
3878 return make<NewExpr>(ExprList, Ty, Inits, Global, IsArray); in parseNewExpr()
3881 return make<NewExpr>(ExprList, Ty, NodeArray(), Global, IsArray); in parseNewExpr()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c14668 typedef struct ExprList ExprList; typedef
17497 ExprList *pCheck; /* All CHECK constraints */
17791 ExprList *aColExpr; /* Column expressions */
17894 ExprList *pGroupBy; /* The group by clause */
18021 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */
18183 struct ExprList { struct
18282 ExprList *pFuncArg; /* Arguments to table-valued-function */
18358 ExprList *pEList; /* Optional list of result-set columns */
18412 ExprList *pUpsertTarget; /* Optional description of conflicting index */
18414 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c14640 typedef struct ExprList ExprList; typedef
17466 ExprList *pCheck; /* All CHECK constraints */
17760 ExprList *aColExpr; /* Column expressions */
17863 ExprList *pGroupBy; /* The group by clause */
17997 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */
18159 struct ExprList { struct
18258 ExprList *pFuncArg; /* Arguments to table-valued-function */
18334 ExprList *pEList; /* Optional list of result-set columns */
18388 ExprList *pUpsertTarget; /* Optional description of conflicting index */
18390 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */
[all …]
/external/sqlite/dist/
Dsqlite3.c14640 typedef struct ExprList ExprList; typedef
17466 ExprList *pCheck; /* All CHECK constraints */
17760 ExprList *aColExpr; /* Column expressions */
17863 ExprList *pGroupBy; /* The group by clause */
17997 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */
18159 struct ExprList { struct
18258 ExprList *pFuncArg; /* Arguments to table-valued-function */
18334 ExprList *pEList; /* Optional list of result-set columns */
18388 ExprList *pUpsertTarget; /* Optional description of conflicting index */
18390 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */
[all …]
/external/python/cpython3/Python/
Dast.c5267 } ExprList; typedef
5273 ExprList_check_invariants(ExprList *l) in ExprList_check_invariants()
5285 ExprList_Init(ExprList *l) in ExprList_Init()
5297 ExprList_Append(ExprList *l, expr_ty exp) in ExprList_Append()
5337 ExprList_Dealloc(ExprList *l) in ExprList_Dealloc()
5354 ExprList_Finish(ExprList *l, PyArena *arena) in ExprList_Finish()
5376 ExprList expr_list;
/external/python/pycparser/
DCHANGES102 - c_generator error for ExprList in expression context.