HomeSort by: relevance | last modified time | path
    Searched defs:__state_type (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_state.h 35 enum __state_type { __ON, __OFF, __INVALID }; enum in namespace:__gnu_profile
37 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID);
40 __turn(__state_type __s)
42 __state_type inv(__INVALID);

Completed in 53 milliseconds