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

  /art/test/626-checker-arm64-scratch-register/src/
Main.java 38 boolean b19; field in class:Main
131 float f19 = b19 ? 0.0f : 1.0f;
  /external/clang/test/SemaCXX/
uninitialized.cpp 483 const B b19 = b19; // expected-warning {{variable 'b19' is uninitialized when used within its own initialization}} local
515 const B b19 = b19; // expected-warning {{variable 'b19' is uninitialized when used within its own initialization}} variable
1177 B b19 = { {0, b19.a2.i2} }; \/\/ expected-warning{{uninitialized}} member in namespace:U::init_list
1235 B b19 = { {0, b19.a2.i2} }; \/\/ expected-warning{{uninitialized}} member in struct:U::init_list::Bwrapper
    [all...]

Completed in 93 milliseconds