Home
last modified time | relevance | path

Searched refs:float_val2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Danonymous-struct-union.c61 float float_val2; member
66 float_val2 = 0.0; // expected-error{{use of undeclared identifier}} in f()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Danonymous-union.cpp89 float float_val2; member
98 float_val2 = 0.0; in f()