| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | nested-name-spec.cpp | 125 class Operators { class 126 …Operators operator+(const Operators&) const; // expected-note{{member declaration does not match b… 130 Operators Operators::operator+(const Operators&) { // expected-error{{out-of-line definition of 'op… in operator +() argument 131 Operators ops; in operator +() 135 Operators Operators::operator+(const Operators&) const { in operator +() 136 Operators ops; in operator +() 140 Operators::operator bool() { in operator bool()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | interleave.td | 76 list<string> Operators = ["+", "-", "*", "/", "?:"]; 77 code OperatorList = !interleave(!listconcat(Operators, [[{;}]]), ", ");
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 270 Operators[Name] = std::move(Op); in addOperator() 301 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate() 302 if (I == Operators.end()) in evaluate()
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | SetTheory.h | 101 StringMap<std::unique_ptr<Operator>> Operators; variable
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | InstructionCostTest.cpp | 30 TEST_F(CostTest, Operators) { in TEST_F() argument
|
| H A D | BranchProbabilityTest.cpp | 32 TEST(BranchProbabilityTest, Operators) { in TEST() argument
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | cxx-ambig-init-templ.cpp | 147 namespace Operators { namespace
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl06.rst | 2 Kaleidoscope: Extending the Language: User-defined Operators 30 User-defined Operators: the Idea 87 User-defined Binary Operators 308 User-defined Unary Operators
|
| H A D | index.rst | 68 - `Chapter #6: Extending the Language: User-defined Operators
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 807 LookupResult Operators(*this, OpName, SourceLocation(), in BuildOperatorCoawaitLookupExpr() local 809 LookupName(Operators, S); in BuildOperatorCoawaitLookupExpr() 811 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in BuildOperatorCoawaitLookupExpr() 812 const auto &Functions = Operators.asUnresolvedSet(); in BuildOperatorCoawaitLookupExpr()
|
| H A D | SemaLookup.cpp | 3305 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local 3306 LookupName(Operators, S); in LookupOverloadedOperatorName() 3308 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName() 3309 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 188 (* Standard Binary Operators *) 201 (* Logical Operators *) 208 (* Memory Operators *) 213 (* Cast Operators *) 226 (* Other Operators *)
|
| H A D | llvm.mli | 213 | Add (** Standard Binary Operators *) 226 | Shl (** Logical Operators *) 233 | Alloca (** Memory Operators *) 238 | Trunc (** Cast Operators *) 251 | ICmp (** Other Operators *)
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | program-parsers.cpp | 269 construct<Rename::Operators>(
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/ |
| H A D | TosaOps.td | 29 // Operator Class: Tensor Data Engine Operators. 1786 // Operator Class: Custom Operators. 1815 // Operator Class: Control Flow Operators.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUOperandSyntax.rst | 900 Binary Operators 905 Operators with higher priority are performed first. 933 Unary Operators
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | HLSLSupport.rst | 163 Non-short Circuiting Logical Operators
|
| H A D | MatrixTypes.rst | 118 Matrix Type Binary Operators
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 364 // Operators listed in order of precedence.
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 2894 struct Operators { struct 2895 TUPLE_CLASS_BOILERPLATE(Operators); 2898 std::variant<Names, Operators> u;
|
| H A D | dump-parse-tree.h | 620 NODE(Rename, Operators) in NODE()
|
| /llvm-project-15.0.7/polly/unittests/Isl/ |
| H A D | IslTest.cpp | 280 TEST(Isl, Operators) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | StringRefTest.cpp | 130 TEST(StringRefTest, Operators) { in TEST() argument
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 224 // Operators you can use in the ComplexType spec dag. These are an intermediate
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 237 See `Appendix A: Bang Operators`_ for a description of each bang operator. 490 Bang Operators`_ for a description of each bang operator. 1548 Appendix A: Bang Operators
|