HomeSort by relevance Sort by last modified time
    Searched refs:int_fn (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
atexit_test.cpp 35 typedef int (*int_fn)(void); typedef
36 int_fn get_cxx_ctor_called, get_attr_ctor_called;
37 get_cxx_ctor_called = reinterpret_cast<int_fn>(dlsym(handle, "get_cxx_ctor_called"));
38 get_attr_ctor_called = reinterpret_cast<int_fn>(dlsym(handle, "get_attr_ctor_called"));
  /external/clang/test/Parser/
atomic.c 24 typedef int int_fn(); typedef
25 typedef _Atomic int_fn atomic_int_fn; // expected-error {{_Atomic cannot be applied to function type 'int_fn' (aka 'int ()')}}

Completed in 298 milliseconds