HomeSort by: relevance | last modified time | path
    Searched defs:is_leaf (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.h 297 bool is_leaf; variable
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.h 294 bool is_leaf; variable
  /src/external/ibm-public/postfix/dist/src/global/
dict_ldap.c 987 int is_leaf = 1; /* No recursion via this entry */ local
1042 is_leaf = (ldap_count_values_len(vals) == 0);
1044 if (!is_leaf)
1096 || (!is_leaf &&
  /src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c.h 115 int is_leaf; member in struct:machine_function
  /src/external/gpl3/gcc.old/dist/gcc/config/m32c/
m32c.h 115 int is_leaf; member in struct:machine_function
  /src/external/mit/isl/dist/
isl_schedule_node.c 2438 int is_leaf; local
2474 is_leaf = isl_schedule_tree_is_leaf(node->tree);
2476 if (is_leaf) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 1944 is_leaf(dns_rbtnode_t *node) { function
2007 if (is_leaf(node) && rbtdb->task != NULL) {
2210 if (!pruning && is_leaf(node) && rbtdb->task != NULL) {

Completed in 108 milliseconds