Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dstring-find-startswith.cpp35 typedef basic_string global_string; typedef
42 void tests(std::string s, global_string s2) { in tests()
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cpp19 static char global_string[] = "global"; variable
93 StrLenOOBTestTemplate(global_string, global_string_length, OOBKind::Global); in TEST()