Home
last modified time | relevance | path

Searched refs:ObjCNoReturn (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DObjCNoReturn.cpp29 ObjCNoReturn::ObjCNoReturn(ASTContext &C) in ObjCNoReturn() function in ObjCNoReturn
49 bool ObjCNoReturn::isImplicitNoReturn(const ObjCMessageExpr *ME) { in isImplicitNoReturn()
H A DUninitializedValues.cpp486 ObjCNoReturn objCNoRet;
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/DomainSpecific/
H A DObjCNoReturn.h24 class ObjCNoReturn {
37 ObjCNoReturn(ASTContext &C);
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h167 ObjCNoReturn ObjCNoRet;
/freebsd/lib/clang/libclang/
H A DMakefile179 SRCS_MIN+= Analysis/ObjCNoReturn.cpp