Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dattr-target-mv.cpp168 constexpr int __attribute__((target("sse4.2"))) constexpr_foo(void) { in constexpr_foo() function
172 constexpr int __attribute__((target("arch=ivybridge"))) constexpr_foo(void) { in constexpr_foo() function
175 constexpr int __attribute__((target("default"))) constexpr_foo(void) { in constexpr_foo() function
H A Dwarn-unsafe-buffer-usage-fixits-parm-unsupported.cpp97 constexpr int constexpr_foo(int * p) { // expected-warning{{'p' is an unsafe pointer used for buffer access}} in constexpr_foo() function