OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanThrowResult
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Basic/
ExceptionSpecificationType.h
45
enum
CanThrowResult
{
51
inline
CanThrowResult
mergeCanThrow(
CanThrowResult
CT1,
CanThrowResult
CT2) {
52
//
CanThrowResult
constants are ordered so that the maximum is the correct
/external/clang/lib/Sema/
SemaExceptionSpec.cpp
799
static
CanThrowResult
canSubExprsThrow(Sema &S, const Expr *CE) {
801
CanThrowResult
R = CT_Cannot;
807
static
CanThrowResult
canCalleeThrow(Sema &S, const Expr *E, const Decl *D) {
[
all
...]
SemaExprCXX.cpp
[
all
...]
/external/clang/include/clang/AST/
ExprCXX.h
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 103 milliseconds