Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp410 std::string legal_elements = in MakeLegalFunctionName() local
413 while ((pos = NewName.find_first_not_of(legal_elements)) != in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp635 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; in MakeLegalFunctionName() local
637 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) { in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp633 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; in MakeLegalFunctionName() local
635 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) { in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp656 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; in MakeLegalFunctionName() local
658 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) { in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp675 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; in MakeLegalFunctionName() local
677 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) { in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp672 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; in MakeLegalFunctionName() local
674 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) { in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp672 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; in MakeLegalFunctionName() local
674 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) { in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp672 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; in MakeLegalFunctionName() local
674 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) { in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp673 std::string legal_elements = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; in MakeLegalFunctionName() local
675 while ((pos = NewName.find_first_not_of(legal_elements)) != std::string::npos) { in MakeLegalFunctionName()