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

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/lib/Support/
ToolOutputFile.cpp 22 : Filename(std::string(Filename)), Keep(false) {
33 if (!Keep)
53 Installer.Keep = true;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
66 void keep() { Installer.Keep = true; } function in class:llvm::ToolOutputFile
  /src/compat/riscv64/rv32/
bsd.rv32.mk 3 # Keep this out of the .ifndef section, otherwise bsd.own.mk overrides this
  /src/external/gpl3/gdb/dist/gdb/
gdb_mbuild.sh 35 -k Keep going. Do not stop after the first build fails.
36 --keep Keep builds. Do not remove each build when finished.
61 keep=false
81 --keep )
82 keep=true
162 # fail? If the test is true, and we don't want to keep going, print
322 if ${keep}
  /src/external/gpl3/gdb.old/dist/gdb/
gdb_mbuild.sh 35 -k Keep going. Do not stop after the first build fails.
36 --keep Keep builds. Do not remove each build when finished.
61 keep=false
81 --keep )
82 keep=true
162 # fail? If the test is true, and we don't want to keep going, print
322 if ${keep}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
s390.inc 43 # Keep the original SP in %r11.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
s390.inc 43 # Keep the original SP in %r11.
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
sha512-riscv64-zvkb-zvknhb.S 43 # Keep the current state as we need it later: H' = H+{a',b',c',...,h'}.
sha256-riscv64-zvkb-zvknha_or_zvknhb.S 74 # Keep the current state as we need it later: H' = H+{a',b',c',...,h'}.
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.h 146 // Used by addUnwrappedLine to denote whether to keep or remove a level
148 enum class LineLevel { Remove, Keep };
210 // Thus, we need to keep a list of preprocessor directives to be reported
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinkerCompileUnit.cpp 47 I.Keep = !I.Prune;
81 /// Keep track of a forward cross-cu reference from this unit
  /src/external/lgpl3/gmp/dist/mpn/sh/sh2/
addmul_1.asm 46 mov #0,r0 C Keep r0 = 0 for entire loop
mul_1.asm 46 mov #0,r0 C Keep r0 = 0 for entire loop
submul_1.asm 46 mov #0,r0 C Keep r0 = 0 for entire loop
  /src/libexec/httpd/
printenv.lua 6 -- Keep in mind that bozohttpd forks for each request when started in
8 -- the same value on each invocation. You can not keep state between
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 339 // We need to emit only one of these. The prevailing module will keep it,
731 Mod.Keep.push_back(&GV);
771 Mod.Keep.push_back(GV);
791 Mod.Keep.push_back(GV);
855 std::vector<GlobalValue *> Keep;
856 for (GlobalValue *GV : Mod.Keep) {
868 Keep.push_back(GV);
879 Keep.push_back(GV);
882 return RegularLTO.Mover->move(std::move(Mod.M), Keep,
1572 (*ResultOrErr)->keep();
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
RegionInfoImpl.h 419 std::vector<std::unique_ptr<RegionT>> Keep;
425 Keep.push_back(std::move(R));
431 std::move_iterator<typename RegionSet::iterator>(Keep.begin()),
432 std::move_iterator<typename RegionSet::iterator>(Keep.end()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h 67 bool Keep : 1;
164 /// Keep track of a forward reference to DIE \p Die in \p RefUnit by \p
182 /// Keep track of a DW_AT_range attribute that we will need to patch up later.
185 /// Keep track of a location attribute pointing to a location list in the
  /src/external/gpl3/gcc/dist/libgcc/config/sh/
crt1.S 41 ! make a place to keep any previous value of the vbr register
223 ! Privileged mode RB 1 BL 0. Keep BL 0 to allow default trap handlers to work.
224 ! Whether profiling or not, keep interrupts masked,
233 ! Privileged mode RB 1 BL 0. Keep BL 0 to allow default trap handlers to work.
239 ! Privileged mode RB 1 BL 0. Keep BL 0 to allow default trap handlers to work.
240 ! Keep interrupts disabled - the application will enable as required.
  /src/external/gpl3/gcc.old/dist/libgcc/config/sh/
crt1.S 41 ! make a place to keep any previous value of the vbr register
223 ! Privileged mode RB 1 BL 0. Keep BL 0 to allow default trap handlers to work.
224 ! Whether profiling or not, keep interrupts masked,
233 ! Privileged mode RB 1 BL 0. Keep BL 0 to allow default trap handlers to work.
239 ! Privileged mode RB 1 BL 0. Keep BL 0 to allow default trap handlers to work.
240 ! Keep interrupts disabled - the application will enable as required.
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cc-alu.S 46 # Keep R2 with a value of 0
push-pop-multiple.s 37 # Keep the garbage value in I0
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cc-alu.S 46 # Keep R2 with a value of 0
push-pop-multiple.s 37 # Keep the garbage value in I0
  /src/usr.bin/make/unit-tests/
parse-var.mk 26 # eval-keep-undefined
27 # eval-keep-dollar-and-undefined
104 # Keep these braces outside the conditions below, to keep them simple to

Completed in 36 milliseconds

1 2 3 4