Home | History | Annotate | Download | only in gold

Lines Matching defs:type_

1760     : name_(), type_(INPUT_FILE_TYPE_FILE), extra_search_path_(""),
1768 : name_(name), type_(type), extra_search_path_(extra_search_path),
1780 : name_(name), type_(type), extra_search_path_(extra_search_path),
1794 { return type_ == INPUT_FILE_TYPE_LIBRARY; }
1798 { return type_ == INPUT_FILE_TYPE_SEARCHED_FILE; }
1838 Input_file_type type_;