Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DInterpFrame.cpp124 PrimType PrimTy; in describe() local
/external/turbine/java/com/google/turbine/type/
DType.java300 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