OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Classes
(Results
1 - 10
of
10
) sorted by null
/external/doclava/res/assets/templates/
class.cs
33
<a href="#nestedclasses">Nested
Classes
</a>
241
<?cs def:write_inners_summary(
classes
) ?>
280
<table id="nestedclasses" class="jd-sumtable"><tr><th colspan="12">Nested
Classes
</th></tr>
/external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.h
47
///
Classes
- For live regs that are only used in one register class in a
50
/// multiple register
classes
, the corresponding value is -1 casted to a
52
std::vector<const TargetRegisterClass*>
Classes
;
/dalvik/tests/003-omnibus-opcodes/src/
Classes.java
9
public class
Classes
{
17
System.out.println("
Classes
.checkCast");
19
Classes
classes
;
local
22
classes
= (
Classes
) thisRef;
23
assert(thisRef instanceof
Classes
);
24
classes
= (
Classes
) moreRef;
25
assert(moreRef instanceof
Classes
);
197
Classes
classes
= new Classes();
local
[
all
...]
Main.java
56
Classes
.run();
/external/clang/lib/AST/
RecordLayoutBuilder.cpp
120
/// any empty
classes
.
200
const ClassVectorTy&
Classes
= I->second;
201
if (std::find(
Classes
.begin(),
Classes
.end(), RD) ==
Classes
.end())
216
ClassVectorTy&
Classes
= EmptyClassOffsets[Offset];
217
if (std::find(
Classes
.begin(),
Classes
.end(), RD) !=
Classes
.end())
220
Classes
.push_back(RD)
[
all
...]
/external/clang/lib/Sema/
SemaExprMember.cpp
27
/// the prospective base
classes
.
113
// Collect all the declaring
classes
of instance members we find.
116
llvm::SmallPtrSet<CXXRecordDecl*, 4>
Classes
;
125
Classes
.insert(R->getCanonicalDecl());
133
if (
Classes
.empty())
177
// declaring
classes
, it can't be an implicit member reference (in
179
if (IsProvablyNotDerivedFrom(SemaRef, contextClass,
Classes
))
481
// member of the class or of one of its base
classes
.
485
// decls from
classes
which are not superclasses, as long as the decl
[
all
...]
SemaLookup.cpp
924
// example, inside a class without any base
classes
, we never need to
[
all
...]
/external/llvm/utils/TableGen/
Record.cpp
10
// Implement the tablegen record
classes
.
[
all
...]
AsmMatcherEmitter.cpp
58
// For register
classes
, we can generate these subgroups automatically. For
59
// arbitrary operands, we expect the user to define the
classes
and their
64
// tuple of
classes
, any single instruction must match either all or none
67
// In addition, the subset relation amongst
classes
induces a partial order
70
// 2. The input can now be treated as a tuple of
classes
(static tokens are
134
/// The (first) register class, subsequent register
classes
are
138
/// The (first) user defined class, subsequent user defined
classes
are
147
/// SuperClasses - The super
classes
of this class. Note that for simplicities
175
/// For register
classes
, the records for all the registers in this class.
189
/// isRelatedTo - Check whether this class is "related" to \arg RHS.
Classes
[
all
...]
/external/clang/lib/CodeGen/
CGObjCGNU.cpp
249
/// All of the
classes
that have been generated for this compilation units.
250
std::vector<llvm::Constant*>
Classes
;
341
/// This structure is used by both
classes
and categories, and contains a next
357
/// Generates a list of referenced protocols.
Classes
, categories, and
[
all
...]
Completed in 176 milliseconds