Home
last modified time | relevance | path

Searched refs:LeafType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DTypeNodes.td51 class LeafType {}
54 def BuiltinType : TypeNode<Type>, LeafType;
89 def RecordType : TypeNode<TagType>, LeafType;
90 def EnumType : TypeNode<TagType>, LeafType;
93 def TemplateTypeParmType : TypeNode<Type>, AlwaysDependent, LeafType;
100 def InjectedClassNameType : TypeNode<Type>, AlwaysDependent, LeafType;
106 def ObjCInterfaceType : TypeNode<ObjCObjectType>, LeafType;
/external/avb/
Daftltool1124 class LeafType(enum.Enum): class in Leaf
1128 def __init__(self, version=1, timestamp=0, leaf_type=LeafType.VBMetaType):
1157 leaf_type = cls.LeafType(leaf_type)
1236 leaf_type=self.LeafType.SignedVBMetaPrimaryAnnotationType)
1266 if leaf_type != Leaf.LeafType.SignedVBMetaPrimaryAnnotationType:
Daftltool.py1124 class LeafType(enum.Enum): class in Leaf
1128 def __init__(self, version=1, timestamp=0, leaf_type=LeafType.VBMetaType):
1157 leaf_type = cls.LeafType(leaf_type)
1236 leaf_type=self.LeafType.SignedVBMetaPrimaryAnnotationType)
1266 if leaf_type != Leaf.LeafType.SignedVBMetaPrimaryAnnotationType:
/external/llvm-project/polly/lib/Transform/
DScheduleOptimizer.cpp1316 auto LeafType = isl_schedule_node_get_type(Node.get()); in isMatrMultPattern() local
1318 if (LeafType != isl_schedule_node_leaf || in isMatrMultPattern()