HomeSort by relevance Sort by last modified time
    Searched defs:Operators (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/TableGen/
SetTheory.h 11 // Records from DAG expressions. Operators for standard set operations are
12 // predefined, and it is possible to add special purpose set operators as well.
18 // These are the predefined operators. The argument lists can be individual
97 // Known DAG operators by name.
98 StringMap<Operator*> Operators;
104 /// Create a SetTheory instance with only the standard operators.
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 125 class Operators {
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'}}
131 Operators ops;
135 Operators Operators::operator+(const Operators&) const
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 82 milliseconds