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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 18006 bool range_for = TREE_VEC_ELT (OMP_FOR_COND (t), i) == global_namespace;
18007 if (range_for)
18113 if (range_for)
18133 if (!range_for && auto_node && init)
18139 if (!CLASS_TYPE_P (TREE_TYPE (decl)) || range_for)
18150 if (!range_for)
18735 /* Construct another range_for, if this is not a final
18005 bool range_for = TREE_VEC_ELT (OMP_FOR_COND (t), i) == global_namespace; local
pt.cc 18006 bool range_for = TREE_VEC_ELT (OMP_FOR_COND (t), i) == global_namespace;
18007 if (range_for)
18113 if (range_for)
18133 if (!range_for && auto_node && init)
18139 if (!CLASS_TYPE_P (TREE_TYPE (decl)) || range_for)
18150 if (!range_for)
18735 /* Construct another range_for, if this is not a final
18005 bool range_for = TREE_VEC_ELT (OMP_FOR_COND (t), i) == global_namespace; local
pt.cc 18006 bool range_for = TREE_VEC_ELT (OMP_FOR_COND (t), i) == global_namespace;
18007 if (range_for)
18113 if (range_for)
18133 if (!range_for && auto_node && init)
18139 if (!CLASS_TYPE_P (TREE_TYPE (decl)) || range_for)
18150 if (!range_for)
18735 /* Construct another range_for, if this is not a final
18005 bool range_for = TREE_VEC_ELT (OMP_FOR_COND (t), i) == global_namespace; local

Completed in 101 milliseconds