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

<<101102103104105106107108109110>>

  /external/clang/include/clang/Rewrite/
DeltaTree.h 28 void operator=(const DeltaTree&); // DO NOT IMPLEMENT
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1.cpp 7 // argument list (14.2) or a less-than operator. The identifier is first
  /external/clang/test/CodeGenCXX/
stmtexpr.cpp 11 A& operator= (const A &j) { i = j.i; abort(); return *this; }
  /external/clang/test/CodeGenObjCXX/
ivar-objects.mm 79 S& operator = (const S&);
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 6 non_trivial& operator = (const non_trivial&);
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 80 operator int safe_bool::*() const {
member-function-template.cpp 55 bool operator()(const T& v) const {
member-template-access-expr.cpp 119 operator X() const
  /external/clang/unittests/AST/
APValueTest.cpp 53 std::string operator()(const T& value) {
  /external/gtest/samples/
sample2.h 44 const MyString& operator=(const MyString& rhs);
  /external/icu4c/common/
stringpiece.cpp 53 operator==(const StringPiece& x, const StringPiece& y) {
  /external/icu4c/common/unicode/
rep.h 211 * Assignment operator not declared. The compiler will provide one
213 * API/code coverage may show the assignment operator as present and
215 * Subclasses need this assignment operator if they use compiler-provided
218 Replaceable &Replaceable::operator=(const Replaceable &);
  /external/icu4c/i18n/
nfsubs.h 76 virtual UBool operator==(const NFSubstitution& rhs) const;
84 UBool operator!=(const NFSubstitution& rhs) const { return !operator==(rhs); }
253 NFSubstitution &operator=(const NFSubstitution &other); // forbid copying of this class
regeximp.h 99 URX_DOTANY_UNIX = 27, // '.' operator in UNIX_LINES mode, only \n marks end of line.
105 URX_CARET_M_UNIX = 30, // '^' operator, test for start of line in multi-line
321 inline void operator = (const Regex8BitSet &s);
351 inline void Regex8BitSet::operator = (const Regex8BitSet &s) {
reldtfmt.h 52 * Assignment operator.
55 RelativeDateFormat& operator=(const RelativeDateFormat&);
78 virtual UBool operator==(const Format& other) const;
284 * compilers support genuine RTTI. Polymorphic operator==() and clone()
  /external/icu4c/i18n/unicode/
format.h 110 virtual UBool operator==(const Format& other) const = 0;
119 UBool operator!=(const Format& other) const { return !operator==(other); }
278 Format& operator=(const Format&); // Does nothing; for subclasses
  /external/icu4c/test/intltest/
itercoll.h 72 * Testing the assignment operator
sfwdchit.cpp 71 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java 408 public static JavaExpression infix(Type type, final String operator, final JavaExpression left,
415 out.append(" ").append(operator).append(" ");
425 public static JavaExpression prefix(Type type, final String operator,
430 out.append("(").append(operator);
  /external/jsilver/src/com/google/streamhtmlparser/impl/
JavascriptParserImpl.java 142 * division operator or if it opens a regular expression literal.
155 * operator is a postfix of the previous expression or a prefix of the
162 * opening a regular expression, if not, then we have a division operator.
244 * the beginning of a comment, a division operator, or a regexp.
  /external/kernel-headers/original/linux/
shm.h 29 __kernel_ipc_pid_t shm_lpid; /* pid of last operator */
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 26 | None -> raise (Error "unknown unary operator")
42 (* If it wasn't a builtin binary operator, it must be a user defined
48 | None -> raise (Error "binary operator not found!")
224 (* If this is an operator, install it. *)
  /external/llvm/include/llvm/ADT/
Trie.h 54 bool operator() (Node* N1, Node* N2) {
57 bool operator() (Node* N, char Id) {
68 Node& operator=(const Node&);
185 Trie& operator=(const Trie&);
  /external/llvm/include/llvm/CodeGen/
GCMetadataPrinter.h 53 GCMetadataPrinter &operator=(const GCMetadataPrinter &);
  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 37 void operator=(const AsmLexer&); // DO NOT IMPLEMENT

Completed in 406 milliseconds

<<101102103104105106107108109110>>