/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/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 | LangImpl6.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 | LangImpl1.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 *)
|
D | llvm.mli | 218 | Add (** Standard Binary Operators *) 231 | Shl (** Logical Operators *) 238 | Alloca (** Memory Operators *) 243 | Trunc (** Cast Operators *) 256 | ICmp (** Other Operators *)
|
/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 | 2713 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local 2714 LookupName(Operators, S); in LookupOverloadedOperatorName() 2716 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName() 2717 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
|
D | SemaOverload.cpp | 6691 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName); in AddMemberOperatorCandidates() local 6692 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates() 6693 Operators.suppressDiagnostics(); in AddMemberOperatorCandidates() 6695 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates() 6696 OperEnd = Operators.end(); in AddMemberOperatorCandidates()
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 91 TEST(StringRefTest, Operators) { in TEST() argument
|
/external/libchrome/base/memory/ |
D | scoped_ptr_unittest.cc | 698 TEST(ScopedPtrTest, Operators) { in TEST() argument
|
/external/libweave/third_party/chromium/base/memory/ |
D | scoped_ptr_unittest.cc | 699 TEST(ScopedPtrTest, Operators) { in TEST() argument
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_mat3x3.inl | 279 // Operators
|
D | type_mat4x4.inl | 327 // Operators
|
/external/eigen/doc/ |
D | QuickReference.dox | 317 \section QuickRef_ArithmeticOperators Arithmetic Operators
|