Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dvector.cpp481 float4 theFloat4; in use() local
482 NormalMember<double>().f(theFloat4); in use()
484 ConstantValueNoDiag<double>().f(theFloat4); in use()
485 ConstantValueNoDiagDependentValue<double, 1>().f(theFloat4); in use()
486 DiagTrunc<double>().f(theFloat4); in use()
488 DiagTruncDependentValue<double, 0>().f(theFloat4); in use()
490 DiagTruncDependentType<double>().f(theFloat4); in use()
491 PR45298Consumer<double>().f(theFloat4); in use()