Home
last modified time | relevance | path

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

/dports/devel/splint/splint-3.1.2/src/
H A Dcttable.i39 ctentry_free (/*@only@*/ ctentry c) in ctentry_free()
70 static ctentry
77 static /*@only@*/ ctentry
83 ctentry cte = (ctentry) dmalloc (sizeof (*cte)); in ctentry_make()
94 ctentry_unparse (ctentry c) in ctentry_unparse()
105 ctentry_isInteresting (ctentry c) in ctentry_isInteresting()
111 ctentry_dump (ctentry c) in ctentry_dump()
158 static /*@only@*/ ctentry
231 ctentry_doUnparseDeep (ctentry c) in ctentry_doUnparseDeep()
364 ctentry cte; in cttable_load()
[all …]
H A Dctype.c73 ctentry cte = ctype_getCtentry (c); in ctype_isBroken()
334 ctentry cte = ctype_getCtentry (c); in ctype_makePointer()
434 ctentry cte = ctype_getCtentry (c); in ctype_makeArray()
458 ctentry cte = ctype_getCtentry (ctype_realType (c)); in ctype_baseArrayPtr()
648 ctentry ce1; in ctype_compare()
649 ctentry ce2; in ctype_compare()
1948 ctentry cte = ctype_getCtentry (c); in ctype_unparseSafe()
2014 ctentry cte = ctype_getCtentry (c); in ctype_getBaseType()
2811 static ctentry
2814 static /*@only@*/ ctentry errorEntry = NULL; in ctype_getCtentry()
H A Dctbase.i50 } *ctentry ; typedef
52 typedef /*@only@*/ ctentry o_ctentry;
61 extern bool ctentry_isBogus (/*@sef@*/ ctentry p_c) /*@*/;
69 static /*@observer@*/ cstring ctentry_doUnparse (ctentry p_c) /*@modifies p_c@*/;
70 static /*@only@*/ ctentry
73 static /*@only@*/ ctentry ctentry_makeNew (ctkind p_ctk, /*@only@*/ ctbase p_c);
74 static /*@only@*/ cstring ctentry_unparse (ctentry p_c) /*@*/ ;
78 static ctype cttable_addFull (/*@keep@*/ ctentry p_cnew);
79 static bool ctentry_isInteresting (ctentry p_c) /*@*/;
107 static /*@observer@*/ ctentry ctype_getCtentry (ctype p_c) /*@*/ ;
[all …]
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Synchronizer/
H A Dsynchronizer.cpp182 CompareTask *ctentry = (CompareTask *) entry; in compareLoop() local
183 if (ctentry->isDuplicate()) in compareLoop()
184 … compareDirectory(ctentry->parent(), ctentry->leftDirList(), ctentry->rightDirList(), in compareLoop()
185 ctentry->leftDir(), ctentry->rightDir()); in compareLoop()
187 addSingleDirectory(ctentry->parent(), ctentry->dirList(), ctentry->dir(), in compareLoop()
188 ctentry->isLeft()); in compareLoop()