Home
last modified time | relevance | path

Searched defs:diff_type3 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dattr-target-version.cpp54 int __attribute__((target_version("fp16fml"))) diff_type3(void) noexcept(false) { return 1; } in diff_type3() function
57 int __attribute__((target_version("sve2-sha3"))) diff_type3(void) noexcept(true) { return 2; } in diff_type3() function