| /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/xmlwf/ |
| xmlwf.c | 758 metaEntityDecl(void *userData, const XML_Char *entityName, int is_param, 766 UNUSED_P(is_param);
|
| /src/external/mit/expat/dist/lib/ |
| xmlparse.c | 341 XML_Bool is_param; member in struct:__anon12 5638 parser->m_declEntity->is_param, parser->m_declEntity->textPtr, 5661 parser->m_declEntity->is_param, parser->m_declEntity->textPtr, 5746 parser->m_declEntity->is_param, 0, 0, parser->m_declEntity->base, 5799 parser->m_declEntity->is_param = XML_FALSE; 5829 parser->m_declEntity->is_param = XML_TRUE; 6457 if (entity->is_param) { 6485 if (! entity->is_param 6510 parser->m_processor = entity->is_param ? prologProcessor : contentProcessor; 7840 newE->is_param = oldE->is_param [all...] |
| /src/usr.bin/config/ |
| main.c | 1163 int is_fs, is_param, is_flag, is_undecl, is_obs; local 1171 is_param = OPT_DEFPARAM(name); 1188 if (is_param && value == NULL) {
|