OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LabelInfo
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/courgette/
adjustment_method.cc
37
//
LabelInfo
surrogate for each label.
39
class
LabelInfo
{
49
LabelInfo
* assignment_; // Label from other program corresponding to this.
53
LabelInfo
* next_addr_; // Label(Info) at next highest address.
54
LabelInfo
* prev_addr_; // Label(Info) at next lowest address.
58
// Just a no-argument constructor and copy constructor. Actual
LabelInfo
60
LabelInfo
()
67
void operator=(const
LabelInfo
*); // Disallow assignment only.
70
// std::pair<Label*,
LabelInfo
> so that fresh LabelInfos can be allocated
75
bool operator()(const
LabelInfo
* a, const LabelInfo* b) const
[
all
...]
adjustment_method_2.cc
162
//
LabelInfo
surrogate for each label.
164
class
LabelInfo
{
166
// Just a no-argument constructor and copy constructor. Actual
LabelInfo
168
LabelInfo
()
173
~
LabelInfo
();
186
LabelInfo
* assignment_; // Label from other program corresponding to this.
193
void operator=(const
LabelInfo
*); // Disallow assignment only.
195
// std::pair<Label*,
LabelInfo
> so that fresh LabelInfos can be allocated
199
typedef std::vector<
LabelInfo
*> Trace;
201
std::string ToString(const
LabelInfo
* info)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 516 milliseconds