HomeSort by: relevance | last modified time | path
    Searched defs:have_cast (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 5511 int self, super, have_cast; local
5537 /* have_cast is 1 if the receiver is casted. */
5538 have_cast = (TREE_CODE (receiver) == NOP_EXPR
5555 if (!have_cast)
objc-act.cc 5511 int self, super, have_cast; local
5537 /* have_cast is 1 if the receiver is casted. */
5538 have_cast = (TREE_CODE (receiver) == NOP_EXPR
5555 if (!have_cast)
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 5513 int self, super, have_cast; local
5539 /* have_cast is 1 if the receiver is casted. */
5540 have_cast = (TREE_CODE (receiver) == NOP_EXPR
5557 if (!have_cast)
objc-act.cc 5513 int self, super, have_cast; local
5539 /* have_cast is 1 if the receiver is casted. */
5540 have_cast = (TREE_CODE (receiver) == NOP_EXPR
5557 if (!have_cast)

Completed in 68 milliseconds