Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dkrl.c982 blob_section(struct sshbuf *sect, struct revoked_blob_tree *target_tree, in blob_section() argument
997 if ((r = revoke_blob(target_tree, rdata, rlen)) != 0) { in blob_section()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c38746 tree target_tree = NULL_TREE; in ix86_get_builtin() local
38751 target_tree = DECL_FUNCTION_SPECIFIC_TARGET (current_function_decl); in ix86_get_builtin()
38753 if (target_tree == NULL) in ix86_get_builtin()
38754 target_tree = target_option_default_node; in ix86_get_builtin()
38756 opts = TREE_TARGET_OPTION (target_tree); in ix86_get_builtin()