Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nullptr-basic.cpp260 void ambiguous_function(int *a) {} in ambiguous_function() function
261 void ambiguous_function(float *a) {} in ambiguous_function() function