/external/python/cpython3/Parser/pegen/ |
D | parse_string.h | 25 } ExprList; typedef 32 ExprList expr_list;
|
D | parse_string.c | 898 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/ |
D | 2009-01-22-SortInvalidation.ll | 6 …%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/ |
D | 2009-01-22-SortInvalidation.ll | 6 …%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/ |
D | 2009-01-22-SortInvalidation.ll | 6 …%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/ |
D | parser.y | 208 %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/ |
D | 2009-04-29-RegAllocAssert.ll | 8 …%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/ |
D | 2009-04-29-RegAllocAssert.ll | 8 …%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/ |
D | test_c_generator.py | 368 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([]))
|
D | test_c_parser.py | 75 elif typ in (InitList, ExprList):
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 1372 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.cfg | 95 ExprList: [exprs**] 109 # args: ExprList
|
D | c_generator.py | 93 elif isinstance(n, c_ast.ExprList): 348 c_ast.ExprList):
|
D | c_parser.py | 1558 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)
|
D | c_ast.py | 549 class ExprList(Node): class
|
/external/llvm-project/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 1773 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/ |
D | ItaniumDemangle.h | 1737 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/ |
D | ItaniumDemangle.h | 1773 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/ |
D | ItaniumDemangle.h | 1635 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/ |
D | sqlite3.c | 14668 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/ |
D | sqlite3.c | 14640 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/ |
D | sqlite3.c | 14640 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/ |
D | ast.c | 5267 } 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/ |
D | CHANGES | 102 - c_generator error for ExprList in expression context.
|