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

  /external/clang/test/SemaCXX/
explicit.cpp 130 struct NotInt {
135 NotInt ni;
138 new int[ni]; // expected-error {{array size expression of type 'NotInt' requires explicit conversion to type 'int'}}
  /libcore/luni/src/test/java/libcore/java/lang/
OldIntegerTest.java 39 tProps.put("testIncInt", "notInt");
49 tProps.put("testIncInt", "notInt");
  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 271 Jump notInt = branch32(NotEqual, scratch, TrustedImm32(JSValue::Int32Tag));
278 return notInt;
309 Jump notInt = branchPtr(Below, scratch, tagTypeNumberRegister);
312 notInt.link(this);
JITArithmetic.cpp     [all...]
JITArithmetic32_64.cpp 477 Jump notInt = branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)); // op2 is not an int
486 notInt.link(this);
    [all...]

Completed in 1280 milliseconds