Home
last modified time | relevance | path

Searched refs:ignored2 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dopenmp-exception-escape.cpp8 class ignored2 {}; class
26 throw ignored2(); in ignore2()
Dbugprone-exception-escape.cpp244 class ignored2 {}; class
255 if (n) throw ignored2(); in this_does_not_count_either()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBeanDeserializerFactory.java534 Collection<String> ignored2 = beanDesc.getIgnoredPropertyNames(); in addBeanProps() local
535 if (ignored2 != null) { in addBeanProps()
536 for (String propName : ignored2) { in addBeanProps()
/external/python/cpython3/Lib/test/
Dtest_subprocess.py2638 readfiles, ignored1, ignored2 = select.select([p2.stdout], [], [], 10)