Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A 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.…
/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A 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.…
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2009-04-29-RegAllocAssert.ll28 %struct.ExprList = type { i32, i32, i32, ptr }
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1924 NodeArray ExprList; variable
1932 : Node(KNewExpr, Prec_), ExprList(ExprList_), Type(Type_), in NewExpr()
1936 F(ExprList, Type, InitList, IsGlobal, IsArray, getPrecedence()); in match()
1945 if (!ExprList.empty()) { in printLeft()
1947 ExprList.printWithComma(OB); in printLeft()
4580 NodeArray ExprList = popTrailingNodeArray(Exprs); in parseExpr() local
4595 return make<NewExpr>(ExprList, Ty, Inits, Global, in parseExpr()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h1924 NodeArray ExprList; variable
1932 : Node(KNewExpr, Prec_), ExprList(ExprList_), Type(Type_), in NewExpr()
1936 F(ExprList, Type, InitList, IsGlobal, IsArray, getPrecedence()); in match()
1945 if (!ExprList.empty()) { in printLeft()
1947 ExprList.printWithComma(OB); in printLeft()
4580 NodeArray ExprList = popTrailingNodeArray(Exprs); in parseExpr() local
4595 return make<NewExpr>(ExprList, Ty, Inits, Global, in parseExpr()