Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSURL.py69 my_string = CFString.CFString_SummaryProvider(text, None)
70 if len(my_string) > 0 and base.GetValueAsUnsigned(0) != 0:
72 my_string = my_string[0:len(my_string) - 1]
73 my_string = my_string + ' -- '
78 my_string = my_string + my_base_string
79 return my_string
H A DNSBundle.py58 my_string = text.GetSummary()
59 if (my_string is None) or (my_string == ''):
67 return my_string
/llvm-project-15.0.7/lldb/test/API/commands/memory/write/
H A Dmain.c4 char my_string[] = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 0}; in main() local
5 printf("my_string=%s\n", my_string); // Set break point at this line. in main()
/llvm-project-15.0.7/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
24 printf("my_string=%s\n", my_string); in main()
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dglobal-no-strings.ll9 ; The various CodeView outputs should have a description of "my_string", but not
14 ; char* my_string =
32 @my_string = dso_local global ptr @"??_C@_08HCBFHPJA@12345679?$AA@", align 8, !dbg !7
47 !8 = distinct !DIGlobalVariable(name: "my_string", scope: !9, file: !2, line: 1, type: !12, isLocal…
/llvm-project-15.0.7/lldb/test/API/lang/objc/rdar-11355592/
H A Dmain.m31 const char *my_string = (char *) my_foolie;
33 my_string = "Now this is a REAL string..."; // Set breakpoint here.
/llvm-project-15.0.7/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-15.0.7/clang/test/Analysis/
H A Dinner-pointer.cpp17 string my_string = "default"; variable
18 void default_arg(int a = 42, string &b = my_string);
/llvm-project-15.0.7/llvm/docs/
H A DCMakePrimer.rst129 set(my_string "a b c d")