Searched refs:constInt (Results 1 – 6 of 6) sorted by relevance
29 typedef const int constInt; typedef30 constInt anotherGlobalConstant = 1;32 constInt localConstant = 2; in testCapturedConstantsTypedef()33 static constInt staticConstant = 3; in testCapturedConstantsTypedef()
23 const int constInt = 0; variable25 const int *pointerToConstInt = &constInt;28 const int *const constPointerToConstInt = &constInt;30 const int &constReferenceToConstInt = constInt;
23 INTEGER, PARAMETER :: constInt = 0 local40 DO CONCURRENT (I = 1 : 10 : constInt)
116 if (auto constInt = getConstantIntValue(val)) { in bubbleUpPadSlice() local117 staticIndices.push_back(*constInt); in bubbleUpPadSlice()
1741 if (Optional<int64_t> constInt = in matchAndRewrite() local1743 newSrcShape[i] = *constInt; in matchAndRewrite()
131 const int constInt = 42; in main() local