Home
last modified time | relevance | path

Searched refs:Allow (Results 1 – 25 of 209) sorted by relevance

123456789

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.h41 SymbolPredicate Allow = SymbolPredicate(),
43 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)),
51 SymbolPredicate Allow = SymbolPredicate(),
58 SymbolPredicate Allow = SymbolPredicate(),
60 return Load(ES, nullptr, std::move(Allow), std::move(AddAbsoluteSymbols));
70 SymbolPredicate Allow; variable
H A DExecutionUtils.h232 SymbolPredicate Allow = SymbolPredicate(),
240 SymbolPredicate Allow = SymbolPredicate(),
247 SymbolPredicate Allow = SymbolPredicate(),
249 return Load(nullptr, GlobalPrefix, std::move(Allow),
259 SymbolPredicate Allow; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp93 return Allow; in getDefault()
101 return Allow; in getDefault()
108 return Allow; in inSection()
114 return Allow; in inSection()
128 return Allow; in isFunctionExcluded()
148 return Allow; in isFileExcluded()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.cpp16 ExecutionSession &ES, const char *LibraryPath, SymbolPredicate Allow, in Load() argument
23 ES, *Handle, std::move(Allow), std::move(AddAbsoluteSymbols)); in Load()
37 if (Allow && !Allow(KV.first)) in tryToGenerate()
H A DExecutionUtils.cpp221 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow, in DynamicLibrarySearchGenerator() argument
223 : Dylib(std::move(Dylib)), Allow(std::move(Allow)), in DynamicLibrarySearchGenerator()
229 SymbolPredicate Allow, in Load() argument
236 std::move(Lib), GlobalPrefix, std::move(Allow), in Load()
253 if (Allow && !Allow(Name)) in tryToGenerate()
/freebsd-14.2/contrib/libucl/
H A DChangeLog.md13 - Allow userdata objects to be emitted and destructed
43 - Allow to save comments and macros when parsing UCL documents
51 - Allow searching an array of paths for includes (by Allan Jude)
89 - Allow to reserve space in arrays and hashes
99 - Allow to emit msgpack from Lua
101 - Allow to pass opaque objects in Lua API for transparent C passthrough
/freebsd-14.2/share/examples/jails/
H A Drc.conf.jails14 #jail_sysvipc_allow="YES" # Allow SysV Interprocess Comm.
15 #jail_set_hostname_allow="YES" # Allow hostname to change
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c724 UINT8 Allow; in AcpiDbMethodThread() local
794 Allow = 0; in AcpiDbMethodThread()
802 Allow = 1; in AcpiDbMethodThread()
807 if (Allow) in AcpiDbMethodThread()
/freebsd-14.2/bin/sh/tests/builtins/
H A Dreturn5.06 # Allow return to return from the function or the dot script.
/freebsd-14.2/bin/csh/
H A Dcsh.login10 # Allow terminal messages
/freebsd-14.2/sys/arm/conf/
H A Dstd.armv612 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
14 options SCTP_SUPPORT # Allow kldload of SCTP
H A Dstd.armv712 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
14 options SCTP_SUPPORT # Allow kldload of SCTP
H A DTEGRA12492 device ukbd # Allow keyboard like HIDs to control console
139 device hkbd # Allow keyboard like HIDs to control console
/freebsd-14.2/sys/contrib/openzfs/etc/sudoers.d/
H A Dzfs2 ## Allow any user to run `zpool iostat/status -c smart` in order
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Dcharger-manager.txt70 /* Allow charging for 5hr */
72 /* Allow discharging for 2hr */
H A Dmaxim,ds2760.yaml25 Allow the DS2760 to enter sleep mode when the DQ line goes low for more than 2 seconds
H A Dcharger-manager.yaml197 /* Allow charging for 5hr */
199 /* Allow discharging for 2hr */
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h33 Allow, enumerator
/freebsd-14.2/crypto/heimdal/lib/hdb/
H A Dhdb.asn147 allow-kerberos4(15), -- Allow Kerberos 4 requests
48 allow-digest(16), -- Allow digest requests
/freebsd-14.2/sys/contrib/device-tree/Bindings/opp/
H A Dqcom-opp.txt10 - compatible: Allow OPPs to express their compatibility. It should be:
/freebsd-14.2/libexec/bootpd/
H A DChanges26 Allow bootptab syntax: ha="0:0:c0:80:e8:a7"
131 Allow underscore in host names - readfile.c:goodname()
141 Allow ieee802 hardware address in bit-reversed oreder
223 Allow host name anywhere IP address is expected.
238 Allow extended-length BOOTP packets (more vendor options)
/freebsd-14.2/bin/sh/
H A Dprofile12 # Allow terminal messages
/freebsd-14.2/sys/arm64/conf/
H A Dstd.arm6414 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
21 options SCTP_SUPPORT # Allow kldload of SCTP
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td15 HelpText<"Allow the tool to remove sections even if it would leave "
123 HelpText<"Allow wildcard syntax for symbol-related flags. Incompatible "
/freebsd-14.2/contrib/less/
H A DNEWS78 * Allow empty "lines" field in --header option.
143 * Allow option name in -- command to end with '=' in addition to '\n'.
364 * Allow some debugging environment variables to be set in lesskey file.
408 * Allow "extra" string in lesskey file to append to a multi-char command
426 * Allow %% escape sequence in LESSOPEN variable.
520 * Allow a fraction as the argument to the -# (--shift) option.
560 * Allow CSI character (0x9B) to work in UTF-8 mode.
612 * Allow decimal point in number for % (percent) command.
627 * Allow "/dev/null" as synonym for "-" in LESSHISTFILE to indicate
639 * Allow a few binary characters in the input file before warning
[all …]

123456789