HomeSort by relevance Sort by last modified time
    Searched defs:Classes (Results 1 - 12 of 12) 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/llvm/include/llvm/MC/
MCRegisterInfo.h 99 /// to copy e.g. status flag register classes.
143 const MCRegisterClass *Classes; // Pointer to the regclass array
159 Classes = C;
290 regclass_iterator regclass_begin() const { return Classes; }
291 regclass_iterator regclass_end() const { return Classes+NumClasses; }
301 return Classes[i];
  /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))
485 // member of the class or of one of its base classes.
489 // decls from classes which are not superclasses, as long as the decl
    [all...]
SemaLookup.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 1 //===- llvm/TableGen/Record.h - Classes for Table Records -------*- C++ -*-===//
59 // Other classes.
66 // Type Classes
486 // Initializer Classes
559 /// resolveReferences - This method is used by classes that refer to other
841 /// resolveReferences - This method is used by classes that refer to other
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 10 // Implement the tablegen record classes.
    [all...]
  /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
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 254 /// All of the classes that have been generated for this compilation units.
255 std::vector<llvm::Constant*> Classes;
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...]

Completed in 142 milliseconds