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

  /external/clang/test/Parser/
builtin_classify_type.c 11 static int ary[__builtin_classify_type(a)]; local
  /external/clang/test/Sema/
incomplete-decl.c 15 int ary[]; // expected-warning {{tentative array definition assumed to have one element}} variable
19 int ary[]; // expected-error{{definition of variable with array type needs an explicit size or an initializer}} local
array-init.c 7 static int ary[] = { x, y, z }; // expected-error{{initializer element is not a compile-time constant}} variable
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 18 int ary[a]; // expected-error {{size of array has non-integer type 'const std_example::A'}} member in namespace:std_example
  /external/opencv/
cvjni.cpp 425 jobjectArray ary = env->NewObjectArray(rects->total, jcls, 0); local
426 if (ary == 0) {
448 env->SetObjectArrayElement(ary, i, jrect);
452 return ary;

Completed in 137 milliseconds