Lines Matching refs:KmpInt32Ty
1591 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1593 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
1628 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1634 std::make_pair(".global_tid.", KmpInt32Ty),
1635 std::make_pair(".part_id.", Context.getPointerType(KmpInt32Ty)),
1653 QualType KmpInt32Ty =
1664 std::make_pair(".global_tid.", KmpInt32Ty),
1665 std::make_pair(".part_id.", Context.getPointerType(KmpInt32Ty)),
1674 std::make_pair(".liter.", KmpInt32Ty),
1689 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1691 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();