Home
last modified time | relevance | path

Searched refs:ak_c_string (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DDiagnostic.h44 assert(getArgKind(pIdx) == DiagnosticEngine::ak_c_string && in getArgCStr()
DDiagnosticEngine.h51 ak_c_string, // const char * enumerator
DMsgHandler.h67 DiagnosticEngine::ak_c_string);
/frameworks/compile/mclinker/lib/LD/
DDiagnostic.cpp137 case DiagnosticEngine::ak_c_string: { in format()