Home
last modified time | relevance | path

Searched refs:testg (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
Dkey-function-vtable.cpp32 struct testg { virtual void a(); }; struct
34 void testg::a() {} in a()
35 testg *testgvar = new testg;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LoopAccessAnalysis/
Dnumber-of-memchecks.ll62 ; The following (testg and testh) check that we can group
81 ; CHECK: function 'testg':
110 define void @testg(i16* %a,
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dnumber-of-memchecks.ll62 ; The following (testg and testh) check that we can group
81 ; CHECK: function 'testg':
110 define void @testg(i16* %a,
/external/python/cpython3/Lib/test/
Dtest_typing.py2869 def testg(x: None): ... function
2870 self.assertEqual(gth(testg), {'x': type(None)})