Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-constant-expr.cpp36 consteval _Complex float test_ComplexFloat() { return 1.2f+3.4fi; } in test_ComplexFloat() function
48 (void)test_ComplexFloat(); in test()