Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
Dmodify_srcu.awk239 end_loc = length(old_record) - length($0);
240 end_loc += index(last_fs, ",") - length(last_fs);
248 len = end_loc - start_loc;
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.cpp473 std::string transformed_text, size_t &start_loc, size_t &end_loc) { in GetOriginalBodyBounds() argument
478 end_loc = transformed_text.find(m_end_marker); in GetOriginalBodyBounds()
479 return end_loc != std::string::npos; in GetOriginalBodyBounds()
DClangExpressionSourceCode.h72 size_t &start_loc, size_t &end_loc);
/external/OpenCL-CTS/test_conformance/basic/
Dtest_vector_creation.cpp373 char *end_loc = strstr(start_loc, "\n"); in test_vector_creation() local
374 memcpy(&found_line, start_loc, (end_loc-start_loc)); in test_vector_creation()
375 found_line[end_loc-start_loc]='\0'; in test_vector_creation()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusNameParser.cpp643 clang::SourceLocation end_loc = last_token.getLocation(); in GetTextForRange() local
645 unsigned end_pos = end_loc.getRawEncoding() + last_token.getLength(); in GetTextForRange()