HomeSort by: relevance | last modified time | path
    Searched refs:require_string (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.h 747 /*! @defined require_string
758 #undef require_string macro
760 #if ( !defined( require_string ) )
761 #define require_string( X, LABEL, STR ) \ macro
1125 #define require_string_expect require_string
DebugServices.c 2610 require_string( 0 && "SHOULD SEE", require3, "SHOULD SEE: require_string" );
2613 require_string( 1 && "SHOULD *NOT* SEE", require4, "SHOULD *NOT* SEE: require_string (valid)" );
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 4579 bool require_string, bool allow_empty_args)
4626 else if (require_string)
4959 bool require_string
4965 require_string, false);
4957 bool require_string local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 5231 bool require_string, bool assume_attr,
5280 else if (require_string)
5784 bool require_string
5794 require_string, assume_attr, false);
5782 bool require_string local

Completed in 128 milliseconds