Searched refs:Operators (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp125 class Operators { class
126 Operators operator+(const Operators&) const; // expected-note{{member declaration does not match because it is const qualified}}
130 Operators Operators::operator+(const Operators&) { // expected-error{{out-of-line definition of 'operator+' does not match any declaration in 'Operators'}} argument
131 Operators ops;
135 Operators Operators
[all...]
/external/chromium_org/tools/gn/
H A Doperators_unittest.cc36 TEST(Operators, SourcesAppend) {
99 TEST(Operators, ListAppend) {
155 TEST(Operators, ShortCircuitAnd) {
180 TEST(Operators, ShortCircuitOr) {
/external/llvm/include/llvm/TableGen/
H A DSetTheory.h11 // Records from DAG expressions. Operators for standard set operations are
98 StringMap<Operator*> Operators; member in class:llvm::SetTheory
/external/chromium_org/base/
H A Dscoped_generic_unittest.cc100 TEST(ScopedGenericTest, Operators) {
/external/llvm/lib/TableGen/
H A DSetTheory.cpp261 Operators[Name] = Op;
292 Operator *Op = Operators.lookup(OpInit->getDef()->getName());
/external/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp133 namespace Operators {
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml152 (* Standard Binary Operators *)
165 (* Logical Operators *)
172 (* Memory Operators *)
177 (* Cast Operators *)
190 (* Other Operators *)
H A Dllvm.mli208 (* Standard Binary Operators *)
221 (* Logical Operators *)
228 (* Memory Operators *)
233 (* Cast Operators *)
246 (* Other Operators *)
/external/llvm/unittests/Support/
H A DBranchProbabilityTest.cpp33 TEST(BranchProbabilityTest, Operators) {
/external/clang/lib/Sema/
H A DSemaLookup.cpp2343 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName);
2344 LookupName(Operators, S);
2346 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous");
2347 Functions.append(Operators.begin(), Operators.end());
H A DSemaOverload.cpp6426 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName);
6427 LookupQualifiedName(Operators, T1Rec->getDecl());
6428 Operators.suppressDiagnostics();
6430 for (LookupResult::iterator Oper = Operators.begin(),
6431 OperEnd = Operators.end();
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp91 TEST(StringRefTest, Operators) {

Completed in 332 milliseconds