HomeSort by relevance Sort by last modified time
    Searched refs:NoReturn (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/SemaCXX/
return-noreturn.cpp 1 // RUN: %clang_cc1 %s -fsyntax-only -fcxx-exceptions -verify -Wreturn-type -Wmissing-noreturn -Wno-unreachable-code -Wno-covered-switch-default
2 // RUN: %clang_cc1 %s -fsyntax-only -fcxx-exceptions -std=c++11 -verify -Wreturn-type -Wmissing-noreturn -Wno-unreachable-code -Wno-covered-switch-default
4 // A destructor may be marked noreturn and should still influence the CFG.
5 void pr6884_abort() __attribute__((noreturn));
9 ~pr6884_abort_struct() __attribute__((noreturn)) { pr6884_abort(); }
43 // FIXME: detect noreturn destructors triggered by calls to delete.
149 struct NoReturn {
150 ~NoReturn() __attribute__((noreturn));
159 true ? NoReturn() : NoReturn()
    [all...]
  /external/clang/test/Analysis/
temp-obj-dtors-cfg-output.cpp 143 class NoReturn {
145 ~NoReturn() __attribute__((noreturn));
151 NoReturn().f();
157 NoReturn(), 47;
161 extern bool check(const NoReturn&);
166 if (!value || check(NoReturn())) {
176 if (!value || !value || check(NoReturn())) {
186 if (!value || value || check(NoReturn())) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 39 const Attributes NoReturn = 1<<2; ///< Mark the function as not returning
92 const Attributes FunctionOnly = NoReturn | NoUnwind | ReadNone | ReadOnly |
Function.h 238 return hasFnAttr(Attribute::NoReturn);
241 if (DoesNotReturn) addFnAttr(Attribute::NoReturn);
242 else removeFnAttr(Attribute::NoReturn);
  /external/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 44 .Case("noreturn", Attribute::NoReturn)
PruneEH.cpp 38 STATISTIC(NumUnreach, "Number of noreturn calls optimized");
164 if (!SCCMightReturn && !F->hasFnAttribute(Attribute::NoReturn)) {
165 F->addFnAttr(Attribute::NoReturn);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 223 constexpr int NoReturn() {} // expected-error {{no return statement in constexpr function}}
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
557 bool isNoReturn() const { return NoReturn; }
624 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
557 bool isNoReturn() const { return NoReturn; }
624 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
557 bool isNoReturn() const { return NoReturn; }
624 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
CGFunctionInfo.h 472 /// Whether this function is noreturn.
473 unsigned NoReturn : 1;
560 bool isNoReturn() const { return NoReturn; }
629 ID.AddBoolean(NoReturn);
  /external/llvm/include/llvm/IR/
Function.h 336 return hasFnAttribute(Attribute::NoReturn);
339 addFnAttr(Attribute::NoReturn);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 359 return hasFnAttribute(Attribute::NoReturn);
362 addFnAttr(Attribute::NoReturn);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc 124 PARSED_ATTR(NoReturn)

Completed in 2098 milliseconds

1 2 3 4 5 6 7 8 9