Home
last modified time | relevance | path

Searched refs:test9_helper (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Dfunctions.c64 static void test9_helper(void) {} in test9_helper() function
66 (void) test9_helper; in test9()
/external/clang/test/CodeGenObjC/
Darc.m250 id test9_helper(void) __attribute__((ns_returns_retained)); function
252 id x __attribute__((objc_precise_lifetime)) = test9_helper();
255 // CHECK-NEXT: [[CALL:%.*]] = call i8* @test9_helper()