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

  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 206 bool isDerivedType() const { return ID >= FirstDerivedTyID; }
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 146 /// isDerivedType - Return true if the specified tag is legal for DIDerivedType.
147 bool DIDescriptor::isDerivedType() const {
199 return isBasicType() || isCompositeType() || isDerivedType();
298 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
401 return isDerivedType();
493 if (BaseType.isDerivedType())
682 else if (isDerivedType())
1013 } else if (DT.isDerivedType()) {
    [all...]

Completed in 2924 milliseconds