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

/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp196 static void DefineTypeSizeof(StringRef MacroName, unsigned BitWidth, function
496 DefineTypeSizeof("__SIZEOF_DOUBLE__", TI.getDoubleWidth(), TI, Builder);
497 DefineTypeSizeof("__SIZEOF_FLOAT__", TI.getFloatWidth(), TI, Builder);
498 DefineTypeSizeof("__SIZEOF_INT__", TI.getIntWidth(), TI, Builder);
499 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder);
500 DefineTypeSizeof("__SIZEOF_LONG_DOUBLE__",TI.getLongDoubleWidth(),TI,Builder);
501 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder);
502 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder);
503 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder);
504 DefineTypeSizeof("__SIZEOF_PTRDIFF_T_
[all...]

Completed in 106 milliseconds