Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/SemaCXX/
H A Dnested-name-spec.cpp127 class Operators { // #defined-here-Operators
128 Operators operator+(const Operators&) const; // expected-note{{member declaration does not match because it is const qualified}}
132 Operators Operators::operator+(const Operators&) { // expected-error{{out-of-line definition of 'operator+' does not match any declaration in 'Operators'}} in operator +()
133 // expected-note@#defined-here-Operators{{defined here}} in operator +()
134 Operators op in operator +()
125 class Operators { global() class
130 operator +(const Operators &) operator +() argument
[all...]
/llvm-project/llvm/test/TableGen/
H A Dinterleave.td76 list<string> Operators = ["+", "-", "*", "/", "?:"];
77 code OperatorList = !interleave(!listconcat(Operators, [[{;}]]), ", ");
/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp271 Operators[Name] = std::move(Op); in addOperator()
302 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate()
303 if (I == Operators.end()) in evaluate()
/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h10 // Records from DAG expressions. Operators for standard set operations are
102 StringMap<std::unique_ptr<Operator>> Operators; variable
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DOperatorsRepresentationCheck.cpp139 const T &Operators) { in isAnyOperatorEnabled() argument
140 for (const auto &[traditional, alternative] : Operators) { in isAnyOperatorEnabled()
/llvm-project/llvm/unittests/Support/
H A DInstructionCostTest.cpp29 TEST_F(CostTest, Operators) { in TEST_F() argument
H A DBranchProbabilityTest.cpp32 TEST(BranchProbabilityTest, Operators) { in TEST() argument
/llvm-project/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp147 namespace Operators { namespace
/llvm-project/llvm/unittests/IR/
H A DMemoryModelRelaxationAnnotationsTest.cpp90 TEST(MMRATest, Operators) { in TEST() argument
/llvm-project/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/llvm/bindings/ocaml/llvm/
H A Dllvm.ml189 (* Standard Binary Operators *)
202 (* Logical Operators *)
209 (* Memory Operators *)
214 (* Cast Operators *)
227 (* Other Operators *)
H A Dllvm.mli216 | Add (** Standard Binary Operators *)
229 | Shl (** Logical Operators *)
236 | Alloca (** Memory Operators *)
241 | Trunc (** Cast Operators *)
254 | ICmp (** Other Operators *)
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp830 LookupResult Operators(*this, OpName, SourceLocation(), in BuildUnresolvedCoawaitExpr()
832 LookupName(Operators, S); in BuildUnresolvedCoawaitExpr()
834 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in BuildUnresolvedCoawaitExpr()
835 const auto &Functions = Operators.asUnresolvedSet(); in BuildUnresolvedCoawaitExpr()
814 LookupResult Operators(*this, OpName, SourceLocation(), BuildOperatorCoawaitLookupExpr() local
H A DSemaLookup.cpp3348 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupSpecialMember()
3349 LookupName(Operators, S); in LookupSpecialMember()
3351 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupSpecialMember()
3352 Functions.append(Operators.begin(), Operators.end()); in LookupSpecialMember()
3284 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); LookupOverloadedOperatorName() local
/llvm-project/clang/unittests/Format/
H A DFormatTestVerilog.cpp1016 TEST_F(FormatTestVerilog, Operators) { in TEST_F()
1003 TEST_F(FormatTestVerilog,Operators) TEST_F() argument
/llvm-project/llvm/docs/
H A DAMDGPUOperandSyntax.rst928 Binary Operators
933 Operators with higher priority are performed first.
961 Unary Operators
/llvm-project/flang/lib/Parser/
H A Dprogram-parsers.cpp310 construct<Rename::Operators>(
/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td29 // Operator Class: Tensor Data Engine Operators.
2032 // Operator Class: Custom Operators.
2087 // Operator Class: Control Flow Operators.
/llvm-project/flang/examples/FeatureList/
H A DFeatureList.cpp628 READ_FEATURE(Rename::Operators) in READ_FEATURE_CUST()
/llvm-project/clang/docs/
H A DMatrixTypes.rst119 Matrix Type Binary Operators
/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def371 // Operators listed in order of precedence.
/llvm-project/clang/docs/HLSL/
H A DHLSLSupport.rst220 Non-short Circuiting Logical Operators
/llvm-project/polly/unittests/Isl/
H A DIslTest.cpp280 TEST(Isl, Operators) { in TEST() argument
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h2988 struct Operators {
2989 TUPLE_CLASS_BOILERPLATE(Operators);
2992 std::variant<Names, Operators> u;
2963 struct Operators { global() struct
2965 tRename::Operators global() argument

12