Home
last modified time | relevance | path

Searched refs:MMD (Results 1 – 17 of 17) sorted by relevance

/external/clang/tools/libclang/
DBuildSystem.cpp102 clang_ModuleMapDescriptor_setFrameworkModuleName(CXModuleMapDescriptor MMD, in clang_ModuleMapDescriptor_setFrameworkModuleName() argument
104 if (!MMD || !name) in clang_ModuleMapDescriptor_setFrameworkModuleName()
107 MMD->ModuleName = name; in clang_ModuleMapDescriptor_setFrameworkModuleName()
112 clang_ModuleMapDescriptor_setUmbrellaHeader(CXModuleMapDescriptor MMD, in clang_ModuleMapDescriptor_setUmbrellaHeader() argument
114 if (!MMD || !name) in clang_ModuleMapDescriptor_setUmbrellaHeader()
117 MMD->UmbrellaHeader = name; in clang_ModuleMapDescriptor_setUmbrellaHeader()
122 clang_ModuleMapDescriptor_writeToBuffer(CXModuleMapDescriptor MMD, unsigned, in clang_ModuleMapDescriptor_writeToBuffer() argument
125 if (!MMD || !out_buffer_ptr || !out_buffer_size) in clang_ModuleMapDescriptor_writeToBuffer()
130 OS << "framework module " << MMD->ModuleName << " {\n"; in clang_ModuleMapDescriptor_writeToBuffer()
132 OS.write_escaped(MMD->UmbrellaHeader) << "\"\n"; in clang_ModuleMapDescriptor_writeToBuffer()
[all …]
/external/icu/icu4c/source/config/
Dmh-darwin57 …$(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -MMD -MT "$*.d $*.o …
59 …$(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -MMD -MT "$*.d $*.…
62 …$(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -MMD -MT "$*.d $*…
64 …$(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -MMD -MT "$*.d …
/external/clang/unittests/libclang/
DLibclangTest.cpp338 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/wpa_supplicant_8/src/
Dlib.rules6 CFLAGS = -MMD -O2 -Wall -g
/external/wpa_supplicant_8/hs20/server/
DMakefile12 CFLAGS = -MMD -O2 -Wall -g
/external/wpa_supplicant_8/wpa_supplicant/dbus/
DMakefile15 CFLAGS = -MMD -O2 -Wall -g
/external/zlib/src/msdos/
DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
DMakefile.dj233 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/external/zlib/src/old/
DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/external/wpa_supplicant_8/hs20/client/
DMakefile19 CFLAGS = -MMD -O2 -Wall -g
/external/lldb/scripts/Python/
Dbuild-swig-Python.sh341 …${SRC_ROOT}/include" -I./. -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MMD -MF "${swig_depend_…
/external/iptables/extensions/
DGNUmakefile.in25 AM_DEPFLAGS = -Wp,-MMD,$(@D)/.$(@F).d,-MT,$@
/external/clang/include/clang/Driver/
DOptions.td236 def MMD : Flag<["-"], "MMD">, Group<M_Group>,
241 HelpText<"Like -MMD, but also implies -E and writes to stdout by default">;
243 HelpText<"Write depfile output from -MMD, -MD, -MM, or -M to <file>">,
1725 def _write_user_dependencies : Flag<["--"], "write-user-dependencies">, Alias<MMD>;
/external/wpa_supplicant_8/hostapd/
DMakefile6 CFLAGS = -MMD -O2 -Wall -g
/external/vboot_reference/
DMakefile177 CFLAGS += -MMD -MF $@.d
/external/llvm/
DMakefile.rules1512 DEPEND_OPTIONS = -MMD -MP -MF "$(ObjDir)/$*.d.tmp" \
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile6 CFLAGS = -MMD -O2 -Wall -g