HomeSort by: relevance | last modified time | path
    Searched defs:substitution (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/libarchive/dist/tar/
subst.c 37 struct substitution { struct
44 struct substitution *subst;
46 bsdtar->substitution = subst = malloc(sizeof(*subst));
56 struct substitution *subst;
61 if ((subst = bsdtar->substitution) == NULL) {
63 subst = bsdtar->substitution;
207 struct substitution *subst;
212 if ((subst = bsdtar->substitution) == NULL)
321 struct substitution *subst;
323 if ((subst = bsdtar->substitution) == NULL
    [all...]
bsdtar.h 93 struct substitution *substitution; /* for subst.c */ member in struct:bsdtar
  /src/external/gpl3/gcc/dist/gcc/
spellcheck.cc 110 edit_distance_t substitution = v_one_ago[j] + cost; local
112 cheapest = MIN (cheapest, substitution);
  /src/external/gpl3/gcc.old/dist/gcc/
spellcheck.cc 110 edit_distance_t substitution = v_one_ago[j] + cost; local
112 cheapest = MIN (cheapest, substitution);
  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 104 /* An array of the current substitution candidates, in the order
140 special substitution rules. */
153 /* For quick substitution checks, look up these common identifiers
318 /* Produce debugging output of current substitution candidates. */
395 /* Both decls and types can be substitution candidates, but sometimes
400 and substitution candidates and finding matches. */
438 /* Add NODE as a substitution candidate. NODE must not already be on
450 /* Get the canonicalized substitution candidate for NODE. */
472 /* Put the decl onto the varray of substitution candidates. */
582 /* Check whether a substitution should be used to represent NODE i
1397 tree substitution; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 104 /* An array of the current substitution candidates, in the order
140 special substitution rules. */
153 /* For quick substitution checks, look up these common identifiers
307 /* Produce debugging output of current substitution candidates. */
384 /* Both decls and types can be substitution candidates, but sometimes
389 and substitution candidates and finding matches. */
427 /* Add NODE as a substitution candidate. NODE must not already be on
439 /* Get the canonicalized substitution candidate for NODE. */
461 /* Put the decl onto the varray of substitution candidates. */
561 /* Check whether a substitution should be used to represent NODE i
1270 tree substitution; local
    [all...]

Completed in 34 milliseconds