Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dblocks-no-inline.c29 typedef const int constInt; typedef
30 constInt anotherGlobalConstant = 1;
32 constInt localConstant = 2; in testCapturedConstantsTypedef()
33 static constInt staticConstant = 3; in testCapturedConstantsTypedef()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1807 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1808 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte()
1813 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local
1815 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte()
1829 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1830 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte()
1835 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local
1837 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte()