Home
last modified time | relevance | path

Searched refs:STK (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/misc_bugs/
H A Dstack-propagate.c18 #define STK 4800000 macro
43 int m = STK / 8; // > 4800000 bytes per thread in main()
48 status == 0 && rlim.rlim_cur > STK) { // or small initial stack size in main()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1762 SimpleTypeKind STK = SimpleTypeKind::None; in lowerTypeBasic() local
1822 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 …]