Home
last modified time | relevance | path

Searched defs:get_data (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dtest_allocator.h195 TEST_CONSTEXPR int get_data() const { return data_; } get_data() function
251 TEST_CONSTEXPR int get_data() const { return data_; } get_data() function
283 TEST_CONSTEXPR int get_data() const { return data_; } get_data() function
/llvm-project/lldb/unittests/Utility/
H A DScalarTest.cpp170 auto get_data = [](llvm::APSInt v) { in TEST() local
/llvm-project/lldb/examples/python/
H A Dmach_o.py900 def get_data(self): member in Mach.Skinny