Searched defs:cstr_array (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Expression/
H A DIRForTarget.cpp975 if (!cstr_array)
986 if (!cstr_array->isCString())
998 ConstantDataArray *cstr_array = dyn_cast<ConstantDataArray>(cstr_global->getInitializer()); local
1002 if (cstr_array)
1003 log->Printf("Found NSString constant %s, which contains \"%s\"", value_name_cstr, cstr_array->getAsString().str().c_str());
1008 if (!cstr_array)

Completed in 79 milliseconds