Home
last modified time | relevance | path

Searched refs:Operators (Results 1 – 25 of 35) 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/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/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/
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
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
DLangImpl01.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 *)
/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 *)
Dllvm.mli197 (* Standard Binary Operators *)
210 (* Logical Operators *)
217 (* Memory Operators *)
222 (* Cast Operators *)
235 (* Other Operators *)
/external/swiftshader/third_party/LLVM/unittests/ADT/
DStringRefTest.cpp84 TEST(StringRefTest, Operators) { in TEST() argument
/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.cpp2806 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/
DStringRefTest.cpp91 TEST(StringRefTest, Operators) { in TEST() argument
/external/clang/include/clang/AST/
DOperationKinds.def329 // Operators listed in order of precedence.
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat3x3.inl279 // Operators

12