Home
last modified time | relevance | path

Searched refs:getCurStrVal (Results 1 – 25 of 36) sorted by relevance

12

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/TableGen/
H A DTGParser.cpp304 std::string Ret = Lex.getCurStrVal(); in ParseObjectName()
633 std::string Name = Lex.getCurStrVal(); in ParseIDValue()
1027 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1032 Val += Lex.getCurStrVal(); in ParseSimpleValue()
1044 std::string Name = Lex.getCurStrVal(); in ParseSimpleValue()
1238 OperatorName = Lex.getCurStrVal(); in ParseSimpleValue()
1373 VarName = Lex.getCurStrVal(); in ParseDagArgList()
1455 std::string DeclName = Lex.getCurStrVal(); in ParseDeclaration()
1542 std::string FieldName = Lex.getCurStrVal(); in ParseBodyItem()
1744 std::string Name = Lex.getCurStrVal(); in ParseLetList()
[all …]
H A DTGLexer.h85 const std::string &getCurStrVal() const { in getCurStrVal() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/TableGen/
H A DTGParser.cpp549 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
552 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
554 Lex.getCurStrVal() + "'"); in ParseClassID()
1306 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1594 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1612 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1810 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1815 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2302 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2393 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
H A DTGLexer.h110 const std::string &getCurStrVal() const { in getCurStrVal() function
/dports/devel/llvm11/llvm-11.0.1.src/lib/TableGen/
H A DTGParser.cpp549 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
552 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
554 Lex.getCurStrVal() + "'"); in ParseClassID()
1306 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1594 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1612 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1810 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1815 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2302 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2393 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/TableGen/
H A DTGParser.cpp539 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
1209 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1502 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1520 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1646 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1651 Val += Lex.getCurStrVal(); in ParseSimpleValue()
1659 R = CodeInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
2124 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2214 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
2268 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseForeachDeclaration()
[all …]
H A DTGLexer.h109 const std::string &getCurStrVal() const { in getCurStrVal() function
/dports/devel/llvm70/llvm-7.0.1.src/lib/TableGen/
H A DTGParser.cpp539 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
1209 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1502 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1520 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1646 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1651 Val += Lex.getCurStrVal(); in ParseSimpleValue()
1659 R = CodeInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
2124 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2214 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
2268 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseForeachDeclaration()
[all …]
H A DTGLexer.h102 const std::string &getCurStrVal() const {
/dports/devel/llvm90/llvm-9.0.1.src/lib/TableGen/
H A DTGParser.cpp538 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
541 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
543 Lex.getCurStrVal() + "'"); in ParseClassID()
1267 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1563 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1581 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1794 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1799 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2292 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2386 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
H A DTGLexer.h108 const std::string &getCurStrVal() const { in getCurStrVal() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/TableGen/
H A DTGParser.cpp549 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
552 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
554 Lex.getCurStrVal() + "'"); in ParseClassID()
1543 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1561 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1662 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperationForEachFilter()
1899 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1904 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2403 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2494 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp540 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
543 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
545 Lex.getCurStrVal() + "'"); in ParseClassID()
1312 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1608 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1626 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1839 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1844 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2340 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2434 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
H A DTGLexer.h110 const std::string &getCurStrVal() const { in getCurStrVal() function
/dports/devel/llvm10/llvm-10.0.1.src/lib/TableGen/
H A DTGParser.cpp540 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
543 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
545 Lex.getCurStrVal() + "'"); in ParseClassID()
1312 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1608 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1626 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1839 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1844 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2340 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2434 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
H A DTGLexer.h110 const std::string &getCurStrVal() const { in getCurStrVal() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp580 Record *Result = Records.getClass(Lex.getCurStrVal());
583 if (MultiClasses[Lex.getCurStrVal()].get())
585 Lex.getCurStrVal() + "'");
1572 Init *A = StringInit::get(Lex.getCurStrVal());
1590 Init *B = StringInit::get(Lex.getCurStrVal());
1871 Init *LHS = StringInit::get(Lex.getCurStrVal());
2108 std::string Val = Lex.getCurStrVal();
2113 Val += Lex.getCurStrVal();
2588 VarName = StringInit::get(Lex.getCurStrVal());
2688 std::string Str = Lex.getCurStrVal();
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/TableGen/
H A DTGParser.cpp580 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
583 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
585 Lex.getCurStrVal() + "'"); in ParseClassID()
1572 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1590 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1871 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperationForEachFilter()
2108 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
2113 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2588 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2688 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp553 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
556 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
558 Lex.getCurStrVal() + "'"); in ParseClassID()
1560 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1578 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1771 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperationForEachFilter()
2008 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
2013 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2513 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2604 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp580 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
583 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
585 Lex.getCurStrVal() + "'"); in ParseClassID()
1572 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1590 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1871 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperationForEachFilter()
2108 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
2113 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2588 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2688 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.cpp540 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
543 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
545 Lex.getCurStrVal() + "'"); in ParseClassID()
1312 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1608 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1626 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1839 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1844 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2340 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2434 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/TableGen/
H A DTGParser.cpp580 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
583 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
585 Lex.getCurStrVal() + "'"); in ParseClassID()
1572 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1590 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1871 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperationForEachFilter()
2108 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
2113 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2588 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2688 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp580 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
583 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
585 Lex.getCurStrVal() + "'"); in ParseClassID()
1572 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1590 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1871 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperationForEachFilter()
2108 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
2113 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2588 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2688 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp553 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
556 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
558 Lex.getCurStrVal() + "'"); in ParseClassID()
1560 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1578 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1771 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperationForEachFilter()
2008 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
2013 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2513 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2604 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp580 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
583 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
585 Lex.getCurStrVal() + "'"); in ParseClassID()
1572 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1590 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1871 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperationForEachFilter()
2108 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
2113 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2588 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2688 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]

12