/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 | 9 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;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 2127 const float arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); local [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 2127 const float arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texfilter.c | 2357 const GLfloat arx = FABSF(rx), ary = FABSF(ry), arz = FABSF(rz); local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 2357 const GLfloat arx = FABSF(rx), ary = FABSF(ry), arz = FABSF(rz); local [all...] |