/external/clang/test/SemaCXX/ |
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()
|
/external/llvm/lib/TableGen/ |
D | SetTheory.cpp | 261 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/ |
D | SetTheory.cpp | 272 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/ |
D | SetTheory.h | 92 StringMap<Operator*> Operators; variable
|
D | SetTheory.cpp | 214 Operators[Name] = Op; in addOperator() 245 Operator *Op = Operators.lookup(OpInit->getDef()->getName()); in evaluate()
|
/external/llvm/include/llvm/TableGen/ |
D | SetTheory.h | 98 StringMap<std::unique_ptr<Operator>> Operators; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | SetTheory.h | 102 StringMap<std::unique_ptr<Operator>> Operators; variable
|
/external/skia/docs/ |
D | SkPoint_Reference.bmh | 457 #In Operators 503 #In Operators 704 #In Operators 939 #In Operators 966 #In Operators 997 #In Operators 1028 #In Operators
|
D | SkMatrix_Reference.bmh | 1428 #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 …]
|
D | SkIRect_Reference.bmh | 487 #Subtopic Operators 493 #In Operators 514 #In Operators 531 #Subtopic Operators ##
|
/external/skqp/docs/ |
D | SkPoint_Reference.bmh | 457 #In Operators 503 #In Operators 704 #In Operators 939 #In Operators 966 #In Operators 997 #In Operators 1028 #In Operators
|
D | SkMatrix_Reference.bmh | 1446 #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 …]
|
D | SkIRect_Reference.bmh | 487 #Subtopic Operators 493 #In Operators 514 #In Operators 531 #Subtopic Operators ##
|
/external/libxml2/os400/libxmlrpg/ |
D | list.rpgle | 61 * Basic Operators 139 * Advanced Operators
|
/external/libchrome/base/ |
D | scoped_generic_unittest.cc | 119 TEST(ScopedGenericTest, Operators) { in TEST() argument
|
/external/python/cpython2/Lib/test/ |
D | tokenize_tests.txt | 144 # Operators
|
/external/python/cpython3/Lib/test/ |
D | tokenize_tests.txt | 152 # Operators
|
/external/clang/test/Parser/ |
D | cxx-ambig-init-templ.cpp | 133 namespace Operators { namespace
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 217 # Mathematical Operators
|
/external/deqp/data/gles2/shaders/ |
D | constant_expressions.test | 66 group operators "Operators"
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
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
|
/external/llvm/docs/tutorial/ |
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
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 159 (* Standard Binary Operators *) 172 (* Logical Operators *) 179 (* Memory Operators *) 184 (* Cast Operators *) 197 (* Other Operators *)
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 147 (* 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/ |
D | llvm.ml | 184 (* Standard Binary Operators *) 197 (* Logical Operators *) 204 (* Memory Operators *) 209 (* Cast Operators *) 222 (* Other Operators *)
|