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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 258 std::string Lexer::Stringify(StringRef Str, bool Charify) {
265 void Lexer::Stringify(SmallVectorImpl<char> &Str) { StringifyImpl(Str, '"'); }
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
CommonServices.h 673 /*! @function Stringify
675 @abstract Stringify's an expression.
679 Stringify macros to process raw text passed via -D options to C string constants. The double-wrapping is necessary
688 printf( "%s", Stringify( kMyConstant ) ); // Prints "kMyConstant"
698 printf( "%s", Stringify( kMyConstant ) ); // Prints "kMyConstant"
704 #define Stringify( X ) # X
705 #define StringifyExpansion( X ) Stringify( X )

Completed in 44 milliseconds