Searched refs:charType (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-encoding.c756 char charType = '?'; local
769 charType = 'C'; break;
771 charType = 'S'; break;
775 charType = 'L';
777 charType = 'I';
781 charType = 'Q'; break;
792 charType = 'c'; break;
794 charType = 's'; break;
798 charType = 'l';
800 charType
[all...]
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c6889 char charType = '?';
6899 charType = 'C';
6901 charType = 'S';
6905 charType = 'L';
6907 charType = 'I';
6910 charType = 'Q';
6917 charType = 'c';
6919 charType = 's';
6923 charType = 'l';
6925 charType
6869 char charType = '?'; local
[all...]

Completed in 105 milliseconds