OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ex2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
unreachable-catch-clauses.cpp
5
typedef Ex1
Ex2
;
13
catch (
Ex2
&e) { f(); } // expected-warning {{exception of type
Ex2
& will be caught by earlier handler}}
/external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp
159
CXXConstructExpr *
Ex2
= dyn_cast<CXXConstructExpr>(Ex1->getSubExpr());
160
if (!
Ex2
||
Ex2
->getNumArgs() != 1)
162
ImplicitCastExpr *Ex3 = dyn_cast<ImplicitCastExpr>(
Ex2
->getArg(0));
Completed in 194 milliseconds