Searched refs:STK (Results 1 – 2 of 2) sorted by relevance
18 #define STK 4800000 macro43 int m = STK / 8; // > 4800000 bytes per thread in main()48 status == 0 && rlim.rlim_cur > STK) { // or small initial stack size in main()
1762 SimpleTypeKind STK = SimpleTypeKind::None; in lowerTypeBasic() local1822 STK = SimpleTypeKind::SignedCharacter; in lowerTypeBasic()1826 STK = SimpleTypeKind::UnsignedCharacter; in lowerTypeBasic()1836 if (STK == SimpleTypeKind::Int32 && in lowerTypeBasic()1838 STK = SimpleTypeKind::Int32Long; in lowerTypeBasic()1841 STK = SimpleTypeKind::UInt32Long; in lowerTypeBasic()1842 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()1844 STK = SimpleTypeKind::WideCharacter; in lowerTypeBasic()1845 if ((STK == SimpleTypeKind::SignedCharacter || in lowerTypeBasic()1848 STK = SimpleTypeKind::NarrowCharacter; in lowerTypeBasic()[all …]