Home
last modified time | relevance | path

Searched refs:found_it (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/libstdc++/include/ext/
Dthrow_allocator.h331 const_iterator found_it = _S_map.find(p); in insert() local
332 if (found_it != _S_map.end()) in insert()
338 print_to_string(error, *found_it); in insert()
358 const_iterator found_it = _S_map.find(p); in check_allocated() local
359 if (found_it == _S_map.end()) in check_allocated()
368 if (found_it->second.second != size) in check_allocated()
374 print_to_string(error, *found_it); in check_allocated()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanRunToAddress.cpp256 bool found_it = false; in AtOurAddress() local
262 found_it = true; in AtOurAddress()
266 return found_it; in AtOurAddress()
HDThread.cpp1377 bool found_it = false; in DiscardThreadPlansUpToPlan() local
1381 found_it = true; in DiscardThreadPlansUpToPlan()
1383 if (found_it) in DiscardThreadPlansUpToPlan()
/NextBSD/sys/dev/drm2/
HDdrm_modes.c970 int found_it; in drm_mode_connector_list_update() local
974 found_it = 0; in drm_mode_connector_list_update()
978 found_it = 1; in drm_mode_connector_list_update()
989 if (!found_it) { in drm_mode_connector_list_update()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp231 bool found_it = m_decl_map->GetFunctionAddress (name, fun_addr); in GetFunctionAddress() local
232 if (!found_it) in GetFunctionAddress()
251 … if ((found_it = m_decl_map->GetFunctionAddress (alternate_name, fun_addr))) in GetFunctionAddress()
263 if (!found_it) in GetFunctionAddress()
/NextBSD/contrib/binutils/opcodes/
HDia64-gen.c2666 int found_it = 0; local
2685 found_it = 1;
2693 if (! found_it)
/NextBSD/contrib/gcc/
HDgenrecog.c297 int found_it = 0; in compute_predicate_codes() local
304 found_it = 1; in compute_predicate_codes()
307 if (!found_it) in compute_predicate_codes()