HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 2276 - 2300 of 6015) sorted by null

<<919293949596979899100>>

  /external/clang/test/SemaCXX/
dcl_ambig_res.cpp 25 void *operator new(__SIZE_TYPE__, int);
return.cpp 59 operator int * const ();
vector-casts.cpp 28 (void)(__v2si)s; // expected-error {{cannot convert 'S' to '__v2si' without a conversion operator}}
warn-assignment-condition.cpp 5 friend A operator+(const A&, const A&);
6 A operator|=(const A&);
7 operator bool();
80 // With a user-defined operator.
  /external/clang/test/SemaTemplate/
dependent-names.cpp 144 std::ostream &operator<<(std::ostream &out, const char *);
213 std::ostream& operator<<(std::ostream& out, ns::Data data) { // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2::ns'}}
251 return !value; // expected-error {{call to function 'operator!' that is neither visible in the template definition nor found by argument-dependent lookup}}
258 ns::Data operator!(ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::unary::ns'}}
instantiate-member-pointers.cpp 30 X3<T, Class, Ptr> &operator=(const T& value) {
  /external/collada/include/1.4/dom/
domInstance_controller.h 86 * Overloaded assignment operator
88 virtual domSkeleton &operator=( const domSkeleton &cpy ) { (void)cpy; return *this; }
220 * Overloaded assignment operator
222 virtual domInstance_controller &operator=( const domInstance_controller &cpy ) { (void)cpy; return *this; }
domSource.h 76 * Overloaded assignment operator
78 virtual domTechnique_common &operator=( const domTechnique_common &cpy ) { (void)cpy; return *this; }
248 * Overloaded assignment operator
250 virtual domSource &operator=( const domSource &cpy ) { (void)cpy; return *this; }
  /external/icu4c/common/unicode/
stringpiece.h 202 * Global operator == for StringPiece
209 operator==(const StringPiece& x, const StringPiece& y);
212 * Global operator != for StringPiece
218 inline UBool operator!=(const StringPiece& x, const StringPiece& y) {
  /external/icu4c/i18n/
selfmt.cpp 367 SelectFormat::operator=(const SelectFormat& other) {
377 SelectFormat::operator==(const Format& other) const {
394 SelectFormat::operator!=(const Format& other) const {
395 return !operator==(other);
  /external/icu4c/samples/translit/
unaccent.h 60 * compilers support genuine RTTI. Polymorphic operator==() and
  /external/icu4c/test/intltest/
cpdtrtst.h 33 /*Tests the function clone, and operator==()*/
  /external/iptables/extensions/
libxt_u32.man 17 location := number | location operator number
19 operator := "&" | "<<" | ">>" | "@"
22 The \fB=\fP is really a set membership operator and the value syntax describes
23 a set. The \fB@\fP operator is what allows moving to the next header and is
  /external/javassist/src/main/javassist/compiler/ast/
Expr.java 25 /* operator must be either of:
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
SliceFunction.java 29 * operator.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 13 (* variant for a binary operator. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 13 (* variant for a binary operator. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 13 (* variant for a binary operator. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 13 (* variant for a binary operator. *)
  /external/llvm/include/llvm/Object/
Error.h 35 operator int() const {return v_;}
  /external/llvm/include/llvm/Support/
BranchProbability.h 48 raw_ostream &operator<<(raw_ostream &OS, const BranchProbability &Prob);
  /external/llvm/include/llvm/TableGen/
TableGenAction.h 29 virtual bool operator()(raw_ostream &OS, RecordKeeper &Records) = 0;
  /external/llvm/lib/Support/
BranchProbability.cpp 38 raw_ostream &operator<<(raw_ostream &OS, const BranchProbability &Prob) {
  /external/oprofile/gui/
oprof_start_config.cpp 108 istream & operator>>(istream & in, config_setting & object)
  /external/oprofile/libpp/
filename_spec.h 54 * @param rhs right hand side of the match operator

Completed in 1040 milliseconds

<<919293949596979899100>>