Home
last modified time | relevance | path

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

/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DVariablesTest.cpp42 const char local_CString[] = "abc"; // Testing constant string. in main() local
43 const char *local_pCString = local_CString; // Avoid optimizing the const away in main()
/llvm-project/lldb/test/Shell/SymbolFile/PDB/
H A Dvariables.test47 FUNC-MAIN-NEXT: Variable{{.*}}, name = "local_CString"