HomeSort by relevance Sort by last modified time
    Searched full:__both (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CodeGen/
pragma-weak.c 8 // CHECK: @both = alias void ()* @__both
113 void both(void) __attribute((alias("__both")));
114 #pragma weak both = __both
115 void __both(void) {} function
116 // CHECK: define void @__both()

Completed in 150 milliseconds