Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/
H A Dinline-function-decl.hpp113 void badVariadicFunctionWrongLocation();
121 template <typename... Ts> void LIBC_INLINE badVariadicFunctionWrongLocation() {} in badVariadicFunctionWrongLocation() function