HomeSort by relevance Sort by last modified time
    Searched defs:Any (Results 1 - 4 of 4) 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 212 // Otherwise, add any offset that our operands provide.
495 // currently don't do any of this for big endian systems. It can be
550 bool Any = false;
557 Any = true;
566 if (!Any) return 0;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 446 // Handle the trivial case, which works for any SCEV type.
639 /// DeleteTriviallyDeadInstructions - If any of the instructions is the
640 /// specified set are trivially dead, delete them and see if this makes any of
689 // Once any of the metrics loses, they must all remain losers.
    [all...]

Completed in 314 milliseconds