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

  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 45 volatile float &b9() { return *(float*)0; } function
46 // CHECK: "\01?b9@@YAACMXZ"
  /external/clang/test/SemaCXX/
constant-expression.cpp 43 b9 : (int)1.5, member in struct:C
uninitialized.cpp 196 B b9 = getB(b9.y); // expected-warning {{variable 'b9' is uninitialized when used within its own initialization}} local
223 B b9 = getB(b9.y); // expected-warning {{variable 'b9' is uninitialized when used within its own initialization}} variable

Completed in 341 milliseconds