Searched +defs:exit +defs:kind (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-loop-distribution.c | 258 enum partition_kind kind; member 954 edge exit = single_exit (loop); in create_bb_after_loop() local 1200 enum built_in_function kind; in generate_memcpy_builtin() local 1254 edge exit = single_exit (loop); in destroy_loop() local
|
H A D | varasm.c | 579 bool startup, bool exit) in default_function_section() 639 bool startup = false, exit = false; in function_section_1() local 6424 enum tls_model kind; in decl_default_tls_model() local
|
H A D | tree-vect-loop.c | 703 edge exit = single_exit (loop); in vect_get_loop_niters() local 1101 vect_cost_for_stmt kind; in vect_compute_single_scalar_iteration_cost() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-loop-distribution.cc | 262 enum partition_kind kind; member 964 edge exit = single_exit (loop); in create_bb_after_loop() local 1210 enum built_in_function kind; in generate_memcpy_builtin() local 1264 edge exit = single_exit (loop); in destroy_loop() local
|
H A D | varasm.cc | 598 bool startup, bool exit) in default_function_section() 658 bool startup = false, exit = false; in function_section_1() local 6686 enum tls_model kind; in decl_default_tls_model() local
|
H A D | tree-vect-loop.cc | 732 edge exit = single_exit (loop); in vect_get_loop_niters() local 1304 vect_cost_for_stmt kind; in vect_compute_single_scalar_iteration_cost() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 387 VariableKind kind() const { return static_cast<VariableKind>(Flags); } in kind() function 1007 AllocKind kind() const { return static_cast<AllocKind>(Flags); } in kind() function 1731 const BasicBlock *exit() const { return Exit; } in exit() function 1732 BasicBlock *exit() { return Exit; } in exit() function
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lparser.c | 1515 int exit = luaK_jump(fs); /* normal exit must jump over fix */ in repeatstat() local 1745 int vidx, kind; /* index and kind of last variable */ in localstat() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin.cc | 124 darwin_external_toolchain kind; /* cctools, llvm, clang etc. */ member 3942 bool startup, bool exit) in darwin_function_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 7664 int kind; member 11036 tree entry = NULL, exit = NULL, t; in c_finish_loop() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 12192 arm_add_stmt_cost (void *data, int count, enum vect_cost_for_stmt kind, in arm_add_stmt_cost() 33070 bool startup, bool exit) in arm_function_section()
|