Home | History | Annotate | Download | only in core

Lines Matching refs:CLANG

212 # clang is enabled by default for host builds
213 # enable it unless we've specifically disabled clang above
372 # Note that clang coverage doesn't play nicely with acov out of the box.
373 # Clang apparently generates .gcno files that aren't compatible with
377 # http://stackoverflow.com/questions/17758126/clang-code-coverage-invalid-output
407 # Clang does not recognize all gcc flags.
408 # Use static analyzer only if clang is used.
421 my_cc := $(CLANG)
429 my_cc := CCC_CC=$(CLANG) CLANG=$(CLANG) \
495 arm_objects_cflags := $(call $(LOCAL_2ND_ARCH_VAR_PREFIX)convert-to-$(my_host)clang-flags,$(arm_objects_cflags))
496 normal_objects_cflags := $(call $(LOCAL_2ND_ARCH_VAR_PREFIX)convert-to-$(my_host)clang-flags,$(normal_objects_cflags))
585 $(TOPDIR)external/clang/lib/Headers \
1356 my_cflags := $(call $(LOCAL_2ND_ARCH_VAR_PREFIX)convert-to-$(my_host)clang-flags,$(my_cflags))
1357 my_cppflags := $(call $(LOCAL_2ND_ARCH_VAR_PREFIX)convert-to-$(my_host)clang-flags,$(my_cppflags))
1358 my_asflags := $(call $(LOCAL_2ND_ARCH_VAR_PREFIX)convert-to-$(my_host)clang-flags,$(my_asflags))
1359 my_ldflags := $(call $(LOCAL_2ND_ARCH_VAR_PREFIX)convert-to-$(my_host)clang-flags,$(my_ldflags))