Home
last modified time | relevance | path

Searched refs:Operators (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnested-name-spec.cpp125 class Operators { class
126Operators 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 Dinterleave.td76 list<string> Operators = ["+", "-", "*", "/", "?:"];
77 code OperatorList = !interleave(!listconcat(Operators, [[{;}]]), ", ");
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DSetTheory.cpp270 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 DSetTheory.h101 StringMap<std::unique_ptr<Operator>> Operators; variable
/llvm-project-15.0.7/llvm/unittests/Support/
H A DInstructionCostTest.cpp30 TEST_F(CostTest, Operators) { in TEST_F() argument
H A DBranchProbabilityTest.cpp32 TEST(BranchProbabilityTest, Operators) { in TEST() argument
/llvm-project-15.0.7/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp147 namespace Operators { namespace
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl06.rst2 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 Dindex.rst68 - `Chapter #6: Extending the Language: User-defined Operators
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp807 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 DSemaLookup.cpp3305 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 Dllvm.ml188 (* Standard Binary Operators *)
201 (* Logical Operators *)
208 (* Memory Operators *)
213 (* Cast Operators *)
226 (* Other Operators *)
H A Dllvm.mli213 | 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 Dprogram-parsers.cpp269 construct<Rename::Operators>(
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td29 // 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 DAMDGPUOperandSyntax.rst900 Binary Operators
905 Operators with higher priority are performed first.
933 Unary Operators
/llvm-project-15.0.7/clang/docs/
H A DHLSLSupport.rst163 Non-short Circuiting Logical Operators
H A DMatrixTypes.rst118 Matrix Type Binary Operators
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOperationKinds.def364 // Operators listed in order of precedence.
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2894 struct Operators { struct
2895 TUPLE_CLASS_BOILERPLATE(Operators);
2898 std::variant<Names, Operators> u;
H A Ddump-parse-tree.h620 NODE(Rename, Operators) in NODE()
/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp280 TEST(Isl, Operators) { in TEST() argument
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DStringRefTest.cpp130 TEST(StringRefTest, Operators) { in TEST() argument
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_mve_defs.td224 // Operators you can use in the ComplexType spec dag. These are an intermediate
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst237 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

12