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

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h56 MakeT Make; member in class:llvm::fuzzerop::SourcePred
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} argument
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
84 return Make(Cur, BaseTypes);
99 auto Make = [Only](ArrayRef<Value *>, ArrayRef<Type *>) { local
102 return {Pred, Make};
109 auto Make = None; local
110 return {Pred, Make};
117 auto Make = None; local
125 auto Make = None; local
133 auto Make = [](ArrayRef<Value *>, ArrayRef<Type *> Ts) { local
152 auto Make = [](ArrayRef<Value *>, ArrayRef<Type *> Ts) { local
189 auto Make = None; local
199 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { local
212 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h21 enum class DependencyOutputFormat { Make, NMake }; member in class:clang::DependencyOutputFormat
39 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h38 Make, member in class:clang::tooling::dependencies::ScanningOutputFormat
/freebsd-13-stable/tests/sys/cddl/zfs/tests/mount/
H A Dmounttest.ksh46 # 2. Make sure the file systems were mounted
48 # 4. Make sure the file systems were unmounted
78 log_note Make sure the file systems were mounted
96 log_note Make sure the file systems were unmounted
H A Dsetup.ksh57 log_note Make sure file system $fs was mounted
63 log_note Make sure file system $fs is unmounted
/freebsd-13-stable/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-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp196 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { local
208 return {Pred, Make};
232 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { local
242 return {Pred, Make};
255 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { local
267 return {Pred, Make};
304 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { local
312 return {Pred, Make};
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-debug-file.mk17 # Make sure that the debug logging file contains some logging.
H A Dvarmod-edge.mk117 # Make sure that it survives patterns with 128 asterisks.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h107 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, function in class:clang::diag::DiagnosticMapping
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp97 static BindingKey Make(const MemRegion *R, Kind k);
116 BindingKey BindingKey::Make(const MemRegion *R, Kind k) { function in class:BindingKey
289 return addBinding(BindingKey::Make(R, k), V);
301 return lookup(BindingKey::Make(R, k));
318 return removeBinding(BindingKey::Make(R, k));
459 B = B.addBinding(BindingKey::Make(R, BindingKey::Default), V);
482 B = B.addBinding(BindingKey::Make(R, BindingKey::Default), V);
866 TopKey = BindingKey::Make(Top, BindingKey::Default);
934 BindingKey::Make(Top, BindingKey::Default),
941 BindingKey TopKey = BindingKey::Make(To
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc95 // Make sure the input is null terminated.
H A DPath.inc1434 fs::make_absolute(Result); // Make it absolute if not already.
1467 // Make utf16 null terminated.
1509 // Make the new string null terminated.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp230 /// most likely tools that use dependency files: GNU Make, BSD Make, and
233 /// BSD Make is the simplest case: It does no escaping at all. This means
237 /// GNU Make does allow space and # in filenames, but to avoid being treated
241 /// as $$, which is the normal Make way to handle the $ character.)
242 /// For compatibility with BSD Make and historical practice, if GNU Make
246 /// GCC tries to accommodate both Make formats by escaping any space or #
249 /// correctly by BSD Make, and by GNU Make i
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp139 case ScanningOutputFormat::Make:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp231 MCDwarfLineEntry::Make(this, getCurrentSectionOnly());
388 MCDwarfLineEntry::Make(this, getCurrentSectionOnly());
458 MCDwarfLineEntry::Make(this, getCurrentSectionOnly());
576 MCDwarfLineEntry::Make(this, getCurrentSectionOnly());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h175 static void Make(MCObjectStreamer *MCOS, MCSection *Section);
436 static void Make(MCSymbol *Symbol, MCStreamer *MCOS, SourceMgr &SrcMgr,
/freebsd-13-stable/share/mk/
H A Dbsd.crunchgen.mk7 # A number of Make variables are used to generate the crunchgen config file.
H A Dbsd.man.mk79 # Make special arrangements to filter to a temporary file at build time
H A Dbsd.subdir.mk109 # Make 'install' supports a before and after target. Actual install
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsldr.S65 call check_edd # Make sure EDD works
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh456 * Make a temporary resource reservation.
818 * Make sure that the interrupt routine will always terminate,
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak5 # Note: Make sure that cl.exe is configured to include Platform SDK
/freebsd-13-stable/stand/
H A Ddefs.mk190 # Make sure we use the machine link we're about to create
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp174 DiagnosticMapping Info = DiagnosticMapping::Make(
702 // Make sure we set FatalErrorOccurred to ensure that the notes from the

Completed in 127 milliseconds

12