Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Doop58-cpp.cpp114 void bad_func() { a = 12; } in bad_func() function in test_mutating_member_function::F
120 this->bad_func(); // no-warning: mutating this is allowed in F()
122 other.bad_func(); in F()
/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Ddeferred-oeverload.cu102 inline __host__ __device__ void bad_func() { // com-note {{to match this '{'}} function