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

  /src/crypto/external/bsd/heimdal/dist/cf/
roken-h-process.pl 96 my $res = parse_if($1);
105 my $res = parse_if($1);
139 sub parse_if subroutine
150 return ((parse_if($1) and parse_if($2)) or (parse_if($3) and parse_if($4)));
153 return parse_if($1) and parse_if($2);
156 return (parse_if($1) or parse_if($2))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 4325 void parse_if (location_t);
5213 parser::parse_if (location_t) function in class:parser
5307 parse_if (token->src_loc);
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 4031 void parse_if (location_t);
4916 parser::parse_if (location_t) function in class:parser
5010 parse_if (token->src_loc);

Completed in 30 milliseconds