HomeSort by relevance Sort by last modified time
    Searched refs:isNoReturn (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Basic/
Builtins.h 101 /// isNoReturn - Return true if we know this builtin never returns.
102 bool isNoReturn(unsigned ID) const {
  /external/clang/lib/CodeGen/
CGCall.h 153 bool isNoReturn() const { return NoReturn; }
CGVTables.cpp 363 CallFnInfo.isNoReturn() == FnInfo.isNoReturn() &&
CGCall.cpp 727 if (FI.isNoReturn())
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 135 bool isNoReturn(ASTContext &astContext) const;
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 1081 milliseconds