Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/FixIt/
H A Dtypo.cpp78 namespace nonstd { namespace
90 …nonstd::basic_string<char> str; // expected-error{{no template named 'basic_string' in namespace '… in poit()
91 …nonstd::wide_string<char> str2; // expected-error{{no template named 'wide_string' in namespace 'n… in poit()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dlimited-randomness.cpp10 namespace nonstd { namespace
23 int l = nonstd::rand(); in testFunction1()