Home
last modified time | relevance | path

Searched defs:ClassInfo (Results 1 – 16 of 16) sorted by relevance

/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
DClassInfo.java27 public final class ClassInfo implements ICoverageVisitor { class
38 public ClassInfo(final PrintStream out) { in ClassInfo() method in ClassInfo
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp148 struct ClassInfo { struct
149 enum ClassInfoKind {
167 unsigned Kind;
172 std::vector<ClassInfo*> SuperClasses;
175 std::string Name;
178 std::string ClassName;
183 std::string ValueName;
187 std::string PredicateMethod;
191 std::string RenderMethod;
195 std::string ParserMethod;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp154 struct ClassInfo { struct
155 enum ClassInfoKind {
173 unsigned Kind;
178 std::vector<ClassInfo*> SuperClasses;
181 std::string Name;
184 std::string ClassName;
189 std::string ValueName;
193 std::string PredicateMethod;
197 std::string RenderMethod;
201 std::string ParserMethod;
[all …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmMatcherEmitter.cpp126 struct ClassInfo { struct
127 enum ClassInfoKind {
145 unsigned Kind;
150 std::vector<ClassInfo*> SuperClasses;
153 std::string Name;
156 std::string ClassName;
161 std::string ValueName;
165 std::string PredicateMethod;
169 std::string RenderMethod;
173 std::string ParserMethod;
[all …]
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java312 static class ClassInfo { class in SdkStore
316 private ClassInfo() { in ClassInfo() method in SdkStore.ClassInfo
319 public ClassInfo(ClassNode classNode) { in ClassInfo() method in SdkStore.ClassInfo
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
DClassInfo.java36 public class ClassInfo extends Command { class
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1450 struct llvm::ClassInfo { struct in llvm
1451 struct MemberInfo {
1456 typedef std::vector<MemberInfo> MemberList;
1458 typedef TinyPtrVector<const DISubprogram *> MethodsList;
1460 typedef MapVector<MDString *, MethodsList> MethodsMap;
1463 std::vector<const DIDerivedType *> Inheritance;
1466 MemberList Members;
1468 MethodsMap Methods;
1470 std::vector<const DICompositeType *> NestedClasses;
/external/guava/guava/src/com/google/common/reflect/
DClassPath.java207 public static final class ClassInfo extends ResourceInfo { class in ClassPath
210 ClassInfo(String resourceName, ClassLoader loader) { in ClassInfo() method in ClassPath.ClassInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1899 struct llvm::ClassInfo { struct in llvm
1900 struct MemberInfo {
1905 using MemberList = std::vector<MemberInfo>;
1907 using MethodsList = TinyPtrVector<const DISubprogram *>;
1909 using MethodsMap = MapVector<MDString *, MethodsList>;
1912 std::vector<const DIDerivedType *> Inheritance;
1915 MemberList Members;
1917 MethodsMap Methods;
1919 TypeIndex VShapeTI;
1921 std::vector<const DIType *> NestedTypes;
/external/v8/src/parsing/
Dparser-base.h576 struct ClassInfo { struct
578 explicit ClassInfo(ParserBase* parser) in ClassInfo() argument
594 Variable* variable;
595 ExpressionT extends;
596 typename Types::ClassPropertyList properties;
597 typename Types::ClassPropertyList static_fields;
598 typename Types::ClassPropertyList instance_fields;
599 FunctionLiteralT constructor;
601 bool has_seen_constructor;
602 bool has_name_static_property;
[all …]
/external/python/cpython2/Demo/parser/
Dexample.py94 class ClassInfo(SuiteInfoBase): class
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp504 const uint8_t *ClassInfo, in handleActionValue()
619 const uint8_t *ClassInfo = NULL; in handleLsda() local
/external/doclava/src/com/google/doclava/
DClassInfo.java41 public class ClassInfo extends DocInfo implements ContainerInfo, Comparable, Scoped, Resolvable { class
85 public ClassInfo(String qualifiedName) { in ClassInfo() method in ClassInfo
95 public ClassInfo(ClassDoc cl, String rawCommentText, SourcePositionInfo position, in ClassInfo() method in ClassInfo
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp553 const uint8_t *ClassInfo, in handleActionValue()
669 const uint8_t *ClassInfo = NULL; in handleLsda() local
/external/clang/tools/libclang/
DCXIndexDataConsumer.h225 EntityInfo ClassInfo; member
DIndexing.cpp787 if (const CXXClassDeclInfo *ClassInfo = dyn_cast<CXXClassDeclInfo>(DI)) in clang_index_getCXXClassDeclInfo() local