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

  /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/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 36 Classes(TRI->getNumRegs(), static_cast<const TargetRegisterClass *>(0)),
48 Classes[i] = static_cast<const TargetRegisterClass *>(0);
66 Classes[Reg] = reinterpret_cast<TargetRegisterClass *>(-1);
73 Classes[AliasReg] = reinterpret_cast<TargetRegisterClass *>(-1);
88 Classes[Reg] = reinterpret_cast<TargetRegisterClass *>(-1);
95 Classes[AliasReg] = reinterpret_cast<TargetRegisterClass *>(-1);
109 Classes[Reg] = reinterpret_cast<TargetRegisterClass *>(-1);
116 Classes[AliasReg] = reinterpret_cast<TargetRegisterClass *>(-1);
139 Classes[Reg] = reinterpret_cast<TargetRegisterClass *>(-1);
146 Classes[Reg] = reinterpret_cast<TargetRegisterClass *>(-1)
    [all...]
CriticalAntiDepBreaker.h 46 /// Classes - For live regs that are only used in one register class in a
49 /// multiple register classes, the corresponding value is -1 casted to a
51 std::vector<const TargetRegisterClass*> Classes;
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 90 /// to copy e.g. status flag register classes.
143 const MCRegisterClass *Classes; // Pointer to the regclass array
171 Classes = C;
344 regclass_iterator regclass_begin() const { return Classes; }
345 regclass_iterator regclass_end() const { return Classes+NumClasses; }
355 return Classes[i];
  /external/llvm/utils/TableGen/
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
136 /// The (first) register class, subsequent register classes are
140 /// The (first) user defined class, subsequent user defined classes are
149 /// SuperClasses - The super classes of this class. Note that for simplicities
177 /// For register classes, the records for all the registers in this class.
191 /// isRelatedTo - Check whether this class is "related" to \arg RHS. Classes
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 1 //===- llvm/TableGen/Record.h - Classes for Table Records -------*- C++ -*-===//
58 // Other classes.
65 // Type Classes
430 // Initializer Classes
504 /// resolveReferences - This method is used by classes that refer to other
763 /// resolveReferences - This method is used by classes that refer to other
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 6 Classes,
Antlr.Runtime.Tree.Tests.pas 18 Classes,
    [all...]
  /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...]
  /build/tools/droiddoc/templates-sdk/
customizations.cs 213 <div id="classes-nav" class="scroll-pane">
220 <?cs call:list("Classes", class.package.classes) ?>
228 <?cs call:class_link_list("Classes", package.classes) ?>
238 </div><!-- end classes -->
273 scrollIntoView("classes-nav");
class.cs 39 <a href="#nestedclasses">Nested Classes</a>
247 <?cs def:write_inners_summary(classes) ?>
286 <table id="nestedclasses" class="jd-sumtable"><tr><th colspan="12">Nested Classes</th></tr>
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 251 /// All of the classes that have been generated for this compilation units.
252 std::vector<llvm::Constant*> Classes;
289 /// All classes that have aliases set for them.
346 /// This structure is used by both classes and categories, and contains a next
362 /// Generates a list of referenced protocols. Classes, categories, and
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaExprMember.cpp 27 /// the prospective base classes.
110 // Collect all the declaring classes of instance members we find.
113 llvm::SmallPtrSet<CXXRecordDecl*, 4> Classes;
122 Classes.insert(R->getCanonicalDecl());
130 if (Classes.empty())
178 // declaring classes, it can't be an implicit member reference (in
180 if (IsProvablyNotDerivedFrom(SemaRef, contextClass, Classes))
502 // member of the class or of one of its base classes.
506 // decls from classes which are not superclasses, as long as the decl
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 10 // Implement the tablegen record classes.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 163 Classes,
Antlr.Runtime.Tools.pas 42 Classes,
Antlr.Runtime.Tree.pas 43 Classes,
428 /// What does a tree look like? ANTLR has a number of support classes
    [all...]
Antlr.Runtime.pas 44 Classes,
765 /// within one method rather than spread among all of the exception classes. This
767 /// classes do not have to have pointers back to this object to access utility
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 16 uses SysUtils, Classes;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 45 == ANTLR Stream Classes
54 ANTLR bundles all of this functionality into a number of Stream classes, each
61 Here's a brief overview of the various stream classes and their respective
88 The next few sections cover the most significant methods of all stream classes.
144 classes used by ANTLR recognizers.
    [all...]
token.rb 345 ANTLR3::CommonToken). Token classes are presumed to have an #initialize method
411 3. allow multiple classes to share the same token information
476 == Custom Token Classes and Relationship with Tokens
  /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/dropbear/libtommath/
bn.tex 158 To make the system more powerful you can tweak the build process. Classes are defined in the file
166 classes can be defined base on the need of the user.
    [all...]

Completed in 466 milliseconds