HomeSort by: relevance | last modified time | path
    Searched refs:Never (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
hardware.h 6 * \note Never include this file directly. Use <lzma.h> instead.
31 # error Never include this file directly. Use <lzma.h> instead.
delta.h 6 * \note Never include this file directly. Use <lzma.h> instead.
14 # error Never include this file directly. Use <lzma.h> instead.
72 * of these variables may change. These are and will never be used
check.h 6 * \note Never include this file directly. Use <lzma.h> instead.
14 # error Never include this file directly. Use <lzma.h> instead.
index_hash.h 6 * \note Never include this file directly. Use <lzma.h> instead.
17 # error Never include this file directly. Use <lzma.h> instead.
vli.h 6 * \note Never include this file directly. Use <lzma.h> instead.
25 # error Never include this file directly. Use <lzma.h> instead.
bcj.h 6 * \note Never include this file directly. Use <lzma.h> instead.
14 # error Never include this file directly. Use <lzma.h> instead.
64 * The BCJ filters never change the size of the data. Specifying options
66 * used. You probably never need to specify options to BCJ filters, so just
lzma12.h 6 * \note Never include this file directly. Use <lzma.h> instead.
14 # error Never include this file directly. Use <lzma.h> instead.
487 * of these variables may change. These are and will never be used
stream_flags.h 6 * \note Never include this file directly. Use <lzma.h> instead.
14 # error Never include this file directly. Use <lzma.h> instead.
92 * (We will never be able to use all of these since Stream Flags
version.h 6 * \note Never include this file directly. Use <lzma.h> instead.
14 # error Never include this file directly. Use <lzma.h> instead.
60 * The same xyyyzzz triplet is never reused with different stability levels.
61 * For example, if 5.1.0alpha has been released, there will never be 5.1.0beta
base.h 6 * \note Never include this file directly. Use <lzma.h> instead.
14 # error Never include this file directly. Use <lzma.h> instead.
216 * guarantees that liblzma never returns LZMA_BUF_ERROR
252 * is guaranteed to never exceed the file size that was
261 * but they will never be returned to applications.
421 * liblzma never sets this to zero.
513 * - Finally, use lzma_end() to free the allocated memory. lzma_end() never
block.h 6 * \note Never include this file directly. Use <lzma.h> instead.
14 # error Never include this file directly. Use <lzma.h> instead.
233 * of these variables may change. These are and will never be used
container.h 6 * \note Never include this file directly. Use <lzma.h> instead.
14 # error Never include this file directly. Use <lzma.h> instead.
170 * of these variables may change. These are and will never be used
208 * even by a large amount. That is, memlimit_threading will never make
219 * point. Setting this limit will never prevent decompression of
228 * \brief Memory usage limit that should never be exceeded
326 * that will never be valid. For example, strm == NULL.
508 * Stream grow past LZMA_VLI_MAX (which should never happen in practice),
566 * This encoding ensures that the first byte of MicroLZMA stream is never
573 * The action argument must be LZMA_FINISH and the return value will never b
    [all...]
filter.h 6 * \note Never include this file directly. Use <lzma.h> instead.
14 # error Never include this file directly. Use <lzma.h> instead.
149 * If filters is NULL, this does nothing. Again, this never frees the
580 * It is guaranteed that the single quote (') will never be used in
index.h 6 * \note Never include this file directly. Use <lzma.h> instead.
14 # error Never include this file directly. Use <lzma.h> instead.
750 * but that error code has never been possible from this
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
RustDemangle.h 52 Never,
  /src/external/apache2/llvm/dist/clang/lib/Driver/
XRayArgs.cpp 142 // Validate the always/never attribute files. We also make sure that they
248 for (const auto &Never : NeverInstrumentFiles) {
249 SmallString<64> NeverInstrumentOpt("-fxray-never-instrument=");
250 NeverInstrumentOpt += Never;
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
RustDemangle.cpp 336 Type = BasicType::Never;
405 case BasicType::Never:
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 131 Never, // No loop is assumed to be finite.
LangOptions.h 54 enum class MSVtorDispMode { Never, ForVBaseOverride, ForVFTable };
294 /// Paths to the XRay "never instrument" files specifying which
296 /// "never instrument" attribute.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InlineAdvisor.h 187 enum class MandatoryInliningKind { NotMandatory, Always, Never };
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
thumb2-it.S 98 add r0, #2 @ Never reached
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
thumb2-it.S 98 add r0, #2 @ Never reached
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MLInlineAdvisor.cpp 186 // If this is a "never inline" case, there won't be any changes to internal
190 if (MandatoryKind == InlineAdvisor::MandatoryInliningKind::Never ||
262 // If this is a "never inline" case, there won't be any changes to internal
InlineAdvisor.cpp 290 R << "(cost=never)";
344 << NV("Caller", Caller) << " because it should never be inlined "
496 return MandatoryInliningKind::Never;
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 1263 \$(RANLIB) \$\@ || echo Never mind.

Completed in 37 milliseconds

1 2