Home
last modified time | relevance | path

Searched defs:NoReturn (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/Analysis/
Dtemp-obj-dtors-cfg-output.cpp143 class NoReturn { class
Ddtor.cpp469 namespace NoReturn { namespace
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp3.cpp223 constexpr int NoReturn() {} // expected-error {{no return statement in constexpr function}} in NoReturn() function
/external/clang/test/SemaCXX/
Dreturn-noreturn.cpp149 struct NoReturn { struct
Dcxx1y-deduced-return-type.cpp304 namespace NoReturn { namespace
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h360 unsigned NoReturn : 1; variable
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3529 bool NoReturn = FunctionTypeP->getNoReturnAttr(); in adjustCCAndNoReturn() local
DSemaExpr.cpp11580 bool NoReturn = BSI->TheDecl->hasAttr<NoReturnAttr>(); in ActOnBlockStmtExpr() local
/external/clang/lib/Analysis/
DCFG.cpp1850 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); in VisitCallExpr() local
/external/clang/lib/AST/
DASTContext.cpp7399 bool NoReturn = lbaseInfo.getNoReturn() || rbaseInfo.getNoReturn(); in mergeFunctionTypes() local