OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
207
// Otherwise, add
any
offset that our operands provide.
490
// currently don't do
any
of this for big endian systems. It can be
545
bool
Any
= false;
553
Any
= true;
562
if (!
Any
) return 0;
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
431
// Handle the trivial case, which works for
any
SCEV type.
624
/// DeleteTriviallyDeadInstructions - If
any
of the instructions is the
625
/// specified set are trivially dead, delete them and see if this makes
any
of
[
all
...]
Completed in 2688 milliseconds