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

  /external/valgrind/include/
pub_tool_errormgr.h 127 Supp;
130 SuppKind VG_(get_supp_kind) ( const Supp* su );
131 HChar* VG_(get_supp_string) ( const Supp* su );
132 void* VG_(get_supp_extra) ( const Supp* su );
135 void VG_(set_supp_kind) ( Supp* su, SuppKind suppkind );
137 void VG_(set_supp_string) ( Supp* su, HChar* string );
138 void VG_(set_supp_extra) ( Supp* su, void* extra );
  /external/clang/lib/Parse/
ParsePragma.cpp 472 auto &Supp = getTargetInfo().getSupportedOpenCLOpts();
478 if (Supp.is_##nm##_supported_extension(CLVer)) \
483 if (Supp.is_##nm##_supported_extension(CLVer)) \
485 else if (Supp.is_##nm##_supported_core(CLVer)) \
    [all...]

Completed in 101 milliseconds