HomeSort by relevance Sort by last modified time
    Searched defs:doesNotReturn (Results 1 - 23 of 23) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 222 bool doesNotReturn() const {
223 CALLSITE_DELEGATE_GETTER(doesNotReturn());
225 void setDoesNotReturn(bool doesNotReturn = true) {
226 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 237 bool doesNotReturn() const {
240 void setDoesNotReturn(bool DoesNotReturn = true) {
241 if (DoesNotReturn) addFnAttr(Attribute::NoReturn);
Instructions.h     [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 442 bool doesNotReturn() const {
443 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 335 bool doesNotReturn() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 358 bool doesNotReturn() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 380 bool doesNotReturn() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 380 bool doesNotReturn() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 380 bool doesNotReturn() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 380 bool doesNotReturn() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 380 bool doesNotReturn() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 380 bool doesNotReturn() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 380 bool doesNotReturn() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 455 bool doesNotReturn() const {
456 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 380 bool doesNotReturn() const {
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 669 bool doesNotReturn = CLI.DoesNotReturn;
    [all...]

Completed in 1018 milliseconds