Home
last modified time | relevance | path

Searched refs:string_array (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/thread/
H A Dpthread5.cc66 std::string string_array[4]; in thread_function() local
67 string_array[0] = "toto"; in thread_function()
68 string_array[1] = "titi"; in thread_function()
69 string_array[2] = "tata"; in thread_function()
70 string_array[3] = "tutu"; in thread_function()
78 if ((*aIt) == &(string_array[k])) in thread_function()
82 mylist.push_back (&(string_array[k])); in thread_function()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp86 llvm::ArrayRef<const char *> string_array, CommandReturnObject &result) { in InsertStringArray() argument
87 if(string_array.empty()) in InsertStringArray()
90 for (const char *str : string_array) { in InsertStringArray()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointIDList.h51 void InsertStringArray(llvm::ArrayRef<const char *> string_array,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp473 ConstantDataSequential *string_array = nullptr; in RewriteObjCConstString() local
476 string_array = dyn_cast<ConstantDataSequential>(cstr->getInitializer()); in RewriteObjCConstString()
482 …m_intptr_ty, cstr ? (string_array->getNumElements() - 1) * string_array->getElementByteSize() : 0,… in RewriteObjCConstString()
484 switch (cstr ? string_array->getElementByteSize() : 1) { in RewriteObjCConstString()
498 string_array->getElementByteSize()); in RewriteObjCConstString()