Lines Matching refs:h

11 LIBSUPC_H            := exception new typeinfo cxxabi.h \
12 bits/exception_defines.h bits/cxxabi_forced.h \
13 cxxabi_forced.h bits/hash_bytes.h \
14 bits/atomic_lockfree_defines.h
15 LIBSUPC_H-7_PLUS-y += bits/exception.h bits/cxxabi_init_exception.h
18 ALLOCATOR_H := config/allocator/new_allocator_base.h
19 CLOCALE_H := config/locale/generic/c_locale.h
20 ATOMIC_WORD_H := atomic_word.h
21 CPU_DEFINES_H := cpu_defines.h
22 TIME_MEMBERS_H := config/locale/generic/time_members.h
23 MESSAGES_MEMBERS_H := config/locale/generic/messages_members.h
24 BASIC_FILE_H := config/io/basic_file_stdio.h
25 CSTDIO_H := config/io/c_io_stdio.h
30 LIBSUPC_H += initializer_list bits/exception_ptr.h bits/nested_exception.h
37 STDCXX_CSTD_HEADERS += $(patsubst std_%.h,%,$(notdir $(wildcard $(INCSRC_DIR)/std/*)))
45 CTYPE_HEADERS := $(filter-out %/os_defines.h,$(wildcard $(SRCDIR_X)/config/os/generic/*))
62 std_header_list = $(strip $(1)) std_$(strip $(1)).h
80 $(VERBOSE)$(call install_config_header, $(ALLOCATOR_H), c++allocator.h)
81 $(VERBOSE)$(call install_config_header, $(CLOCALE_H), c++locale.h)
82 $(call install_cpu_header, atomic_word.h)
83 $(call install_cpu_header, cpu_defines.h)
84 $(call install_cpu_header, cxxabi_tweaks.h)
85 $(call install_cpu_header, opt/bits/opt_random.h)
87 $(VERBOSE)$(call install_config_header, $(TIME_MEMBERS_H), time_members.h)
88 $(VERBOSE)$(call install_config_header, $(MESSAGES_MEMBERS_H), messages_members.h)
89 $(VERBOSE)$(call install_config_header, $(BASIC_FILE_H), basic_file.h)
90 $(VERBOSE)$(call install_config_header, $(CSTDIO_H), c++io.h)