Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DDiagnostic.h68 assert(getArgKind(pIdx) == DiagnosticEngine::ak_bool && in getArgBool()
DDiagnosticEngine.h55 ak_bool // bool enumerator
DMsgHandler.h100 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_bool);
/frameworks/compile/mclinker/lib/LD/
DDiagnostic.cpp165 case DiagnosticEngine::ak_bool: { in format()