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

  /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::__anon11186::__anon11187
1536 bool is_param; member in class:transition
    [all...]
  /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) {

Completed in 34 milliseconds