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

  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 81 /// isNoReturn - True if the intrinsic is no-return.
82 bool isNoReturn;
IntrinsicEmitter.cpp 516 if (L->isNoReturn != R->isNoReturn)
517 return R->isNoReturn;
633 intrinsic.isNoReturn || intrinsic.isNoDuplicate ||
641 if (intrinsic.isNoReturn) {
CodeGenTarget.cpp 455 isNoReturn = false;
591 isNoReturn = true;
  /external/clang/lib/StaticAnalyzer/Checkers/
NoReturnFunctionChecker.cpp 46 BuildSinks = FD->hasAttr<AnalyzerNoReturnAttr>() || FD->isNoReturn();
  /external/clang/include/clang/Basic/
Builtins.h 108 bool isNoReturn(unsigned ID) const {
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 423 bool isNoReturn() const { return NoReturn; }
452 return FunctionType::ExtInfo(isNoReturn(),
  /external/clang/lib/CodeGen/
CGCXXABI.h 224 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
CGVTables.cpp 299 CallFnInfo.isNoReturn() == CurFnInfo->isNoReturn() &&
    [all...]
ItaniumCXXABI.cpp 170 void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) override;
    [all...]
MicrosoftCXXABI.cpp 119 void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) override;
    [all...]
CGCall.cpp     [all...]
  /external/clang/include/clang/Analysis/
CFG.h 181 bool isNoReturn(ASTContext &astContext) const;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 524 HasNoReturn = FD->isNoReturn();
    [all...]
SemaStmt.cpp     [all...]

Completed in 931 milliseconds