Home
last modified time | relevance | path

Searched defs:constInt (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/test/Analysis/
Dblocks-no-inline.c29 typedef const int constInt; typedef
/external/clang/test/Analysis/
Dblocks-no-inline.c29 typedef const int constInt; typedef
/external/llvm-project/flang/test/Semantics/
Ddosemantics02.f9023 INTEGER, PARAMETER :: constInt = 0 local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1812 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1818 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local
1834 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1840 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1834 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1840 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local
1856 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1862 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1801 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1807 if (const auto *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local
1823 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1829 if (const auto *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-avoid-non-const-global-variables.cpp23 const int constInt = 0; variable