| /llvm-project/clang/test/SemaCXX/ |
| H A D | nested-name-spec.cpp | 127 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 D | interleave.td | 76 list<string> Operators = ["+", "-", "*", "/", "?:"]; 77 code OperatorList = !interleave(!listconcat(Operators, [[{;}]]), ", ");
|
| /llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 271 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 D | SetTheory.h | 10 // 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 D | OperatorsRepresentationCheck.cpp | 139 const T &Operators) { in isAnyOperatorEnabled() argument 140 for (const auto &[traditional, alternative] : Operators) { in isAnyOperatorEnabled()
|
| /llvm-project/llvm/unittests/Support/ |
| H A D | InstructionCostTest.cpp | 29 TEST_F(CostTest, Operators) { in TEST_F() argument
|
| H A D | BranchProbabilityTest.cpp | 32 TEST(BranchProbabilityTest, Operators) { in TEST() argument
|
| /llvm-project/clang/test/Parser/ |
| H A D | cxx-ambig-init-templ.cpp | 147 namespace Operators { namespace
|
| /llvm-project/llvm/unittests/IR/ |
| H A D | MemoryModelRelaxationAnnotationsTest.cpp | 90 TEST(MMRATest, Operators) { in TEST() argument
|
| /llvm-project/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/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 189 (* Standard Binary Operators *) 202 (* Logical Operators *) 209 (* Memory Operators *) 214 (* Cast Operators *) 227 (* Other Operators *)
|
| H A D | llvm.mli | 216 | 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 D | SemaCoroutine.cpp | 830 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 D | SemaLookup.cpp | 3348 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 D | FormatTestVerilog.cpp | 1016 TEST_F(FormatTestVerilog, Operators) { in TEST_F() 1003 TEST_F(FormatTestVerilog,Operators) TEST_F() argument
|
| /llvm-project/llvm/docs/ |
| H A D | AMDGPUOperandSyntax.rst | 928 Binary Operators 933 Operators with higher priority are performed first. 961 Unary Operators
|
| /llvm-project/flang/lib/Parser/ |
| H A D | program-parsers.cpp | 310 construct<Rename::Operators>(
|
| /llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
| H A D | TosaOps.td | 29 // Operator Class: Tensor Data Engine Operators. 2032 // Operator Class: Custom Operators. 2087 // Operator Class: Control Flow Operators.
|
| /llvm-project/flang/examples/FeatureList/ |
| H A D | FeatureList.cpp | 628 READ_FEATURE(Rename::Operators) in READ_FEATURE_CUST()
|
| /llvm-project/clang/docs/ |
| H A D | MatrixTypes.rst | 119 Matrix Type Binary Operators
|
| /llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 371 // Operators listed in order of precedence.
|
| /llvm-project/clang/docs/HLSL/ |
| H A D | HLSLSupport.rst | 220 Non-short Circuiting Logical Operators
|
| /llvm-project/polly/unittests/Isl/ |
| H A D | IslTest.cpp | 280 TEST(Isl, Operators) { in TEST() argument
|
| /llvm-project/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 2988 struct Operators { 2989 TUPLE_CLASS_BOILERPLATE(Operators); 2992 std::variant<Names, Operators> u; 2963 struct Operators { global() struct 2965 tRename::Operators global() argument
|