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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c2523 Bool is_decl = False; local
2542 is_decl = True;
2564 && (parser->language != 'A' && !is_decl)) {
2645 Bool is_decl = False; local
2675 is_decl = True;
2689 if (is_decl && (!is_spec)) {
2711 if ((!is_decl) /* && (!is_spec) */) {
/external/lldb/source/Expression/
H A DIRForTarget.cpp332 bool is_decl = fun->isDeclaration(); local
335 log->Printf("Examining %s function %s", (is_decl ? "declaration" : "non-declaration"), fun->getName().str().c_str());
337 if (!is_decl)

Completed in 312 milliseconds