Home
last modified time | relevance | path

Searched refs:no_result (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dprotocols.c360 struct objc_method_description no_result = { NULL, NULL }; in protocol_getMethodDescription() local
367 return no_result; in protocol_getMethodDescription()
372 return no_result; in protocol_getMethodDescription()
392 return no_result; in protocol_getMethodDescription()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Doptabs.cc7276 direct_optab no_result; member
7300 op->no_result = sync_add_optab; in get_atomic_op_for_code()
7309 op->no_result = sync_sub_optab; in get_atomic_op_for_code()
7318 op->no_result = sync_xor_optab; in get_atomic_op_for_code()
7327 op->no_result = sync_and_optab; in get_atomic_op_for_code()
7336 op->no_result = sync_ior_optab; in get_atomic_op_for_code()
7345 op->no_result = sync_nand_optab; in get_atomic_op_for_code()
7418 icode = direct_optab_handler (optab->no_result, mode); in maybe_emit_op()