HomeSort by relevance Sort by last modified time
    Searched defs:Any (Results 1 - 5 of 5) sorted by null

  /external/easymock/src/org/easymock/internal/matchers/
Any.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 public class Any implements IArgumentMatcher, Serializable {
26 public static final Any ANY = new Any();
28 private Any() {
37 buffer.append("<any>");
  /external/clang/test/SemaCXX/
conversion-function.cpp 26 // expected-error{{conversion function cannot have any parameters}}
205 struct Any {
206 Any(...);
215 Any any = Other(); // expected-error{{cannot pass object of non-POD type 'Other' through variadic constructor; call will abort at runtime}} local
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 249 // Otherwise, add any offset that our operands provide.
522 // currently don't do any of this for big endian systems. It can be
577 bool Any = false;
584 Any = true;
593 if (!Any) return 0;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 455 // Handle the trivial case, which works for any SCEV type.
729 // Fow now, consider any other type of expression (div/mul/min/max) high cost.
733 /// DeleteTriviallyDeadInstructions - If any of the instructions is the
734 /// specified set are trivially dead, delete them and see if this makes any of
783 // Once any of the metrics loses, they must all remain losers.
869 /// before, rate it. Optional LoserRegs provides a way to declare any formula
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 183 milliseconds