Searched refs:cpp_operation (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ada-spec.h | 27 enum cpp_operation { enum 42 int (*)(tree, cpp_operation));
|
H A D | c-ada-spec.cc | 48 static int (*cpp_check) (tree, cpp_operation) = NULL; 3442 int (*check)(tree, cpp_operation)) in dump_ads() argument 3550 int (*check)(tree, cpp_operation)) in dump_ada_specs() argument
|
H A D | ChangeLog | 3233 * c-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OPERATOR. 8048 * c-ada-spec.h (cpp_operation): Revert latest change. 8059 * c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR. 8092 * c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR. 8197 * c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS. 10246 * c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ada-spec.h | 27 enum cpp_operation { enum 42 int (*)(tree, cpp_operation));
|
H A D | c-ada-spec.c | 48 static int (*cpp_check) (tree, cpp_operation) = NULL; 3374 int (*check)(tree, cpp_operation)) in dump_ads() argument 3475 int (*check)(tree, cpp_operation)) in dump_ada_specs() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 4298 cpp_check (tree t, cpp_operation op) in cpp_check()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl2.cc | 4554 cpp_check (tree t, cpp_operation op) in cpp_check()
|