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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 40 unsigned IsSwiftError : 1; ///< Swift error parameter
56 IsSwiftSelf(0), IsSwiftError(0), IsHva(0), IsHvaStart(0),
84 bool isSwiftError() const { return IsSwiftError; }
85 void setSwiftError() { IsSwiftError = 1; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 40 unsigned IsSwiftError : 1; ///< Swift error parameter
56 IsSwiftSelf(0), IsSwiftError(0), IsHva(0), IsHvaStart(0),
84 bool isSwiftError() const { return IsSwiftError; }
85 void setSwiftError() { IsSwiftError = 1; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 40 unsigned IsSwiftError : 1; ///< Swift error parameter
56 IsSwiftSelf(0), IsSwiftError(0), IsHva(0), IsHvaStart(0),
84 bool isSwiftError() const { return IsSwiftError; }
85 void setSwiftError() { IsSwiftError = 1; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 40 unsigned IsSwiftError : 1; ///< Swift error parameter
56 IsSwiftSelf(0), IsSwiftError(0), IsHva(0), IsHvaStart(0),
84 bool isSwiftError() const { return IsSwiftError; }
85 void setSwiftError() { IsSwiftError = 1; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 40 unsigned IsSwiftError : 1; ///< Swift error parameter
56 IsSwiftSelf(0), IsSwiftError(0), IsHva(0), IsHvaStart(0),
84 bool isSwiftError() const { return IsSwiftError; }
85 void setSwiftError() { IsSwiftError = 1; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 40 unsigned IsSwiftError : 1; ///< Swift error parameter
56 IsSwiftSelf(0), IsSwiftError(0), IsHva(0), IsHvaStart(0),
84 bool isSwiftError() const { return IsSwiftError; }
85 void setSwiftError() { IsSwiftError = 1; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 40 unsigned IsSwiftError : 1; ///< Swift error parameter
56 IsSwiftSelf(0), IsSwiftError(0), IsHva(0), IsHvaStart(0),
84 bool isSwiftError() const { return IsSwiftError; }
85 void setSwiftError() { IsSwiftError = 1; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 40 unsigned IsSwiftError : 1; ///< Swift error parameter
56 IsSwiftSelf(0), IsSwiftError(0), IsHva(0), IsHvaStart(0),
84 bool isSwiftError() const { return IsSwiftError; }
85 void setSwiftError() { IsSwiftError = 1; }
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 91 bool isSwiftError() const { return Flags & SwiftError; }
  /external/llvm/include/llvm/IR/
Instructions.h 131 bool isSwiftError() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 135 bool isSwiftError() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 135 bool isSwiftError() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 135 bool isSwiftError() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 135 bool isSwiftError() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 135 bool isSwiftError() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 135 bool isSwiftError() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 135 bool isSwiftError() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 135 bool isSwiftError() const {
    [all...]

Completed in 721 milliseconds