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

  /src/usr.bin/config/
main.c 1141 int is_fs, is_param, is_flag, is_undecl, is_obs; local
1149 is_param = OPT_DEFPARAM(name);
1166 if (is_param && value == NULL) {
  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 1045 bool is_param;
1047 /* If IS_PARAM, this is the number of the variable passed, for an "i%d"
1048 format string. If !IS_PARAM, this is the constant value passed. */
1053 : type (UNSET), is_param (false), value (0) {}
1056 : type (type_in), is_param (is_param_in), value (value_in) {}
1062 && param1.is_param == param2.is_param
1198 bool is_param;
1408 return (a.u.integer.is_param == b.u.integer.is_param
1041 bool is_param; member in class:parameter
1194 bool is_param; member in struct:rtx_test::__anon13722::__anon13723
1536 bool is_param; member in class:transition
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 1045 bool is_param;
1047 /* If IS_PARAM, this is the number of the variable passed, for an "i%d"
1048 format string. If !IS_PARAM, this is the constant value passed. */
1053 : type (UNSET), is_param (false), value (0) {}
1056 : type (type_in), is_param (is_param_in), value (value_in) {}
1062 && param1.is_param == param2.is_param
1198 bool is_param;
1408 return (a.u.integer.is_param == b.u.integer.is_param
1041 bool is_param; member in class:parameter
1194 bool is_param; member in struct:rtx_test::__anon16152::__anon16153
1536 bool is_param; member in class:transition
    [all...]
  /src/external/mit/expat/dist/lib/
xmlparse.c 332 XML_Bool is_param; member in struct:__anon23629
5265 parser->m_declEntity->is_param, parser->m_declEntity->textPtr,
5286 parser->m_declEntity->is_param, parser->m_declEntity->textPtr,
5365 parser->m_declEntity->is_param, 0, 0, parser->m_declEntity->base,
5413 parser->m_declEntity->is_param = XML_FALSE;
5443 parser->m_declEntity->is_param = XML_TRUE;
6062 if (entity->is_param) {
6111 parser->m_processor = entity->is_param ? prologProcessor : contentProcessor;
7420 newE->is_param = oldE->is_param;
    [all...]

Completed in 162 milliseconds