Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Char

36     MDHelper(VMContext), Root(nullptr), Char(nullptr) {
66 // give special powers to char and certain similar types. However,
69 if (!Char)
70 Char = createTBAAScalarType("omnipotent char", getRoot());
72 return Char;
98 // effectively in the general char alias class.
111 // In C++, this technically only includes "char" and "unsigned char",
112 // and not "signed char". In C, it includes all three. For now,