Searched refs:target_tree (Results 1 – 3 of 3) sorted by relevance
1476 tree target_tree = NULL_TREE; in ix86_get_builtin() local1481 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()
1442 tree target_tree = NULL_TREE; in ix86_get_builtin() local1447 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()
989 blob_section(struct sshbuf *sect, struct revoked_blob_tree *target_tree, in blob_section() argument1004 if ((r = revoke_blob(target_tree, rdata, rlen)) != 0) { in blob_section()