Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/
Diterator_db.pass.cpp32 using ExType = std::__libcpp_debug_exception; in main() typedef
39 } catch (ExType const&) {} in main()
43 } catch (ExType const&) {} in main()
52 } catch (ExType const&) {} in main()
58 } catch (ExType const&) {} in main()
67 } catch (ExType const&) {} in main()
73 } catch (ExType const&) {} in main()
/external/libcxx/test/libcxx/thread/futures/futures.promise/
Dset_exception.pass.cpp37 typedef std::__libcpp_debug_exception ExType; in main() typedef
44 } catch (ExType const&) { in main()
53 } catch (ExType const&) { in main()
Dset_exception_at_thread_exit.pass.cpp37 typedef std::__libcpp_debug_exception ExType; in main() typedef
44 } catch (ExType const& value) { in main()
53 } catch (ExType const& value) { in main()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp123 QualType ExType = Ex->getType(); in conjureSymbolVal() local
125 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType); in conjureSymbolVal()