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

  /frameworks/compile/mclinker/include/mcld/Script/
ScriptCommand.h 30 ASSIGNMENT,
Assignment.h 1 //===- Assignment.h -------------------------------------------------------===//
22 /** \class Assignment
23 * \brief This class defines the interfaces to assignment command.
26 class Assignment : public ScriptCommand
43 Assignment(Level pLevel,
48 ~Assignment();
50 Assignment& operator=(const Assignment& pAssignment);
66 return pCmd->getKind() == ScriptCommand::ASSIGNMENT;
  /frameworks/compile/mclinker/lib/Script/
SectionsCmd.cpp 38 case ScriptCommand::ASSIGNMENT:
56 case ScriptCommand::ASSIGNMENT:
68 // Assignment between output sections
76 case ScriptCommand::ASSIGNMENT:
OutputSectDesc.cpp 103 case ScriptCommand::ASSIGNMENT:
138 case ScriptCommand::ASSIGNMENT:
158 // Assignment in an output section
163 case ScriptCommand::ASSIGNMENT:
Assignment.cpp 1 //===- Assignment.cpp -----------------------------------------------------===//
9 #include <mcld/Script/Assignment.h>
25 // Assignment
27 Assignment::Assignment(Level pLevel,
31 : ScriptCommand(ScriptCommand::ASSIGNMENT),
39 Assignment::~Assignment()
43 Assignment& Assignment::operator=(const Assignment& pAssignment
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringProposal.java 124 if (type == ASTNode.ASSIGNMENT