HomeSort by relevance Sort by last modified time
    Searched refs:isCompositeType (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 162 return isCompositeType();
166 /// isCompositeType - Return true if the specified tag is legal for
168 bool DIDescriptor::isCompositeType() const {
199 return isBasicType() || isCompositeType() || isDerivedType();
298 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
684 else if (isCompositeType())
1002 if (DT.isCompositeType()) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 113 bool isCompositeType() const;
291 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType());
397 if (N && !isCompositeType())
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 595 else if (Ty.isCompositeType())
636 if (Ty.isCompositeType() && !Ty.getName().empty() && !Ty.isForwardDecl()
818 if (DIDescriptor(ContainingType).isCompositeType())
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
jconsole.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
jconsole.jar 

Completed in 152 milliseconds