Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp638 char old_c = NewName.at(pos); in MakeLegalFunctionName() local
640 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp636 char old_c = NewName.at(pos); in MakeLegalFunctionName() local
638 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp659 char old_c = NewName.at(pos); in MakeLegalFunctionName() local
661 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp678 char old_c = NewName.at(pos); in MakeLegalFunctionName() local
680 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
/netbsd-src/lib/libform/
H A Dinternals.c1750 char *new, old_c; in _formi_add_char() local
1839 old_c = row->string[pos]; in _formi_add_char()
1887 row->string[pos] = old_c; in _formi_add_char()