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

  /external/compiler-rt/BlocksRuntime/tests/
localisglobal.c 21 int aresame(void *first, void *second) { function
31 if (aresame(local, localisglobal)) {
35 if (!aresame(global, localisglobal)) {

Completed in 481 milliseconds