Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1700 auto ValPos = S.find_first_of("-0123456789", FormPos); in TEST() local
1701 EXPECT_NE(ValPos, std::string::npos); in TEST()
1702 int64_t Val = std::atoll(S.substr(ValPos).c_str()); in TEST()