Lines Matching refs:i
119 diffs.defines = [i for i in self.defines if i not in other.defines]
120 diffs.warnings = [i for i in self.warnings if i not in other.warnings]
121 diffs.features = [i for i in self.features if i not in other.features]
122 diffs.libraries = [i for i in self.libraries if i not in other.libraries]
124 i for i in self.linker_args if i not in other.linker_args
127 i for i in self.assembler_args if i not in other.assembler_args
129 diffs.i_includes = [i for i in self.i_includes if i not in other.i_includes]
131 i for i in self.iquote_includes if i not in other.iquote_includes
134 i for i in self.isystem_includes if i not in other.isystem_includes
136 diffs.file_flags = [i for i in self.file_flags if i not in other.file_flags]
137 diffs.misc_flags = [i for i in self.misc_flags if i not in other.misc_flags]