Home
last modified time | relevance | path

Searched refs:IsGood (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Utility/
DStringExtractor.cpp316 if (IsGood()) in GetHexBytes()
344 i < byte_size && IsGood(); in GetHexWithFixedSize()
353 for (i = 0; i < byte_size && IsGood(); ++i) in GetHexWithFixedSize()
DStringExtractor.h46 IsGood() const in IsGood() function
/external/clang/test/SemaCXX/
Dfunction-redecl.cpp107 bool IsGood() { return false; } in IsGood() function