Searched defs:Operators (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/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/clang/test/SemaCXX/
H A Dnested-name-spec.cpp122 class Operators { class
123 Operators operator+(const Operators&) const; // expected-note{{member declaration does not match because it is const qualified}}
127 Operators Operators::operator+(const Operators&) { // expected-error{{out-of-line definition of 'operator+' does not match any declaration in 'Operators'}} argument
128 Operators ops;
132 Operators Operators
[all...]

Completed in 204 milliseconds