Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DBuildSystem.cpp106 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 …]
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A DMakefile15 CFLAGS = -MMD -O2 -Wall -g
/netbsd-src/external/gpl3/binutils.old/dist/zlib/msdos/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
H A DMakefile.dj233 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/netbsd-src/external/gpl3/gdb.old/dist/zlib/msdos/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
H A DMakefile.dj233 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/netbsd-src/common/dist/zlib/old/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/netbsd-src/common/dist/zlib/msdos/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
H A DMakefile.dj233 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/netbsd-src/external/gpl3/binutils/dist/zlib/msdos/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
H A DMakefile.dj233 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/netbsd-src/external/gpl3/gdb/dist/zlib/msdos/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
H A DMakefile.dj233 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/netbsd-src/external/gpl3/binutils/dist/zlib/old/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/
H A DBUILD.gn40 …command = "$cc -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{cflags…
48 …command = "$cxx -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{cflag…
56 …command = "$cc -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{asmfla…
/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A DMakefile.in85 -MMD -MP -MF ${@:.o=.d} -c -o $@ $<
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dlang.opt42 D NoDriverArg Separate Alias(MMD)
85 MMD
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A DMakefile.in59 -MMD -MP -MF ${@:.o=.d} -c -o $@ $<
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dlang.opt42 D NoDriverArg Separate Alias(MMD)
85 MMD
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A DMakefile.in211 COMPILE = $(COMPILE.base) -o $@ -MT $@ -MMD -MP -MF $(DEPDIR)/$*.Tpo
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A DMakefile.in214 COMPILE = $(COMPILE.base) -o $@ -MT $@ -MMD -MP -MF $(DEPDIR)/$*.Tpo
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppopts.texi125 When used with the driver options @option{-MD} or @option{-MMD},
205 @item -MMD
206 @opindex MMD

123