Home
last modified time | relevance | path

Searched defs:PrimTy (Results 1 – 3 of 3) sorted by relevance

/external/turbine/java/com/google/turbine/type/
DType.java195 abstract class PrimTy implements Type { class
/external/turbine/java/com/google/turbine/tree/
DTree.java210 public static class PrimTy extends Type { class in Tree
213 public PrimTy(int position, ImmutableList<Anno> annos, TurbineConstantTypeKind tykind) { in PrimTy() method in Tree.PrimTy
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp161 enum class PrimTy : uint8_t { enum