Searched refs:legal_elements (Results 1 - 4 of 4) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp633 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; local
635 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp635 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; local
637 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp656 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; local
658 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp675 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; local
677 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) {

Completed in 108 milliseconds