Home
last modified time | relevance | path

Searched refs:charType (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/utils/ABITest/
H A DABITestGen.py518 charType = BuiltinType('char',1)
524 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType])
550 type = { 'i8' : charType,
/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c6906 charType = 'C';
6908 charType = 'S';
6912 charType = 'L';
6914 charType = 'I';
6917 charType = 'Q';
6924 charType = 'c';
6926 charType = 's';
6930 charType = 'l';
6932 charType = 'i';
6936 charType = 'q';
[all …]
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c8146 charType = 'C'; in encode_gnu_bitfield()
8148 charType = 'S'; in encode_gnu_bitfield()
8152 charType = 'L'; in encode_gnu_bitfield()
8154 charType = 'I'; in encode_gnu_bitfield()
8157 charType = 'Q'; in encode_gnu_bitfield()
8164 charType = 'c'; in encode_gnu_bitfield()
8166 charType = 's'; in encode_gnu_bitfield()
8170 charType = 'l'; in encode_gnu_bitfield()
8172 charType = 'i'; in encode_gnu_bitfield()
8176 charType = 'q'; in encode_gnu_bitfield()
[all …]