HomeSort by relevance Sort by last modified time
    Searched refs:invalid1 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
complex-init-list.c 36 struct teststruct invalid1 = { 1, 2 }; // expected-warning {{excess elements}} variable in typeref:struct:teststruct
  /external/clang/test/SemaCXX/
nullability.cpp 39 typedef _Nonnull AddNonNull<T> invalid1; // expected-error{{nullability specifier '_Nonnull' cannot be applied to non-pointer type 'AddNonNull<T>'}} typedef in struct:AddNonNull2
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 249 String[] invalid1 = { null, validuser1, validpassword1 }; local
255 String[][] invalids1 = { invalid1, invalid4 };

Completed in 86 milliseconds