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

  /external/clang/test/SemaCXX/
nested-name-spec.cpp 123 class Operators {
124 Operators operator+(const Operators&) const; // expected-note{{member declaration does not match because it is const qualified}}
128 Operators Operators::operator+(const Operators&) { // expected-error{{out-of-line definition of 'operator+' does not match any declaration in 'Operators'}}
129 Operators ops;
133 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
95 // Known DAG operators by name.
96 StringMap<Operator*> Operators;
102 /// Create a SetTheory instance with only the standard operators.
SetTheory.cpp 22 // Define the standard operators.
64 // SetIntBinOp - Abstract base class for (Op S, N) operators.
237 Operators[Name] = Op;
268 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...]

Completed in 4130 milliseconds