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

  /external/clang/test/SemaCXX/
nested-name-spec.cpp 122 class Operators {
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'}}
128 Operators ops;
132 Operators Operators::operator+(const Operators&) const
    [all...]
  /external/llvm/utils/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.
SetTheory.cpp 22 // Define the standard operators.
65 // SetIntBinOp - Abstract base class for (Op S, N) operators.
259 Operators[Name] = Op;
290 Operator *Op = Operators.lookup(OpInit->getDef()->getName());
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 148 (* Standard Binary Operators *)
161 (* Logical Operators *)
168 (* Memory Operators *)
173 (* Cast Operators *)
186 (* Other Operators *)
    [all...]
llvm.mli 198 (* Standard Binary Operators *)
211 (* Logical Operators *)
218 (* Memory Operators *)
223 (* Cast Operators *)
236 (* Other Operators *)
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 85 TEST(StringRefTest, Operators) {
  /external/clang/lib/Sema/
SemaLookup.cpp 291 // operators, make sure that the implicitly-declared new and delete
292 // operators can be found.
    [all...]
SemaOverload.cpp     [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 802 milliseconds