Searched refs:Make (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h19 enum class DependencyOutputFormat { Make, NMake }; member in class:clang::DependencyOutputFormat
67 OutputFormat = DependencyOutputFormat::Make;
/freebsd-11.0-release/gnu/usr.bin/grep/tests/
H A Dwarning.sh16 Make sure you have the word grep in the subject.
/freebsd-11.0-release/share/examples/printing/
H A Dmake-ps-header38 % Make sure we do not interfere with user's job that will follow
43 % Make a thick, unpleasant border around the edge of the paper.
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp128 MCLineEntry::Make(this, getCurrentSection().first);
235 MCLineEntry::Make(this, getCurrentSection().first);
304 MCLineEntry::Make(this, getCurrentSection().first);
366 MCLineEntry::Make(this, getCurrentSection().first);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticIDs.h89 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, function in class:clang::diag::DiagnosticMapping
/freebsd-11.0-release/contrib/top/
H A DMakefile.X8 # DO NOT EDIT "Makefile"!!!! Make changes to "Makefile.X" and rerun
99 rm -f Make.desc machine/*.desc .defaults top.tar SYNOPSIS Makefile top.local.h top.1 machine.c prime
H A DConfigure39 # build Make.desc
41 sed -e "/^DESCS/r $$.a" Make.desc.X >Make.desc
44 make -f Make.desc >/dev/null
47 echo 'Make sure the command "make" is on your path and try'
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc486 // Make sure that the requested size fits within SIZE_T.
813 fs::make_absolute(Result); // Make it absolute if not already.
843 // Make utf16 null terminated.
873 // Make utf8 null terminated.
H A DProgram.inc201 // Make sure the closing quote doesn't get escaped by a trailing backslash.
241 // Make sure our quote doesn't get escaped by a trailing backslash.
385 // Make sure these get closed no matter what.
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp581 // The Make* functions receive a NextEntries. If they fill it with data,
583 // are what remains in Blocks (which Make* modify). In this way
593 auto Make = [&](Shape *Temp) { local
613 Make(MakeSimple(Blocks, Curr, *NextEntries));
619 Make(MakeLoop(Blocks, *Entries, *NextEntries));
704 Make(MakeMultiple(Blocks, *Entries, IndependentGroups, Prev,
711 Make(MakeLoop(Blocks, *Entries, *NextEntries));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp92 static BindingKey Make(const MemRegion *R, Kind k);
111 BindingKey BindingKey::Make(const MemRegion *R, Kind k) { function in class:BindingKey
253 return addBinding(BindingKey::Make(R, k), V);
265 return lookup(BindingKey::Make(R, k));
282 return removeBinding(BindingKey::Make(R, k));
414 BindingKey Key = BindingKey::Make(R, BindingKey::Default);
806 TopKey = BindingKey::Make(Top, BindingKey::Default);
874 BindingKey::Make(Top, BindingKey::Default),
881 BindingKey TopKey = BindingKey::Make(Top, BindingKey::Default);
916 Result = Result.add(BindingKey::Make(Concret
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h155 static void Make(MCObjectStreamer *MCOS, MCSection *Section);
323 static void Make(MCSymbol *Symbol, MCStreamer *MCOS, SourceMgr &SrcMgr,
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Ddarwin-tramp.asm103 /* Make stack writeable. */
/freebsd-11.0-release/share/mk/
H A Dbsd.crunchgen.mk7 # A number of Make variables are used to generate the crunchgen config file.
H A Dbsd.subdir.mk87 # Make 'install' supports a before and after target. Actual install
H A Dbsd.man.mk79 # Make special arrangements to filter to a temporary file at build time
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyFile.cpp317 /// most likely tools that use dependency files: GNU Make, BSD Make, and
320 /// BSD Make is the simplest case: It does no escaping at all. This means
324 /// GNU Make does allow space and # in filenames, but to avoid being treated
328 /// as $$, which is the normal Make way to handle the $ character.)
329 /// For compatibility with BSD Make and historical practice, if GNU Make
333 /// GCC tries to accommodate both Make formats by escaping any space or #
336 /// correctly by BSD Make, and by GNU Make i
[all...]
/freebsd-11.0-release/share/examples/drivers/
H A Dmake_device_driver.sh457 * Make a temporary resource reservation.
819 * Make sure that the interrupt routine will always terminate,
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S62 call check_edd # Make sure EDD works
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dnmake.mak5 # Note: Make sure that cl.exe is configured to include Platform SDK
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm119 ! Make sure the stack is properly aligned.
H A Dsol2-gc1.asm132 ! Make sure the stack is properly aligned.
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dieee754-sf.S80 @ Compute exponent difference. Make largest exponent in r2,
139 @ Make sure we did not bust our exponent.
425 @ Make up for final alignment.
/freebsd-11.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl571 ADDP EndPtr = -1, EndPtr // Make it point to
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp158 DiagnosticMapping Info = DiagnosticMapping::Make(

Completed in 495 milliseconds

12