Home
last modified time | relevance | path

Searched refs:scoped_enum (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py301 scoped_enum = get_cursor(tu, 'ScopedEnum')
304 self.assertIsNotNone(scoped_enum)
308 self.assertTrue(scoped_enum.is_scoped_enum())
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c5395 void maybe_add_candidate_for_scoped_enum (tree scoped_enum, tree name);
5527 namespace_hints::maybe_add_candidate_for_scoped_enum (tree scoped_enum, in maybe_add_candidate_for_scoped_enum() argument
5530 gcc_assert (SCOPED_ENUM_P (scoped_enum)); in maybe_add_candidate_for_scoped_enum()
5532 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter)) in maybe_add_candidate_for_scoped_enum()
5987 suggest_alternative_in_scoped_enum (tree name, tree scoped_enum) in suggest_alternative_in_scoped_enum() argument
5989 gcc_assert (SCOPED_ENUM_P (scoped_enum)); in suggest_alternative_in_scoped_enum()
5992 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter)) in suggest_alternative_in_scoped_enum()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc6470 void maybe_add_candidate_for_scoped_enum (tree scoped_enum, tree name);
6602 namespace_hints::maybe_add_candidate_for_scoped_enum (tree scoped_enum, in maybe_add_candidate_for_scoped_enum() argument
6605 gcc_assert (SCOPED_ENUM_P (scoped_enum)); in maybe_add_candidate_for_scoped_enum()
6607 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter)) in maybe_add_candidate_for_scoped_enum()
7064 suggest_alternative_in_scoped_enum (tree name, tree scoped_enum) in suggest_alternative_in_scoped_enum() argument
7066 gcc_assert (SCOPED_ENUM_P (scoped_enum)); in suggest_alternative_in_scoped_enum()
7069 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter)) in suggest_alternative_in_scoped_enum()
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS13468 d2a48680a52815fe32ccc773a43bfb6d gcc/testsuite/g++.dg/cpp0x/scoped_enum.C
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS14684 d2a48680a52815fe32ccc773a43bfb6d gcc/testsuite/g++.dg/cpp0x/scoped_enum.C