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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 968 bool has_bool_assignment = false; local
981 has_bool_assignment = true;
986 if (has_bool_assignment)
1001 bool boolish = has_bool_assignment && has_bool_conversion;

Completed in 38 milliseconds