/external/clang/tools/libclang/ |
D | BuildSystem.cpp | 106 clang_ModuleMapDescriptor_setFrameworkModuleName(CXModuleMapDescriptor MMD, in clang_ModuleMapDescriptor_setFrameworkModuleName() argument 108 if (!MMD || !name) in clang_ModuleMapDescriptor_setFrameworkModuleName() 111 MMD->ModuleName = name; in clang_ModuleMapDescriptor_setFrameworkModuleName() 116 clang_ModuleMapDescriptor_setUmbrellaHeader(CXModuleMapDescriptor MMD, in clang_ModuleMapDescriptor_setUmbrellaHeader() argument 118 if (!MMD || !name) in clang_ModuleMapDescriptor_setUmbrellaHeader() 121 MMD->UmbrellaHeader = name; in clang_ModuleMapDescriptor_setUmbrellaHeader() 126 clang_ModuleMapDescriptor_writeToBuffer(CXModuleMapDescriptor MMD, unsigned, in clang_ModuleMapDescriptor_writeToBuffer() argument 129 if (!MMD || !out_buffer_ptr || !out_buffer_size) in clang_ModuleMapDescriptor_writeToBuffer() 134 OS << "framework module " << MMD->ModuleName << " {\n"; in clang_ModuleMapDescriptor_writeToBuffer() 136 OS.write_escaped(MMD->UmbrellaHeader) << "\"\n"; in clang_ModuleMapDescriptor_writeToBuffer() [all …]
|
/external/icu/icu4c/source/config/ |
D | mh-darwin | 59 …$(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -MMD -MT "$*.d $*.o … 61 …$(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -MMD -MT "$*.d $*.… 64 …$(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -MMD -MT "$*.d $*… 66 …$(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -MMD -MT "$*.d …
|
/external/clang/unittests/libclang/ |
D | LibclangTest.cpp | 338 CXModuleMapDescriptor MMD = clang_ModuleMapDescriptor_create(0); in TEST() local 340 clang_ModuleMapDescriptor_setFrameworkModuleName(MMD, "TestFrame"); in TEST() 341 clang_ModuleMapDescriptor_setUmbrellaHeader(MMD, "TestFrame.h"); in TEST() 345 clang_ModuleMapDescriptor_writeToBuffer(MMD, 0, &BufPtr, &BufSize); in TEST() 349 clang_ModuleMapDescriptor_dispose(MMD); in TEST()
|
/external/tensorflow/tensorflow/lite/tools/make/targets/ |
D | stm32f7_makefile.inc | 16 -MMD \ 35 -MMD \
|
D | stm32f1_makefile.inc | 18 -MMD
|
/external/minigbm/cros_gralloc/ |
D | Makefile | 43 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $^ -o $@ -MMD 46 $(CC) $(CPPFLAGS) $(CFLAGS) -c $^ -o $@ -MMD
|
/external/perfetto/gn/standalone/toolchain/ |
D | BUILD.gn | 72 …command = "$cc_wrapper $cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} … 82 …command = "$cc_wrapper $cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}… 92 …command = "$cc_wrapper $cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{asmflags}} -c {{source…
|
/external/skqp/gn/toolchain/ |
D | BUILD.gn | 202 …command = "$cc_wrapper $cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} … 212 …command = "$cc_wrapper $cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}… 222 …command = "$cc_wrapper $cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_objc… 232 …command = "$cc_wrapper $cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}… 242 …command = "$cc_wrapper $cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{asmflags}} -c {{source…
|
/external/autotest/client/deps/glbench/src/ |
D | Makefile | 99 $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(PLATFORM_CFLAGS) -c $< -o $@ -MMD 102 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -o $@ -MMD
|
/external/skia/gn/toolchain/ |
D | BUILD.gn | 202 …command = "$cc_wrapper $cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} … 212 …command = "$cc_wrapper $cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}… 222 …command = "$cc_wrapper $cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_objc… 232 …command = "$cc_wrapper $cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}… 242 …command = "$cc_wrapper $cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{asmflags}} -c {{source…
|
/external/wpa_supplicant_8/hs20/server/ |
D | Makefile | 12 CFLAGS = -MMD -O2 -Wall -g
|
/external/wpa_supplicant_8/src/ |
D | lib.rules | 6 CFLAGS = -MMD -O2 -Wall -g
|
/external/minigbm/cros_gralloc/gralloc0/tests/ |
D | Makefile | 30 $(CC) $(CFLAGS) -c $^ -o $@ -MMD
|
/external/autotest/client/site_tests/graphics_Gbm/src/ |
D | Makefile | 32 $(CC) $(CCFLAGS) -c $< -o $@ -MMD
|
/external/wpa_supplicant_8/hostapd/ |
D | Makefile | 6 CFLAGS = -MMD -O2 -Wall -g
|
/external/autotest/client/site_tests/graphics_GpuReset/src/ |
D | Makefile | 40 $(CC) $(CCFLAGS) -c $< -o $@ -MMD
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | Makefile | 6 CFLAGS = -MMD -O2 -Wall -g
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | Makefile | 15 CFLAGS = -MMD -O2 -Wall -g
|
/external/zlib/src/msdos/ |
D | Makefile.emx | 15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
D | Makefile.dj2 | 33 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
/external/zlib/src/old/ |
D | Makefile.emx | 15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/targets/ |
D | bluepill_makefile.inc | 18 -MMD \
|
D | ecm3531_makefile.inc | 34 -MMD \
|
D | apollo3evb_makefile.inc | 33 -MMD \
|
/external/wpa_supplicant_8/hs20/client/ |
D | Makefile | 24 CFLAGS = -MMD -O2 -Wall -g
|