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

1 2

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 47 /// Does this use always see an uninitialized value?
50 /// This use is always uninitialized if it occurs after any of these branches
84 /// The use is always uninitialized.
85 Always
90 return AlwaysUninit ? Always :
  /src/external/apache2/llvm/dist/clang/lib/Driver/
XRayArgs.cpp 142 // Validate the always/never attribute files. We also make sure that they
217 CmdArgs.push_back("-fxray-always-emit-customevents");
220 CmdArgs.push_back("-fxray-always-emit-typedevents");
242 for (const auto &Always : AlwaysInstrumentFiles) {
243 SmallString<64> AlwaysInstrumentOpt("-fxray-always-instrument=");
244 AlwaysInstrumentOpt += Always;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineAdvisor.cpp 213 // are used. Thus we will always have the opportunity to make local inlining
288 R << "(cost=always)";
494 return MandatoryInliningKind::Always;
506 MandatoryInliningKind::Always ==
MLInlineAdvisor.cpp 195 MandatoryKind == InlineAdvisor::MandatoryInliningKind::Always;
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Process.inc 158 // the common case. Also don't wildcard expand /?. Always treat it as an
312 // The terminal always has colors.
460 // otherwise (if GetRandomNumber always succeeds in using
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 54 OnlyAlwaysInlining // Only run the always inlining pass.
130 Always, // All loops are assumed to be finite.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InlineAdvisor.h 148 /// only mandatory (always-inline) call sites should be recommended - this
187 enum class MandatoryInliningKind { NotMandatory, Always, Never };
  /src/external/gpl3/autoconf/dist/
cfg.mk 124 # Always use shorthand copyrights.
  /src/sys/arch/arm/arm/
cpufunc_asm_armv7.S 87 bfc r0, #0, #12 @ Always KERNEL_PID, i.e. 0
102 bfc r0, #0, #12 @ Always KERNEL_PID, i.e. 0
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/
mod_1_1.asm 158 shld %cl, r0, %eax C Always use shld?
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 19 * printcmd.c (print_frame_args): Always set highest_offset to
27 * dbxread.c (read_dbx_symtab): Always treat N_FN as a potential
110 * blockframe.c (find_pc_partial_function): Always return 1
1141 * blockframe.c (find_pc_partial_function): Always check that NAME
1452 case which always gets the argument from the word immediately
1454 (print_insn_arg ["[lL]w"]): Make sure to always get the register
1767 * main.c (symbol_completion_function): Always complete on result
1955 * coffread.c (record_misc_function): Always assign type unknown.
2281 (print_frame_args): Modified to always print arguments in the
2706 Made attach_command and detach_command always availible, bu
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 19 * printcmd.c (print_frame_args): Always set highest_offset to
27 * dbxread.c (read_dbx_symtab): Always treat N_FN as a potential
110 * blockframe.c (find_pc_partial_function): Always return 1
1141 * blockframe.c (find_pc_partial_function): Always check that NAME
1452 case which always gets the argument from the word immediately
1454 (print_insn_arg ["[lL]w"]): Make sure to always get the register
1767 * main.c (symbol_completion_function): Always complete on result
1955 * coffread.c (record_misc_function): Always assign type unknown.
2281 (print_frame_args): Modified to always print arguments in the
2706 Made attach_command and detach_command always availible, bu
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
hash.d 70 representation? Always false for interfaces, dynamic arrays, and
109 // Right now we always bytewise hash unions that lack callable `toHash`.
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp 508 if (Use.getKind() == UninitUse::Always)
567 // If the use is always reached from the entry block, make a note of that.
  /src/external/gpl2/groff/dist/src/devices/xditview/
Dvi.c 256 if (dw->dvi.backing_store != Always + WhenMapped + NotUseful) {
611 c-tab-always-indent: nil
  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 393 /// \returns AlwaysFallThrough iff we always fall off the end of the statement,
792 // If condition is always true, remove all but the 'then'.
801 // If condition is always false, remove all but the 'else'.
817 case UninitUse::Always:
1405 assert(Base && "A profile always has a base or property.");
1641 return U.getKind() == UninitUse::Always ||
2263 // expect to always be CFGElements and then fill in the BuildOptions
  /src/external/mit/libcbor/dist/docs/doxygen/search/
search.js 467 // Always returns true, since other documents may try to call it
  /src/external/gpl3/binutils/dist/
Makefile.def 79 // We always build gettext with pic, because some packages (e.g. gdbserver)
81 // Always enabling pic seems to make sense for something tied to
  /src/external/gpl3/binutils.old/dist/
Makefile.def 79 // We always build gettext with pic, because some packages (e.g. gdbserver)
81 // Always enabling pic seems to make sense for something tied to
  /src/external/gpl3/gcc/dist/
Makefile.def 79 // We always build gettext with pic, because some packages (e.g. gdbserver)
81 // Always enabling pic seems to make sense for something tied to
  /src/external/gpl3/gdb/dist/
Makefile.def 79 // We always build gettext with pic, because some packages (e.g. gdbserver)
81 // Always enabling pic seems to make sense for something tied to
  /src/external/gpl3/gdb.old/dist/
Makefile.def 79 // We always build gettext with pic, because some packages (e.g. gdbserver)
81 // Always enabling pic seems to make sense for something tied to
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/
vpaes-armv8.S 739 ## Always called right before return... jumps to cleanup and exits
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
vpaes-armv8.S 740 ## Always called right before return... jumps to cleanup and exits
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1537 case CodeGenOptions::FiniteLoopsKind::Always:
1954 Opts.FiniteLoops = CodeGenOptions::FiniteLoopsKind::Always;
2075 // -f[no-]diagnostics-colors[=never|always|auto].
2091 if (Value == "always")
3725 // This is the reason why '-fvisibility' needs to be always generated:
3740 // subsequent calls to `CreateFromArgs`/`generateCC1CommandLine` will always
4244 // Always avoid lexing editor placeholders when we're just running the

Completed in 85 milliseconds

1 2