Searched refs:constInt (Results 1 – 9 of 9) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | constErrors.frag | 6 const int constInt = 3; 13 const int a2 = constInt; // okay 16 vec4 c[constInt]; // okay 18 vec4 e[constInt + uniformInt]; // error 19 vec4 f[uniformInt + constInt]; // error 27 } s = S(vec3(3.0), ivec2(3, constInt + uniformInt)); // ERROR, non-const y componenent 33 } s2 = S2(vec3(3.0), ivec2(3, constInt), mat2x4(1.0, 2.0, 3.0, inVar.x, 5.0, 6.0, 7.0, 8.0)); // E…
|
/external/llvm-project/clang/test/Analysis/ |
D | blocks-no-inline.c | 29 typedef const int constInt; typedef 30 constInt anotherGlobalConstant = 1; 32 constInt localConstant = 2; in testCapturedConstantsTypedef() 33 static constInt staticConstant = 3; in testCapturedConstantsTypedef()
|
/external/clang/test/Analysis/ |
D | blocks-no-inline.c | 29 typedef const int constInt; typedef 30 constInt anotherGlobalConstant = 1; 32 constInt localConstant = 2; in testCapturedConstantsTypedef() 33 static constInt staticConstant = 3; in testCapturedConstantsTypedef()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | cppcoreguidelines-avoid-non-const-global-variables.cpp | 23 const int constInt = 0; variable 25 const int *pointerToConstInt = &constInt; 28 const int *const constPointerToConstInt = &constInt; 30 const int &constReferenceToConstInt = constInt;
|
/external/llvm-project/flang/test/Semantics/ |
D | dosemantics02.f90 | 23 INTEGER, PARAMETER :: constInt = 0 local 40 DO CONCURRENT (I = 1 : 10 : constInt)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | constErrors.frag.out | 23 0:? 'constInt' ( const int) 47 0:? 'constInt' ( const int)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1812 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local 1813 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte() 1818 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local 1820 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte() 1834 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local 1835 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte() 1840 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local 1842 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1801 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local 1802 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte() 1807 if (const auto *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local 1809 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte() 1823 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local 1824 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte() 1829 if (const auto *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local 1831 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1834 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local 1835 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte() 1840 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local 1842 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte() 1856 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local 1857 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte() 1862 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local 1864 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte()
|