Searched refs:found_it (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h331 const_iterator found_it = _S_map.find(p); local
332 if (found_it != _S_map.end())
338 print_to_string(error, *found_it);
358 const_iterator found_it = _S_map.find(p); local
359 if (found_it == _S_map.end())
368 if (found_it->second.second != size)
374 print_to_string(error, *found_it);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp194 bool found_it = false; local
198 found_it = true;
202 return found_it;
H A DThread.cpp1247 bool found_it = false; local
1250 found_it = true;
1252 if (found_it) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp856 bool found_it = false; local
866 found_it = true;
871 if (!found_it) {
874 found_it = m_vtables_up->IsAddressInVTables(curr_pc, flags);
875 if (found_it) {
887 if (found_it) {
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_modes.c970 int found_it; local
974 found_it = 0;
978 found_it = 1;
989 if (!found_it) {
/freebsd-11-stable/contrib/gcc/
H A Dgenrecog.c298 int found_it = 0;
305 found_it = 1;
308 if (!found_it)
297 int found_it = 0; local
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c2691 int found_it = 0;
2710 found_it = 1;
2718 if (! found_it)
2666 int found_it = 0; local
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c6251 bool found_it; local
6257 found_it = false;
6292 found_it = true;
6297 if (!found_it)

Completed in 136 milliseconds