Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/PowerPC/
Dasm-printer-topological-order.ll5 @TestC = alias void (), void ()* @TestD
7 define void @TestD() {
12 ; CHECK-LABEL: TestD:
13 ; CHECK: TestC = TestD
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dasm-printer-topological-order.ll5 @TestC = alias void (), void ()* @TestD
7 define void @TestD() {
12 ; CHECK-LABEL: TestD:
13 ; CHECK: .set TestC, TestD
/external/clang/test/CodeGen/
D2004-06-17-UnorderedCompares.c14 void TestD(double X, double Y) { in TestD() function
D2004-06-17-UnorderedBuiltins.c15 void TestD(double X, double Y) { in TestD() function
/external/clang/test/Analysis/
Dsuperclass.m176 @interface TestD : UIResponder {} interface
178 @implementation TestD implementation
182 } // expected-warning {{The 'resignFirstResponder' instance method in UIResponder subclass 'TestD' …