HomeSort by relevance Sort by last modified time
    Searched defs:VoidTyID (Results 1 - 4 of 4) 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-7.0/llvm/include/llvm/IR/
Type.h 57 VoidTyID = 0, ///< 0: type with no size
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
245 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;

Completed in 217 milliseconds