Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dboost-use-to-string.cpp124 void string_as_T(T t = T()) { in string_as_T() function
130 string_as_T(boost::lexical_cast<T>(42)); in string_as_T()
147 string_as_T<int>(); in no_warnings()
148 string_as_T<std::string>(); in no_warnings()