Home
last modified time | relevance | path

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

/llvm-project/lld/test/MachO/
H A Dsectcreate.s68 .global my_string symbol
69 my_string: label
/llvm-project/lldb/test/API/commands/memory/write/
H A Dmain.c4 char my_string[] = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 0}; in main() local
/llvm-project/lldb/test/API/commands/register/register/register_command/
H A Dmain.cpp12 char my_string[] = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 0}; in main() local
/llvm-project/lldb/test/API/commands/memory/read/
H A Dmain.c4 char my_string[] = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 0}; in main() local
/llvm-project/clang/test/Analysis/
H A Dinner-pointer.cpp17 string my_string = "default"; variable