| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 132 start_position.Remove(); in ParseFunctionImpl() 168 start_position.Remove(); in ParseFuncPtr() 247 start_position.Remove(); in ConsumeTemplateArgs() 271 start_position.Remove(); in ConsumeAnonymousNamespace() 293 start_position.Remove(); in ConsumeLambda() 318 start_position.Remove(); in ConsumeBrackets() 357 start_position.Remove(); in ConsumeOperator() 404 start_position.Remove(); in ConsumeOperator() 478 start_position.Remove(); in ConsumeDecltype() 490 start_position.Remove(); in ConsumeTypename() [all …]
|
| H A D | CPlusPlusNameParser.h | 97 b.Remove(); in Bookmark() 102 void Remove() { m_restore = false; } in Remove() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 42 HelpText<"Remove non-allocated sections outside segments. " 51 HelpText<"Remove all debug sections">; 57 HelpText<"Remove all symbols not needed by relocations">; 59 defm remove_section : Eq<"remove-section", "Remove <section>">, 67 HelpText<"Remove all section headers and all sections not in segments">; 97 HelpText<"Remove compiler-generated local symbols, (e.g. " 105 HelpText<"Remove all local symbols except file and section symbols. Also "
|
| H A D | ObjcopyOpts.td | 68 defm only_section : Eq<"only-section", "Remove all but <section>">, 93 HelpText<"Remove all DWARF .dwo sections from file">; 96 HelpText<"Remove all non-allocated sections outside segments">; 99 "Remove symbol <symbol> if it is not needed by relocations">, 110 "Remove all sections that are not DWARF .dwo sections from file">;
|
| H A D | StripOpts.td | 20 HelpText<"Remove Swift symbols">;
|
| /freebsd-13.1/contrib/diff/ |
| H A D | ChangeLog | 76 (CHAR_BIT): Remove. 302 * INSTALLME: Remove. 407 (DEFS): Remove. 717 (INCLUDES): Remove. 799 (myread): Remove. 1100 Remove. 1286 (bzero): Remove. 1336 (tmpmade): Remove. 1365 (primes): Remove. 1409 (horizon_lines): Remove. Remove all uses. [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRDFOpt.cpp | 95 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove); 176 SetVector<NodeId> Remove = DeadInstrs; in run() local 183 Changed |= rewrite(SA, Remove); in run() 186 return erase(Remove) || Changed; in run() 215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite() argument 269 Remove.insert(D.Id); in rewrite()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | .skipped-commit-ids | 30 d4f699a421504df35254cf1c6f1a7c304fb907ca Remove 1k bit groups 31 aafe246655b53b52bc32c8a24002bc262f4230f7 Remove intermediate moduli 36 7cf73737f357492776223da1c09179fa6ba74660 Remove moduli <2k
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Object.cpp | 97 bool Remove = ToRemove(Sec); in removeSections() local 98 if (Remove) in removeSections() 100 return Remove; in removeSections()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mutexset.h | 36 void Remove(u64 id); // Removes the mutex completely (if it's destroyed). 61 void MutexSet::Remove(u64 id) {} in Remove() function
|
| /freebsd-13.1/crypto/openssl/ssl/statem/ |
| H A D | README | 9 - Remove duplication of state code between client and server 10 - Remove duplication of state code between TLS and DTLS 13 - Remove duplication of code between each of the message handling functions
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | ChangeLog | 8 * .gitignore: Remove ytab* references. 11 * lib.c, main.c, tran.c: Remove include of ytab.h, wasn't needed. 47 * test/T.lilly: Remove gawk warnings from output, improves 111 * lib.c (isclvar): Remove check for additional '=' after 212 (setsval): Remove call to save_old_OFS(). If setting OFS, call 217 * awk.h (saveOFS, saveOFSlen, save_old_OFS): Remove declarations. 219 * run.c (saveOFS, saveOFSlen, save_old_OFS): Remove. 220 * tran.c (syminit): Remove initialization of saveOFS and saveOFSlen. 250 * awk.1: Remove standalone 'awk' at the top of file, it messed up 293 * makefile (gitadd, gitpush): Remove these targets. They
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 55 bool Remove(size_t index, bool notify); 57 bool Remove(ConstString path, bool notify);
|
| H A D | JITLoaderList.h | 29 void Remove(const lldb::JITLoaderSP &jit_loader_sp);
|
| /freebsd-13.1/sys/contrib/zlib/ |
| H A D | ChangeLog | 63 - Remove destructive aspects of make distclean 138 - Remove unused variable in infback9.c 231 - Remove unnecessary gzgetc_ function 432 - Remove fdopen for MVS from gzguts.h 497 - Remove use of snprintf() from gzlib.c 516 - Remove assembler object files from contrib 554 - Remove zlib version check in gzwrite() 943 - Remove contrib/vstudio/vc15_16 [Vollant] 996 - Remove #elif's from crc32.c 1038 - Remove unused state from inflateBackEnd() [all …]
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | android.config | 131 # Remove debugging code that is printing out debug messages to stdout. 139 # Remove support for RADIUS accounting 142 # Remove support for RADIUS 145 # Remove support for VLANs 148 # Remove support for dumping internal state through control interface commands
|
| /freebsd-13.1/contrib/jemalloc/ |
| H A D | ChangeLog | 37 - Remove best fit. (@djwatson) 253 - Remove --disable-thp. (@interwq) 254 - Remove mallctl interfaces: 431 - Remove --disable-tcache. (@jasone) 432 - Remove --disable-tls. (@jasone) 433 - Remove --enable-ivsalloc. (@jasone) 435 - Remove --with-lg-tiny-min. (@jasone) 439 - Remove Valgrind support. (@jasone) 440 - Remove quarantine support. (@jasone) 441 - Remove redzone support. (@jasone) [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineParser.h | 148 enum class LineLevel { Remove, Keep }; enumerator 150 void addUnwrappedLine(LineLevel AdjustLevel = LineLevel::Remove);
|
| /freebsd-13.1/contrib/dialog/samples/copifuncs/ |
| H A D | copi.sendifm2 | 12 ## Remove the lock file.
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeWatchpointList.cpp | 22 Status NativeWatchpointList::Remove(addr_t addr) { in Remove() function in NativeWatchpointList
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 134 bool Remove = Files.count(ODT->File); in removeOverriddenTables() local 135 if (Remove) in removeOverriddenTables() 137 return Remove; in removeOverriddenTables()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeWatchpointList.h | 30 Status Remove(lldb::addr_t addr);
|
| /freebsd-13.1/stand/mips/uboot/ |
| H A D | version | 6 1.3: Remove NAND FS support.
|
| /freebsd-13.1/stand/arm/uboot/ |
| H A D | version | 6 1.3: Remove NAND FS support.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegAllocRegistry.h | 41 ~RegisterRegAllocBase() { Registry.Remove(this); } in ~RegisterRegAllocBase()
|