Home
last modified time | relevance | path

Searched defs:VEC (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/gnu/gcc/gcc/
H A Dvec.h436 #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 Dtree-vn.c194 static VEC (tree, gc) * in VEC() function
211 static VEC (tree, gc) *shared_lookup_vuses; in VEC() function
H A Dc-pragma.c600 static VEC (visibility, heap) *visstack; in VEC() function
735 static VEC(pragma_handler, heap) *registered_pragmas; in VEC() function
H A Dsbitmap.h169 #define sbitmap_vector_free(VEC) free(VEC) argument
H A Dtree-ssa-uncprop.c293 static VEC(tree,heap) *equiv_stack; in VEC() function
H A Dtree-cfgcleanup.c156 VEC(tree,gc) *modified_noreturn_calls; in VEC() function
H A Dtree-ssa-threadupdate.c153 static VEC(edge,heap) *threaded_edges; in VEC() function
H A Dtree-ssa-reassoc.c1013 static VEC(tree, heap) *broken_up_subtracts; in VEC() function
H A Dgenautomata.c1131 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 Dtree-flow.h416 #define FOR_EACH_REFERENCED_VAR_SAFE(VAR, VEC, ITER) \ argument
H A Dloop-invariant.c153 static VEC(invariant_p,heap) *invariants; in VEC() function
H A Dtree-ssa-pre.c994 static VEC(tree, gc) * in VEC() function
2165 static VEC(tree,heap) *inserted_exprs; in VEC() function
H A Dtree-flow-inline.h209 static inline VEC(tree, gc) * in VEC() function
H A Dtree-ssa-dom.c95 static VEC(tree,heap) *avail_exprs_stack; in VEC() function
H A Dtree-inline.c1884 static VEC(function_p,heap) *cfun_stack; in VEC() function
H A Dbasic-block.h662 static inline VEC(edge,gc) * in VEC() function
H A Dtree-into-ssa.c131 static VEC(tree_vec, heap) *phis_to_rewrite; in VEC() function
H A Dtree-vrp.c5210 static VEC(tree,heap) *stack; in VEC() function
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dunicosmk.h342 #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 Dunicosmk.h439 #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 Dsbitmap.h117 #define sbitmap_vector_free(VEC) free(VEC) argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcode-gen5.C17 typedef double VEC ; typedef
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.h2264 #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 Dsparc.h2813 #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 Dsemantics.c199 VEC (deferred_access_check,gc)* in VEC() function

12