Package org.trifort.rootbeer.generate.opencl.fields

Examples of org.trifort.rootbeer.generate.opencl.fields.FieldCodeGeneration


    m_arrayTypes = new LinkedHashSet<OpenCLArrayType>();
    m_methodHierarchies = new MethodHierarchies();
    m_instanceOfs = new HashSet<OpenCLInstanceof>();
    m_methods = new ArrayList<SootMethod>();
    m_constantNumbers = new ClassConstantNumbers();
    m_fieldCodeGeneration = new FieldCodeGeneration();
    loadTypes();
  }
View Full Code Here

TOP

Related Classes of org.trifort.rootbeer.generate.opencl.fields.FieldCodeGeneration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.