Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.cpp257 std::string token_str = body.substr(start, token.getLength()); in TokenVerifier() local
258 if (token_str.empty()) in TokenVerifier()
260 m_tokens.insert(token_str); in TokenVerifier()
DClangModulesDeclVendor.cpp544 std::string token_str(literal_data, ti->getLength()); in ForEachMacro() local
545 macro_expansion.append(token_str); in ForEachMacro()
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Dtokens.py302 token_str, date_str, string_literal = line
304 token = int(token_str, 16)
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c5349 char *line, *line_str, *token, *token_str; in parse_ugid_map() local
5364 for (i = 0, token_str = line; i < 3; i++, token_str = NULL) { in parse_ugid_map()
5365 token = strtok_r(token_str, " ", &token_state); in parse_ugid_map()