Searched defs:Any (Results 1 - 4 of 4) sorted by relevance

/external/easymock/src/org/easymock/internal/matchers/
H A DAny.java22 public class Any implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
26 public static final Any ANY = new Any();
28 private Any() { method in class:Any
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp205 struct Any { struct
206 Any(...);
215 Any any = Other(); // expected-error{{cannot pass object of non-POD type 'Other' through variadic constructor; call will abort at runtime}}
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp580 bool Any = false; local
587 Any = true;
596 if (!Any) return 0;
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3677 bool Any = false; local
3741 Any = true;
3745 if (Any)
3796 bool Any = false; local
3814 Any = true;
3830 Any = true;
3837 if (Any)
3897 bool Any = false; local
3908 Any = true;
3911 if (Any)
3990 bool Any = false; local
[all...]

Completed in 619 milliseconds