Home
last modified time | relevance | path

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

1234

/external/clang/test/SemaCXX/
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()
/external/llvm/lib/TableGen/
DSetTheory.cpp261 Operators[Name] = std::move(Op); in addOperator()
292 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate()
293 if (I == Operators.end()) in evaluate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DSetTheory.cpp272 Operators[Name] = std::move(Op); in addOperator()
303 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate()
304 if (I == Operators.end()) in evaluate()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.h92 StringMap<Operator*> Operators; variable
DSetTheory.cpp214 Operators[Name] = Op; in addOperator()
245 Operator *Op = Operators.lookup(OpInit->getDef()->getName()); in evaluate()
/external/llvm/include/llvm/TableGen/
DSetTheory.h98 StringMap<std::unique_ptr<Operator>> Operators; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DSetTheory.h102 StringMap<std::unique_ptr<Operator>> Operators; variable
/external/skia/docs/
DSkPoint_Reference.bmh457 #In Operators
503 #In Operators
704 #In Operators
939 #In Operators
966 #In Operators
997 #In Operators
1028 #In Operators
DSkMatrix_Reference.bmh1428 #In Operators
1464 #In Operators
1487 #In Operators
1509 #In Operators
1552 #In Operators
1595 #In Operators
1623 #In Operators
1662 #In Operators
1705 #In Operators
1762 #In Operators
[all …]
DSkIRect_Reference.bmh487 #Subtopic Operators
493 #In Operators
514 #In Operators
531 #Subtopic Operators ##
/external/skqp/docs/
DSkPoint_Reference.bmh457 #In Operators
503 #In Operators
704 #In Operators
939 #In Operators
966 #In Operators
997 #In Operators
1028 #In Operators
DSkMatrix_Reference.bmh1446 #In Operators
1482 #In Operators
1505 #In Operators
1527 #In Operators
1570 #In Operators
1613 #In Operators
1641 #In Operators
1680 #In Operators
1723 #In Operators
1780 #In Operators
[all …]
DSkIRect_Reference.bmh487 #Subtopic Operators
493 #In Operators
514 #In Operators
531 #Subtopic Operators ##
/external/libxml2/os400/libxmlrpg/
Dlist.rpgle61 * Basic Operators
139 * Advanced Operators
/external/libchrome/base/
Dscoped_generic_unittest.cc119 TEST(ScopedGenericTest, Operators) { in TEST() argument
/external/python/cpython2/Lib/test/
Dtokenize_tests.txt144 # Operators
/external/python/cpython3/Lib/test/
Dtokenize_tests.txt152 # Operators
/external/clang/test/Parser/
Dcxx-ambig-init-templ.cpp133 namespace Operators { namespace
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DHTMLEntities.properties217 # Mathematical Operators
/external/deqp/data/gles2/shaders/
Dconstant_expressions.test66 group operators "Operators"
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
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
/external/llvm/docs/tutorial/
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
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml159 (* Standard Binary Operators *)
172 (* Logical Operators *)
179 (* Memory Operators *)
184 (* Cast Operators *)
197 (* Other Operators *)
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml147 (* Standard Binary Operators *)
160 (* Logical Operators *)
167 (* Memory Operators *)
172 (* Cast Operators *)
185 (* Other Operators *)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml184 (* Standard Binary Operators *)
197 (* Logical Operators *)
204 (* Memory Operators *)
209 (* Cast Operators *)
222 (* Other Operators *)

1234