Home
last modified time | relevance | path

Searched refs:found_any (Results 1 – 6 of 6) sorted by relevance

/external/clang/www/
Dmake_cxx_dr_status40 found_any = False; variable
43 found_any = True variable
44 if not found_any:
/external/llvm-project/clang/www/
Dmake_cxx_dr_status40 found_any = False; variable
43 found_any = True variable
44 if not found_any:
/external/python/cpython3/PC/layout/
Dmain.py176 found_any = False
178 found_any = True
180 if not found_any:
/external/igt-gpu-tools/tests/
Dkms_properties.c233 bool found_any = false, found; in plane_properties() local
244 found_any = found = true; in plane_properties()
251 igt_skip_on(!found_any); in plane_properties()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs512 found_any: &mut bool| { in codegen()
515 *found_any = true; in codegen()
550 let mut found_any = false; in codegen() localVariable
557 found_any = true; in codegen()
564 codegen_self(result, &mut found_any); in codegen()
568 if !found_any { in codegen()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp4956 bool found_any = false; in GetAllArchSpecs() local
4963 found_any = true; in GetAllArchSpecs()
5077 if (!found_any) { in GetAllArchSpecs()