Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dblocks-no-inline.c29 typedef const int constInt; typedef
/llvm-project-15.0.7/flang/test/Semantics/
H A Ddosemantics02.f9023 INTEGER, PARAMETER :: constInt = 0 local
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-non-const-global-variables.cpp23 const int constInt = 0; variable
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.cpp116 if (auto constInt = getConstantIntValue(val)) { in bubbleUpPadSlice() local
H A DTensorOps.cpp1741 if (Optional<int64_t> constInt = in matchAndRewrite() local
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/
H A Dmain.cpp131 const int constInt = 42; in main() local