HomeSort by: relevance | last modified time | path
    Searched refs:in_dict (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
makeuname2c.cc 107 bool in_dict; member in struct:node
575 nodes[i]->in_dict = false;
580 if (nodes[j]->in_dict)
601 if (nodes[l]->in_dict)
620 nodes[i]->in_dict = true;
640 if (nodes[i]->in_dict)
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 2128 inst->in_dict = PyDict_New();
2129 if (inst->in_dict == NULL) {
2139 PyDict_SetItem(inst->in_dict, SWIG_This(), swig_this);

Completed in 21 milliseconds