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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 65 bool isNest() const { return Flags & Nest; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 34 unsigned IsNest : 1; ///< Nested fn static chain
54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0),
96 bool isNest() const { return IsNest; }
97 void setNest() { IsNest = 1; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 34 unsigned IsNest : 1; ///< Nested fn static chain
54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0),
96 bool isNest() const { return IsNest; }
97 void setNest() { IsNest = 1; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 34 unsigned IsNest : 1; ///< Nested fn static chain
54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0),
96 bool isNest() const { return IsNest; }
97 void setNest() { IsNest = 1; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 34 unsigned IsNest : 1; ///< Nested fn static chain
54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0),
96 bool isNest() const { return IsNest; }
97 void setNest() { IsNest = 1; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 34 unsigned IsNest : 1; ///< Nested fn static chain
54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0),
96 bool isNest() const { return IsNest; }
97 void setNest() { IsNest = 1; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 34 unsigned IsNest : 1; ///< Nested fn static chain
54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0),
96 bool isNest() const { return IsNest; }
97 void setNest() { IsNest = 1; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 34 unsigned IsNest : 1; ///< Nested fn static chain
54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0),
96 bool isNest() const { return IsNest; }
97 void setNest() { IsNest = 1; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 34 unsigned IsNest : 1; ///< Nested fn static chain
54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0),
96 bool isNest() const { return IsNest; }
97 void setNest() { IsNest = 1; }
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 94 bool isNest() const { return Flags & Nest; }

Completed in 296 milliseconds