Home
last modified time | relevance | path

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

12

/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/llvm/include/llvm/TableGen/
DSetTheory.h98 StringMap<std::unique_ptr<Operator>> Operators; variable
/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/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/llvm/docs/tutorial/
DLangImpl6.rst2 Kaleidoscope: Extending the Language: User-defined Operators
30 User-defined Operators: the Idea
87 User-defined Binary Operators
308 User-defined Unary Operators
DOCamlLangImpl6.rst2 Kaleidoscope: Extending the Language: User-defined Operators
30 User-defined Operators: the Idea
87 User-defined Binary Operators
267 User-defined Unary Operators
DOCamlLangImpl1.rst65 User-defined Operators - This is a silly but fun chapter that talks
DLangImpl1.rst65 User-defined Operators - This is a silly but fun chapter that talks
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml159 (* Standard Binary Operators *)
172 (* Logical Operators *)
179 (* Memory Operators *)
184 (* Cast Operators *)
197 (* Other Operators *)
Dllvm.mli218 | Add (** Standard Binary Operators *)
231 | Shl (** Logical Operators *)
238 | Alloca (** Memory Operators *)
243 | Trunc (** Cast Operators *)
256 | ICmp (** Other Operators *)
/external/llvm/unittests/Support/
DBranchProbabilityTest.cpp33 TEST(BranchProbabilityTest, Operators) { in TEST() argument
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/
Dconstant_expressions.test73 group operators "Operators"
/external/deqp/data/gles3/shaders/
Dconstant_expressions.test73 group operators "Operators"
/external/clang/lib/Sema/
DSemaLookup.cpp2713 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()
DSemaOverload.cpp6691 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/
DStringRefTest.cpp91 TEST(StringRefTest, Operators) { in TEST() argument
/external/libchrome/base/memory/
Dscoped_ptr_unittest.cc698 TEST(ScopedPtrTest, Operators) { in TEST() argument
/external/libweave/third_party/chromium/base/memory/
Dscoped_ptr_unittest.cc699 TEST(ScopedPtrTest, Operators) { in TEST() argument
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat3x3.inl279 // Operators
Dtype_mat4x4.inl327 // Operators
/external/eigen/doc/
DQuickReference.dox317 \section QuickRef_ArithmeticOperators Arithmetic Operators

12