| /netbsd-src/share/misc/ |
| H A D | nanpa.sed | 11 # Strip ^Ms 39 # Strip all HTML tags 45 # Strip leading colons 47 # Strip leading/trailing whitespace 50 # Strip HTML comments
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 678 bool Strip, DebugifyStatsMap *StatsMap) { in checkDebugifyMetadata() argument 763 if (Strip) in checkDebugifyMetadata() 826 "CheckModuleDebugify", Strip, StatsMap); in runOnModule() 834 bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() 842 Strip(Strip) {} in CheckDebugifyModulePass() 856 bool Strip; member 868 Strip, StatsMap); in runOnFunction() 876 bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyFunctionPass() 884 Strip(Strip) {} in CheckDebugifyFunctionPass() 898 bool Strip; member [all …]
|
| H A D | AssumeBundleBuilder.cpp | 78 Value *V = RK.WasOn->stripInBoundsOffsets([&](const Value *Strip) { in canonicalizedKnowledge() argument 79 if (auto *GEP = dyn_cast<GEPOperator>(Strip)) in canonicalizedKnowledge()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 1509 std::pair<int,unsigned> Strip = findStrip(SM.Mask, 1, VecLen); in contracting() local 1514 if (Strip.second != 1 && Strip.second != 2) in contracting() 1530 int NextInMask = SM.Mask[Strip.second]; in contracting() 1537 if (Strip.first == 0 && Strip.second == 1 && NextInMask == 4) { in contracting() 1559 int L = Strip.second; in contracting() 1561 if (Strip.first != 0 && Strip.first != L) in contracting() 1568 if (S.first - Strip.first != 2*I) in contracting() 1577 assert(Strip.first == 0 || Strip.first == L); in contracting() 1580 Res.Opc = Strip.second == 1 // Number of bytes. in contracting() 1581 ? (Strip.first == 0 ? V6_vpackeb : V6_vpackob) in contracting() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | Debugify.h | 139 bool Strip = false, llvm::StringRef NameOfWrappedPass = "", 146 bool Strip = false, llvm::StringRef NameOfWrappedPass = "",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/ |
| H A D | Opts.td | 23 def basenames : Flag<["--"], "basenames">, HelpText<"Strip directory names from paths">; 51 def relativenames : F<"relativenames", "Strip the compilation directory from paths">;
|
| /netbsd-src/external/bsd/ntp/dist/scripts/ntpsweep/ |
| H A D | ntpsweep-opts.def | 45 descrip = 'Strip this string from hostnames';
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/platforms/ |
| H A D | iOS.cmake | 62 SET(CMAKE_STRIP ${CMAKE_STRIP_val} CACHE FILEPATH "Strip")
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2002 | 55 * intrinsics/intrinsics.m4: Move here. Strip directories from the
|
| /netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/ |
| H A D | CMakeLists.txt | 69 # Strip the exception & rtti flags from the target
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-cxxfilt.rst | 62 Strip a single leading underscore, if present, from each input name before
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/ |
| H A D | hook.in | 45 # Strip off the prefix.
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/ |
| H A D | hook.in | 45 # Strip off the prefix.
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.double-cc | 2 Strip trailing dot at end of domain but not dot dot or dot This 10 Strip trailing dot at end of domain but not dot dot or at dot 195 Strip one trailing dot but not dot dot
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | ChooseMSVCCRT.cmake | 30 # Strip off the leading slash and any whitespace.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 69 defm strip_symbol : Eq<"strip-symbol", "Strip <symbol>">,
|
| H A D | ConfigManager.cpp | 436 enum class ToolType { Objcopy, Strip, InstallNameTool, BitcodeStrip }; enumerator 448 case ToolType::Strip: in printHelp() 1253 printHelp(T, errs(), ToolType::Strip); in parseStripOptions() 1258 printHelp(T, outs(), ToolType::Strip); in parseStripOptions()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2018 | 114 * call.c (build_conditional_expr_1): Strip location wrappers when 119 * cvt.c (ignore_overflows): Strip location wrappers when 122 * decl.c (reshape_init_r): Strip any location wrapper. 128 checking for CONSTANT_CLASS_P, and on nelts. Strip any location 132 (cp_parser_postfix_expression): Strip any location wrapper when 137 (cp_parser_has_attribute_expression): Strip any location wrapper 139 (cp_parser_binary_expression): Strip any location wrapper when 141 (cp_parser_decltype): Strip any location wrapper from result of 149 (cp_parser_parameter_declaration): Strip location wrappers from 157 * pt.c (convert_nontype_argument_function): Strip location [all …]
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
| H A D | config.rst | 193 Strip away these private addrs from answers, no DNS Rebinding.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_ioctl.inc | 492 // Strip size and event number. 497 // Strip absolute axis number.
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_ioctl.inc | 503 // Strip size and event number. 508 // Strip absolute axis number.
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_ioctl.inc | 497 // Strip size and event number. 502 // Strip absolute axis number.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Passes.rst | 1036 ``-strip``: Strip all symbols from a module 1049 ``-strip-dead-debug-info``: Strip debug info for unused symbols 1064 ``-strip-dead-prototypes``: Strip Unused Function Prototypes 1072 ``-strip-debug-declare``: Strip all ``llvm.dbg.declare`` intrinsics 1087 ``-strip-nondebug``: Strip all symbols, except dbg symbols, from a module
|
| /netbsd-src/external/gpl3/binutils/dist/include/gdb/ |
| H A D | ChangeLog | 163 * callback.h: Strip PARAMS from prototypes.
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/gdb/ |
| H A D | ChangeLog | 163 * callback.h: Strip PARAMS from prototypes.
|