Home
last modified time | relevance | path

Searched refs:AnnotationList (Results 1 – 9 of 9) sorted by relevance

/external/bison/src/
DAnnotationList.h37 typedef struct AnnotationList struct
40 struct AnnotationList *next; argument
76 } AnnotationList; typedef
112 InadequacyList **inadequacy_lists, AnnotationList **annotation_lists,
127 void AnnotationList__debug (AnnotationList const *self, size_t nitems,
141 void AnnotationList__computeLookaheadFilter (AnnotationList const *self,
178 AnnotationList__computeDominantContribution (AnnotationList const *self,
DAnnotationList.c37 static AnnotationList*
41 AnnotationList *result; in AnnotationList__alloc_on_obstack()
45 offsetof (AnnotationList, contributions) in AnnotationList__alloc_on_obstack()
61 AnnotationList__isContributionAlways (AnnotationList const *self, in AnnotationList__isContributionAlways()
98 AnnotationList__insertInto (AnnotationList *self, AnnotationList **list, in AnnotationList__insertInto()
101 AnnotationList **node; in AnnotationList__insertInto()
218 AnnotationList__computePredecessorAnnotations (AnnotationList *self, state *s, in AnnotationList__computePredecessorAnnotations()
223 AnnotationList in AnnotationList__computePredecessorAnnotations()
233 AnnotationList *annotation_node = in AnnotationList__computePredecessorAnnotations()
413 InadequacyList **inadequacy_lists, AnnotationList **annotation_lists, in AnnotationList__compute_from_inadequacies()
[all …]
DMakefile.am33 AnnotationList.c AnnotationList.h \
Dielr.c487 AnnotationList ***annotation_listsp, in ielr_compute_annotation_lists()
700 AnnotationList **annotation_lists, state *t, in ielr_compute_state()
712 AnnotationList *a; in ielr_compute_state()
961 AnnotationList **annotation_lists, in ielr_split_states()
1127 AnnotationList **annotation_lists = NULL; in ielr()
DMakefile.in178 am_bison_OBJECTS = AnnotationList.$(OBJEXT) InadequacyList.$(OBJEXT) \
1430 AnnotationList.c AnnotationList.h \
1631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AnnotationList.Po@am__quote@
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextAnnotation.h50 typedef Vector<std::pair<const char*, String> > AnnotationList; typedef
62 void asAnnotationList(AnnotationList&) const;
DGraphicsContextAnnotation.cpp57 void GraphicsContextAnnotation::asAnnotationList(AnnotationList &list) const in asAnnotationList()
DGraphicsContext.cpp216 AnnotationList annotations; in beginAnnotation()
219 AnnotationList::const_iterator end = annotations.end(); in beginAnnotation()
220 for (AnnotationList::const_iterator it = annotations.begin(); it != end; ++it) in beginAnnotation()
/external/bison/
DChangeLog-20121061 * src/AnnotationList.c, src/AnnotationList.h:
1546 * src/AnnotationList.c (AnnotationList__insertInto): Remove
1552 * src/AnnotationList.h
2793 * src/Makefile.am (bison_SOURCES): Add AnnotationList.c,
2794 AnnotationList.h, InadequacyList.c, InadequacyList.h, Sbitset.c,
2838 * src/AnnotationList.c: New.
2839 * src/AnnotationList.h: New.