Home
last modified time | relevance | path

Searched refs:someclass (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Parser/
Dcxx-decl.cpp39 class someclass { class
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/Inputs/
Dcrash_debuginfo.ll28 …n_type, scope: !9, file: !1, line: 728, size: 64, align: 64, elements: !2, identifier: "someclass")
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dcrash_debuginfo.ll42 …n_type, scope: !9, file: !1, line: 728, size: 64, align: 64, elements: !6, identifier: "someclass")
/external/python/cpython2/Lib/test/
Dtest_descr.py1318 class someclass: class
1320 self.assertNotEqual(someclass, object)
/external/python/cpython3/Lib/test/
Dtest_descr.py1448 class someclass(metaclass=dynamicmetaclass): class
1450 self.assertNotEqual(someclass, object)