Lines Matching full:param
51 /// @param fns a reference to the vector of exported functions.
53 /// @param vars a reference to the vector of exported variables.
55 /// @param fns_suppress_regexps the regular expressions that designate
58 /// @param vars_suppress_regexps the regular expressions that designate
61 /// @param fns_keep_regexps the regular expressions that designate the
64 /// @param fns_keep_regexps the regular expressions that designate the
67 /// @param vars_keep_regexps the regular expressions that designate
70 /// @param sym_id_of_fns_to_keep the IDs of the functions to keep in
73 /// @param sym_id_of_vars_to_keep the IDs of the variables to keep in
134 /// @param fn the function to add the set of exported functions.
157 /// @param fn the variable to add the set of exported variables.
204 /// @param first the first function to consider in the comparison.
206 /// @param second the second function to consider in the comparison.
239 /// @param first the first variable to consider for the comparison.
241 /// @param second the second variable to consider for the comparison.
596 /// @param env the environment of the corpus.
598 /// @param path the path to the file containing the ABI corpus.
620 /// @param tu the new translation unit to add.
647 /// @param path the path of the translation unit to look for.
714 /// @param t the type to record as reachable.
730 /// @param t the type to test for.
804 /// @param g the new group.
832 /// @param o the new origin for the corpus.
848 /// @param maj the new major version numberof the abixml format.
865 /// @param min the new minor version number of the abixml
890 /// @param path the new file path to assciate to the current corpus.
912 /// @param needed the new vector of dependencies needed by this
935 /// @param soname the new soname property of the corpus.
957 /// @param arch the architecture name string.
995 /// @param other the other corpus to compare against.
1016 /// @param symtab a shared pointer to the new symtab object
1104 /// @param n the name of the symbol to look for.
1126 /// @param version the version of the symbol to look for.
1128 /// @param symbols the set of symbols to consider.
1166 /// @param symbol_name the name of the symbol to look for.
1168 /// @param version the version of the symbol to look for.
1191 /// @param symbol the symbol to look for.
1200 /// @param n the name of the symbol to look for.
1218 /// @param symbol_name the name of the symbol to look for.
1220 /// @param symbol_version the version of the symbol to look for.
1242 /// @param symbol the symbol to look for.
1275 /// @param id the ID of the function to lookup. This ID must be
1539 /// @param l the left-hand side operand of the | operation.
1541 /// @param r the right-hand side operand of the | operation.
1553 /// @param l the left-hand side operand for the |= operation.
1555 /// @param r the right-hand side operand for the |= operation.
1567 /// @param l the left-hand side operand of the & operation.
1569 /// @param r the right-hand side operand of the & operation.
1581 /// @param l the left-hand side operand of the &= operation.
1583 /// @param r the right-hand side operand of the &= operation.
1625 /// @param syms the set the symbols to add.
1647 /// @param syms the set the symbols to add.
1669 /// @param env the environment of the @ref corpus_group.
1671 /// @param path the path to the file represented by the corpus group.
1682 /// @param corp the new corpus to add.