Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dattr-target-version.cpp50 auto __attribute__((target_version("rcpc2"))) diff_type2(void) -> int { return 1; } in diff_type2() function
52 auto __attribute__((target_version("bf16"))) diff_type2(void) -> long { return (long)1; } in diff_type2() function