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

  /src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc 865 tree switchexpr = build2 (SWITCH_EXPR, TREE_TYPE (condition), local
867 add_stmt (switchexpr);
868 SWITCH_ALL_CASES_P (switchexpr) = 1;

Completed in 62 milliseconds