Searched refs:static_info (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticInfos.cpp74 const DiagStaticInfo* static_info = (pInLoC)?DiagLoCInfo:DiagCommonInfo; local
78 const DiagStaticInfo *result = std::lower_bound(static_info, static_info + info_size, key);
80 if (result == (static_info + info_size) || result->ID != pID)
108 const DiagStaticInfo* static_info = getDiagInfo(ID); local
110 DiagnosticEngine::Severity severity = static_info->Severity;

Completed in 189 milliseconds