Searched refs:Prefer (Results 1 – 25 of 232) sorted by relevance
12345678910
14 // Prefer library version.17 // Prefer library version.
17 // Prefer library version.20 // Prefer library version.
38 `OOP57-CPP. Prefer special member functions and overloaded operators to C 40 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/OOP57-CPP.+Prefer+special+member+functions+a…
6 Prefer comparisons in the ``absl::Time`` domain instead of the integer domain.
6 Prefer transparent functors to non-transparent ones. When using transparent
511 Iter.Prefer = nullptr; in findRegisterPreference()545 Iter.Prefer = SrcVar; in findRegisterPreference()556 if (BuildDefs::dump() && Verbose && Iter.Prefer) { in findRegisterPreference()559 Iter.Prefer->dump(Func); in findRegisterPreference()560 Str << " R=" << Iter.PreferReg << " LIVE=" << Iter.Prefer->getLiveRange() in findRegisterPreference()580 if (Iter.AllowOverlap && Item != Iter.Prefer && in filterFreeWithInactiveRanges()892 if (Item != Iter.Prefer && Aliases[RegNum] && in scan()932 if (Iter.Prefer && (Iter.AllowOverlap || Iter.Free[Iter.PreferReg])) { in scan()
63 Variable *Prefer = nullptr; variable
10 +// Prefer Android's libbase definitions to our own.
15 // Prefer library version.
10 ; Prefer a constant pool load here.
11 - Prefer mechanism to policy.13 - Prefer security over code re-use and speed of development.
13 ; Prefer a constant pool load here.
24 // Prefer library version.
27 // Prefer our more up-to-date protobuf over 3.2.0
57 # Prefer mkstemp() over tmpnam(). This isn't super important,
55 This op is deprecated. Prefer `tf.nn.batch_normalization`.
115 This op is deprecated and will be removed in the future. Prefer
46 // Deprecated. Prefer ion_heaps_bytes.
38 // Prefer |frequency| by default, as it's easier to oversample with a
139 Prefer to write C++ code over C code, using ``extern "C"`` for symbols that must166 Prefer C++-style (``//``) comments over C-style comments (``/* */``). C-style278 * Avoid writing C source (.c) files in Pigweed. Prefer to write C++ code with310 // Prefer using functions over extern global variables.408 Prefer storing references over storing pointers. Pointers are required when the
33 @rem Prefer MSBuild 14.0 over MSBuild 15.0, since the latter may not be able to find a VC14 install.
34 1. [Prefer lists to tables](#prefer-lists-to-tables)133 Prefer spacing after `#` and newlines before and after:361 ## Prefer lists to tables