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 217 bool isNoReturn() const { return NoReturn; }
246 return FunctionType::ExtInfo(isNoReturn(),
CGVTables.cpp 362 CallFnInfo.isNoReturn() == FnInfo.isNoReturn() &&
CGCall.cpp     [all...]
  /external/clang/include/clang/Analysis/
CFG.h 135 bool isNoReturn(ASTContext &astContext) const;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 188 milliseconds