Home
last modified time | relevance | path

Searched refs:g_zero (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp754 static const ConstString g_zero("[0]"); in GetIndexOfChildWithName() local
756 if (name == g_zero) in GetIndexOfChildWithName()
778 static const ConstString g_zero("[0]"); in GetChildAtIndex() local
788 g_zero); in GetChildAtIndex()
H A DNSDictionary.cpp991 static const ConstString g_zero("[0]"); in GetIndexOfChildWithName() local
992 return name == g_zero ? 0 : UINT32_MAX; in GetIndexOfChildWithName()
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp230 static volatile int g_zero = 0; variable
287 EXPECT_UMR(a_s4[g_zero] = 100 / *GetPoisoned<S4>(0, 1)); in TEST()
290 a_s4[g_zero] = 1 - *GetPoisoned<S4>(); in TEST()
291 a_s4[g_zero] = 1 + *GetPoisoned<S4>(); in TEST()