Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h310 unsigned id() const { return SExprID; } in id()
317 void setID(BasicBlock *B, unsigned id) { Block = B; SExprID = id; } in setID()
326 unsigned SExprID = 0; variable