HomeSort by relevance Sort by last modified time
    Searched refs:NoReturn (Results 26 - 50 of 56) sorted by null

12 3

  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/IR/
Attributes.cpp 281 if (hasAttribute(Attribute::NoReturn))
282 return "noreturn";
476 case Attribute::NoReturn: return 1 << 2;
    [all...]
Verifier.cpp     [all...]
  /external/python/cpython3/Lib/
typing.py 7 * _SpecialForm and its instances (special forms): Any, NoReturn, ClassVar, Union, Optional
99 'NoReturn',
133 if (isinstance(arg, _SpecialForm) and arg not in (Any, NoReturn) or
371 NoReturn = _SpecialForm('NoReturn', doc=
375 from typing import NoReturn
377 def stop() -> NoReturn:
380 This type is invalid in other positions, e.g., ``List[NoReturn]``
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 747 FI->NoReturn = info.getNoReturn();
    [all...]
CGExpr.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 719 case Attribute::NoReturn:
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 58 /// terms of noreturn and default calling convention adjustments.
    [all...]
SemaExpr.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Attributes.cpp 300 if (hasAttribute(Attribute::NoReturn))
301 return "noreturn";
    [all...]
Verifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 454 HANDLE_ATTR(NoReturn);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 91 /// for noreturn nounwind functions.
93 assert(MF.getFunction().hasFnAttribute(Attribute::NoReturn) &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
IntrinsicImpl.inc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 911 case lltok::kw_noreturn: Attrs |= Attribute::NoReturn; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 488 unsigned OldRetAttrs = (Attribute::NoUnwind|Attribute::NoReturn|
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 628 case Attribute::NoReturn:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 645 case Attribute::NoReturn:
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 6419 milliseconds

12 3