Home
last modified time | relevance | path

Searched defs:nextID (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h342 uint32_t nextID = 1; variable
/llvm-project/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp121 uint32_t nextID = 1; member in DeserializationTest
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DVar.h326 VarInfo::ID nextID() const { return static_cast<VarInfo::ID>(vars.size()); } in nextID() function
/llvm-project/clang-tools-extra/clangd/support/
H A DTrace.cpp141 static int64_t nextID() { in nextID() function in clang::clangd::trace::__anondc7550a90111::JSONTracer::JSONSpan
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp502 unsigned nextID = 0; in buildCostGraph() local