Home
last modified time | relevance | path

Searched refs:y10 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Analysis/
Ddead-stores.c252 int y10 = 4; in f22() local
274 ++y10; in f22()
338 (void)y10; in f22()
/external/clang/test/SemaCXX/
Dwarn-literal-conversion.cpp28 …int y10 = -1.2F; // expected-warning {{implicit conversion from 'float' to 'int' changes value fr… in test0() local
Dexplicit.cpp88 const Y y10{z}; // expected-error {{excess elements}} in testExplicit() local
/external/v8/test/mjsunit/
Dtrack-fields.js64 o.y08 = v; o.y09 = v; o.y10 = v; o.y11 = v; o.y12 = v; o.y13 = v; o.y14 = v;