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

  /src/external/bsd/atf/dist/tools/
parser_test.cpp 150 static const tools::parser::token_type plus_type = 3; member in namespace:delims
160 add_delim('+', plus_type);
441 EXPECT(mt, plus_type, "+");
452 EXPECT(mt, plus_type, "+");
453 EXPECT(mt, plus_type, "+");
454 EXPECT(mt, plus_type, "+");
464 EXPECT(mt, plus_type, "+");
466 EXPECT(mt, plus_type, "+");
467 EXPECT(mt, plus_type, "+");
478 EXPECT(mt, plus_type, "+")
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 1572 tree plus_type = iter_type; local
1577 plus_type = sizetype;
1628 expr = fold_build2 (MINUS_EXPR, plus_type,
1629 fold_convert (plus_type, negating ? b : e),
1630 fold_convert (plus_type, negating ? e : b));
1678 tree plus_type = iter_type; local
1685 plus_type = sizetype;
1702 fold_convert (plus_type, expr));
7638 tree plus_type = iter_type; local
7649 plus_type = sizetype
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 1571 tree plus_type = iter_type; local
1576 plus_type = sizetype;
1627 expr = fold_build2 (MINUS_EXPR, plus_type,
1628 fold_convert (plus_type, negating ? b : e),
1629 fold_convert (plus_type, negating ? e : b));
1677 tree plus_type = iter_type; local
1684 plus_type = sizetype;
1701 fold_convert (plus_type, expr));
7549 tree plus_type = iter_type; local
7560 plus_type = sizetype
    [all...]

Completed in 39 milliseconds