Home
last modified time | relevance | path

Searched refs:target_tree (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-builtins.cc1476 tree target_tree = NULL_TREE; in ix86_get_builtin() local
1481 target_tree = DECL_FUNCTION_SPECIFIC_TARGET (current_function_decl); in ix86_get_builtin()
1483 if (target_tree == NULL) in ix86_get_builtin()
1484 target_tree = target_option_default_node; in ix86_get_builtin()
1486 opts = TREE_TARGET_OPTION (target_tree); in ix86_get_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-builtins.c1442 tree target_tree = NULL_TREE; in ix86_get_builtin() local
1447 target_tree = DECL_FUNCTION_SPECIFIC_TARGET (current_function_decl); in ix86_get_builtin()
1449 if (target_tree == NULL) in ix86_get_builtin()
1450 target_tree = target_option_default_node; in ix86_get_builtin()
1452 opts = TREE_TARGET_OPTION (target_tree); in ix86_get_builtin()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dkrl.c989 blob_section(struct sshbuf *sect, struct revoked_blob_tree *target_tree, in blob_section() argument
1004 if ((r = revoke_blob(target_tree, rdata, rlen)) != 0) { in blob_section()