Lines Matching refs:keep
122 /// functions to keep in the set of exported functions.
166 /// variables to keep in the set of exported variables.
429 /// Getter for the set of ids of functions to keep in the set of
432 /// @return the set of ids of functions to keep in the set of
438 /// Getter for the set of ids of variables to keep in the set of
441 /// @return the set of ids of variables to keep in the set of
447 /// Look at the set of functions to keep and tell if if a given
459 bool keep = true;
464 keep = false;
465 if (!keep)
479 keep = true;
486 keep = false;
488 return keep;
505 bool keep = true;
513 keep = false;
517 return keep;
520 /// Look at the regular expressions of the functions to keep and
534 bool keep = true;
537 keep = false;
539 if (!keep)
546 keep = true;
550 return keep;
553 /// Look at the regular expressions of the variables to keep and
566 bool keep = true;
571 keep = false;
572 if (!keep)
586 keep = true;
593 keep = false;
595 return keep;
612 bool keep = true;
620 keep = false;
624 return keep;
627 /// Look at the regular expressions of the variables to keep and
641 bool keep = true;
644 keep = false;
646 if (!keep)
654 keep = true;
659 return keep;