Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Doptnone-def-decl.cpp63 extern int optnone_function(int a) __attribute__((optnone));
66 int optnone_function(int a) { in optnone_function() function
72 return optnone_function(4); in user_of_optnone_function()