/openbsd/gnu/gcc/gcc/ |
H A D | vec.h | 436 #define VEC_ASSERT_FAIL(OP,VEC) vec_assert_fail (OP,#VEC VEC_CHECK_PASS) argument 444 #define VEC(T,A) VEC_##T##_##A macro 447 #define VEC(T,A) VEC_ T _ A macro
|
H A D | tree-vn.c | 194 static VEC (tree, gc) * in VEC() function 211 static VEC (tree, gc) *shared_lookup_vuses; in VEC() function
|
H A D | c-pragma.c | 600 static VEC (visibility, heap) *visstack; in VEC() function 735 static VEC(pragma_handler, heap) *registered_pragmas; in VEC() function
|
H A D | sbitmap.h | 169 #define sbitmap_vector_free(VEC) free(VEC) argument
|
H A D | tree-ssa-uncprop.c | 293 static VEC(tree,heap) *equiv_stack; in VEC() function
|
H A D | tree-cfgcleanup.c | 156 VEC(tree,gc) *modified_noreturn_calls; in VEC() function
|
H A D | tree-ssa-threadupdate.c | 153 static VEC(edge,heap) *threaded_edges; in VEC() function
|
H A D | tree-ssa-reassoc.c | 1013 static VEC(tree, heap) *broken_up_subtracts; in VEC() function
|
H A D | genautomata.c | 1131 static VEC(decl_t,heap) *decls; in VEC() function 4914 static VEC(unit_usage_t,heap) *cycle_alt_unit_usages; in VEC() function 5607 static VEC(state_t,heap) *all_achieved_states; in VEC() function 7332 static VEC(state_t,heap) *output_states_vect; in VEC() function 8625 static VEC(reserv_sets_t,heap) *state_reservs; in VEC() function 9028 static VEC(state_t,heap) *automaton_states; in VEC() function
|
H A D | tree-flow.h | 416 #define FOR_EACH_REFERENCED_VAR_SAFE(VAR, VEC, ITER) \ argument
|
H A D | loop-invariant.c | 153 static VEC(invariant_p,heap) *invariants; in VEC() function
|
H A D | tree-ssa-pre.c | 994 static VEC(tree, gc) * in VEC() function 2165 static VEC(tree,heap) *inserted_exprs; in VEC() function
|
H A D | tree-flow-inline.h | 209 static inline VEC(tree, gc) * in VEC() function
|
H A D | tree-ssa-dom.c | 95 static VEC(tree,heap) *avail_exprs_stack; in VEC() function
|
H A D | tree-inline.c | 1884 static VEC(function_p,heap) *cfun_stack; in VEC() function
|
H A D | basic-block.h | 662 static inline VEC(edge,gc) * in VEC() function
|
H A D | tree-into-ssa.c | 131 static VEC(tree_vec, heap) *phis_to_rewrite; in VEC() function
|
H A D | tree-vrp.c | 5210 static VEC(tree,heap) *stack; in VEC() function
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | unicosmk.h | 342 #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \ argument 345 #define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) gcc_unreachable () argument
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | unicosmk.h | 439 #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \ argument 442 #define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) abort () argument
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sbitmap.h | 117 #define sbitmap_vector_free(VEC) free(VEC) argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | code-gen5.C | 17 typedef double VEC ; typedef
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.h | 2264 #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \ argument 2267 #define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) \ argument
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/ |
H A D | sparc.h | 2813 #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \ argument 2816 #define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) \ argument
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | semantics.c | 199 VEC (deferred_access_check,gc)* in VEC() function
|