/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/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/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/llvm/include/llvm/TableGen/ |
D | SetTheory.h | 98 StringMap<std::unique_ptr<Operator>> Operators; variable
|
/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/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/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
|
D | OCamlLangImpl6.rst | 2 Kaleidoscope: Extending the Language: User-defined Operators 30 User-defined Operators: the Idea 87 User-defined Binary Operators 267 User-defined Unary Operators
|
D | OCamlLangImpl1.rst | 65 User-defined Operators - This is a silly but fun chapter that talks
|
D | LangImpl01.rst | 65 User-defined Operators - This is a silly but fun chapter that talks
|
/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 *)
|
D | llvm.mli | 197 (* Standard Binary Operators *) 210 (* Logical Operators *) 217 (* Memory Operators *) 222 (* Cast Operators *) 235 (* Other Operators *)
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | StringRefTest.cpp | 84 TEST(StringRefTest, Operators) { in TEST() argument
|
/external/llvm/unittests/Support/ |
D | BranchProbabilityTest.cpp | 33 TEST(BranchProbabilityTest, Operators) { in TEST() argument
|
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/ |
D | constant_expressions.test | 73 group operators "Operators"
|
/external/deqp/data/gles3/shaders/ |
D | constant_expressions.test | 73 group operators "Operators"
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 2806 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local 2807 LookupName(Operators, S); in LookupOverloadedOperatorName() 2809 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName() 2810 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 91 TEST(StringRefTest, Operators) { in TEST() argument
|
/external/clang/include/clang/AST/ |
D | OperationKinds.def | 329 // Operators listed in order of precedence.
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_mat3x3.inl | 279 // Operators
|