Lines Matching defs:end
140 clang::DeclContext::lookup_iterator end = result.end();
141 for (clang::DeclContext::lookup_iterator i = result.begin(); i != end;
277 for (Callgraph::const_iterator i = callgraph_.begin(), e = callgraph_.end();
283 for (CalleesSet::const_iterator j = callees->begin(), e = callees->end();
359 if (mangled.compare("end") == 0) {
403 suspects_allowlist.end()) {
408 return gc_suspects.find(name) != gc_suspects.end();
420 suspects_allowlist.end()) {
423 if (gc_functions.find(decl->getNameAsString()) != gc_functions.end()) {
506 if (code == symbol_table_.end()) return false;
528 if (code == symbol_table_.end()) {
1258 clang::CompoundStmt::body_iterator end = stmt->body_end();
1260 s != end;
1420 clang::DeclStmt::decl_iterator end = stmt->decl_end();
1422 decl != end;
1433 clang::FunctionDecl::param_const_iterator end = f->param_end();
1435 p != end;
1497 if (next == gc_causes.end()) break;
1501 if (stack.find(call) != stack.end()) break;
1570 bool result = ignored_files_.find(filename) != ignored_files_.end();