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

  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 49 VoidTyID = 0, ///< 0: type with no size
122 bool isVoidTy() const { return ID == VoidTyID; }
212 return ID != FunctionTyID && ID != VoidTyID;
220 return (ID != VoidTyID && isPrimitiveType()) ||
  /external/llvm/include/llvm/IR/
Type.h 56 VoidTyID = 0, ///< 0: type with no size
137 bool isVoidTy() const { return getTypeID() == VoidTyID; }
232 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 56 VoidTyID = 0, ///< 0: type with no size
139 bool isVoidTy() const { return getTypeID() == VoidTyID; }
234 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 56 VoidTyID = 0, ///< 0: type with no size
139 bool isVoidTy() const { return getTypeID() == VoidTyID; }
234 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
236 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
236 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
242 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
242 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
242 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
242 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 56 VoidTyID = 0, ///< 0: type with no size
139 bool isVoidTy() const { return getTypeID() == VoidTyID; }
234 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
236 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
236 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
242 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
242 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
242 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
242 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;

Completed in 1067 milliseconds