| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCDynamicLibrarySearchGenerator.h | 37 SymbolPredicate Allow = SymbolPredicate()) 38 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)) {} 45 SymbolPredicate Allow = SymbolPredicate()); 51 SymbolPredicate Allow = SymbolPredicate()) { 52 return Load(ES, nullptr, std::move(Allow)); 62 SymbolPredicate Allow; variable
|
| H A D | ExecutionUtils.h | 228 SymbolPredicate Allow = SymbolPredicate()); 235 SymbolPredicate Allow = SymbolPredicate()); 241 SymbolPredicate Allow = SymbolPredicate()) { 242 return Load(nullptr, GlobalPrefix, std::move(Allow)); 251 SymbolPredicate Allow; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCDynamicLibrarySearchGenerator.cpp | 17 SymbolPredicate Allow) { in Load() argument 23 std::move(Allow)); in Load() 37 if (Allow && !Allow(KV.first)) in tryToGenerate()
|
| H A D | ExecutionUtils.cpp | 224 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow) in DynamicLibrarySearchGenerator() argument 225 : Dylib(std::move(Dylib)), Allow(std::move(Allow)), in DynamicLibrarySearchGenerator() 230 SymbolPredicate Allow) { in Load() argument 236 std::move(Lib), GlobalPrefix, std::move(Allow)); in Load() 252 if (Allow && !Allow(Name)) in tryToGenerate()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 93 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()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Params-Check/t/ |
| H A D | 01_Params-Check.t | 19 { ok( allow( 42, qr/^\d+$/ ), "Allow based on regex" ); 20 ok( allow( $0, $0), " Allow based on string" ); 21 ok( allow( 42, [0,42] ), " Allow based on list" ); 22 ok( allow( 42, [50,sub{1}])," Allow based on list containing sub"); 23 ok( allow( 42, TRUE ), " Allow based on constant sub" ); 33 ok( !$sub_called, "Allow short-circuits properly" ); 39 sub { is_deeply(+shift,$thing, "Allow coderef gets proper args") } 230 " Allow coderef gets proper args") }
|
| /openbsd-src/sys/arch/alpha/stand/netboot/ |
| H A D | version | 9 1.4: Allow ethernet address to be hardcoded with setnetbootinfo(8).
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | ProfileList.h | 33 Allow, enumerator
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Semaphore/ |
| H A D | Changes | 22 - Allow installation on non-threaded Perls
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 15 HelpText<"Allow the tool to remove sections even if it would leave " 123 HelpText<"Allow wildcard syntax for symbol-related flags. Incompatible "
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | TODO | 50 - Allow @end (and other?) commands to be indented in the source. 58 - Allow subitems and `see' and `see also' in indices. 66 - Allow @hsep/@vsep at @item, instead of just in template. 70 - Allow : in node names for info files, for names like
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | printf.t | 13 # Allow for it to be removed
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Config/ |
| H A D | abi-breaking.h.cmake | 21 /* Allow selectively disabling link-time mismatch checking so that header-only
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiSchedule.td | 34 // Allow scheduler to assign default model to any unrecognized opcodes.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | ChangeLog | 159 * hppa.h (pa_opcodes): Allow 0 immediates in PA 2.0 variants of pdtlb 203 mov. Allow 64bit addressing for mov and movq. 293 between memory and segment register. Allow movq for moving between 436 * i386.h (i386_optab): Allow cs/ds in 64bit for branch hints. 474 Allow disassembly of ColdFire V4e object files.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/ |
| H A D | Changes | 49 - Allow data_size > 1024, up to 65535, i.e. fragmented packets. 64 - Allow NET_PING_FAIL_IP override for testing an IP which should not exist, 333 - Allow UDP ping to different IP addresses 351 - Allow demo/fping -s to force service check. 467 - Allow source_verify method to work 501 - Allow for smoother upgrade from
|
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A D | predicates.md | 62 ;; Allow SYMBOL_REFs and @PLT stubs. 110 /* Allow labels and local symbols. */ 123 /* Allow adding *even* in-range constants. */
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | c++config | 164 // Allow use of "export template." This is currently not a feature 168 // Allow use of the GNU syntax extension, "extern template." This
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.opt | 56 Allow hardware floating-point instructions to cover both 32-bit and 64-bit operations 138 Allow the use of hardware floating-point instructions
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/ |
| H A D | Changes | 58 - Allow installation on non-threaded Perls
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Options.td | 168 HelpText<"Allow undefined and multiply defined symbols">; 170 HelpText<"Allow undefined symbols when creating executables">; 172 HelpText<"Allow multiply defined symbols when creating executables">; 174 HelpText<"Allow multiply defined resources when creating executables">;
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-strip.rst | 115 Allow wildcard syntax for symbol-related flags. On by default for 150 Allow :program:`llvm-strip` to remove sections even if it would leave invalid
|
| /openbsd-src/gnu/usr.bin/binutils/include/mpw/ |
| H A D | ChangeLog | 41 * fcntl.h (open): Allow optional third arg.
|
| /openbsd-src/gnu/gcc/gcc/config/m32r/ |
| H A D | m32r.opt | 64 Allow two instructions to be issued per cycle
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | CMakeLists.txt | 73 # Allow the ORC runtime to reference LLVM headers.
|