Lines Matching refs:compiler
1141 define transform-cpp-to-o-compiler-args
1165 $(hide) $(call-clang-tidy) $< -- $(transform-cpp-to-o-compiler-args)
1180 $(transform-cpp-to-o-compiler-args) \
1191 define transform-c-or-s-to-o-compiler-args
1202 define transform-c-to-o-compiler-args
1203 $(call transform-c-or-s-to-o-compiler-args, \
1211 $(hide) $(call-clang-tidy) $< -- $(transform-c-to-o-compiler-args)
1226 $(transform-c-to-o-compiler-args) \
1235 $(call transform-c-or-s-to-o-compiler-args, $(PRIVATE_ASFLAGS)) \
1264 define transform-host-cpp-to-o-compiler-args
1279 $(hide) $(call-clang-tidy) $< -- $(transform-host-cpp-to-o-compiler-args)
1294 $(transform-host-cpp-to-o-compiler-args) \
1322 define transform-host-c-to-o-compiler-args
1329 $(hide) $(call-clang-tidy) $< -- $(transform-host-c-to-o-compiler-args)
1344 $(transform-host-c-to-o-compiler-args) \