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
91 // Known DAG operators by name.
92 StringMap<Operator*> Operators;
98 /// 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.
214 Operators[Name] = Op;
245 Operator *Op = Operators.lookup(OpInit->getDef()->getName());
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 147 (* Standard Binary Operators *)
160 (* Logical Operators *)
167 (* Memory Operators *)
172 (* Cast Operators *)
185 (* Other Operators *)
    [all...]
llvm.mli 197 (* Standard Binary Operators *)
210 (* Logical Operators *)
217 (* Memory Operators *)
222 (* Cast Operators *)
235 (* Other Operators *)
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 84 TEST(StringRefTest, Operators) {
  /external/clang/lib/Sema/
SemaLookup.cpp 287 // operators, make sure that the implicitly-declared new and delete
288 // operators can be found.
    [all...]
SemaOverload.cpp     [all...]

Completed in 381 milliseconds