Home
last modified time | relevance | path

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

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