Home
last modified time | relevance | path

Searched defs:getBlockID (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h132 unsigned getBlockID() const { getBlockID() function
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h238 uint32_t getBlockID(Block *block) const { return blockIDMap.lookup(block); } in getBlockID() function
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1105 unsigned getBlockID() const { return BlockID; } in getBlockID() function