Home
last modified time | relevance | path

Searched full:suggest (Results 1 – 25 of 212) sorted by relevance

123456789

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp494 // Suggest an alternative spelling of an "undefined symbol" diagnostic. Returns
509 auto suggest = [&](StringRef newName) -> const Symbol * { in getAlternativeSpelling() local
531 if (const Symbol *s = suggest(newName)) in getAlternativeSpelling()
541 if (const Symbol *s = suggest(newName)) in getAlternativeSpelling()
550 if (const Symbol *s = suggest(newName)) in getAlternativeSpelling()
556 if (const Symbol *s = suggest(newName)) in getAlternativeSpelling()
569 // The reference may be a mangled name while the definition is not. Suggest a in getAlternativeSpelling()
576 const Symbol *s = suggest((Twine("_") + buf).str()); in getAlternativeSpelling()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp100 // Do not suggest dereferencing a Null pointer. in tryToFixConversion()
131 // Only suggest taking address of L-values. in tryToFixConversion()
174 // Suggest "0" for non-enumeration scalar types, unless we can find a in getScalarZeroExpressionForType()
H A DSemaBoundsSafety.cpp69 << Kind << FD->getLocation() << /* suggest counted_by */ 1; in CheckCountedByAttrOnField()
75 << Kind << FD->getLocation() << /* do not suggest counted_by */ 0; in CheckCountedByAttrOnField()
/freebsd/contrib/dma/
H A DTODO4 - suggest way to run a queue flush on boot
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md3 about: Suggest a feature for OpenZFS
/freebsd/contrib/ntp/
H A DREADME.versions26 Feel free to suggest improvements...
/freebsd/share/doc/psd/01.cacm/
H A Dp68 are presented to suggest the scale of the Research
/freebsd/contrib/ntp/html/hints/
H A Da-ux163 Richard Todd. I suggest patching 'init_time_fix_timeout' which prevents
171 using the LOC_LOCAL1 facility. I would suggest the following in
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h794 /// Find and suggest a usable module for the given file.
803 /// Find and suggest a usable module for the given file, which is part of
898 /// Suggest a path by which the specified file could be found, for use in
899 /// diagnostics to suggest a #include. Returned path will only contain forward
911 /// Suggest a path by which the specified file could be found, for use in
912 /// diagnostics to suggest a #include. Returned path will only contain forward
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmarvell,armada-3700-uart-clock.yaml26 It is suggest to specify at least one TBG clock to achieve
/freebsd/share/doc/smm/02.config/
H A D1.t50 Later sections suggest guidelines to be used in modifying
/freebsd/contrib/bzip2/
H A DspewG.c5 I suggest you use the undocumented --exponential option to
/freebsd/sys/dev/isp/
H A DHardware.txt211 A. The simpletst form of a connection topology I can suggest for
219 B. The next most simple form of a connection topology I can suggest for
/freebsd/crypto/openssh/
H A DTODO35 - Use different PAM service name for kbdint vs regular auth (suggest from
/freebsd/sbin/devmatch/
H A Ddevmatch.883 to suggest for unmatched devices.
/freebsd/contrib/unbound/contrib/
H A Dunbound_munin_5 # and use munin-node-configure (--suggest, --shell).
51 #%# capabilities=autoconf suggest
198 if test "$1" = "suggest" ; then
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueBoolean.cpp77 // only suggest "true" or "false" by default in AutoComplete()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_scariness_score.h12 // Don't expect any deep science here, just a set of heuristics that suggest
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DZ3CrosscheckVisitor.h69 /// - Suggest dropping the report equvalence class based on the accumulated
/freebsd/share/doc/psd/18.gprof/
H A Dprofiling.me54 Careful interpretation of counters can often suggest
/freebsd/contrib/ncurses/include/
H A Dncurses_dll.h.in51 * suggest TDM as an alternative.
/freebsd/contrib/wpa/wpa_supplicant/
H A Dtwt.c25 * @setup_cmd: 0 == request, 1 == suggest, etc. Table 9-297
/freebsd/usr.bin/indent/
H A DREADME77 comp.sources.unix. I would suggest that with the permission of you
/freebsd/tools/tools/git/
H A DHOWTO71 head, I would suggest deferring the change from the review and creating a
/freebsd/lib/libc/stdio/
H A Dsetvbuf.c86 * a `tty flag' to suggest that we check isatty(fd), but we do not in setvbuf()

123456789