Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h764 struct BlkExprNumTy { struct
766 explicit BlkExprNumTy(signed idx) : Idx(idx) {} in BlkExprNumTy() argument
767 explicit BlkExprNumTy() : Idx(-1) {} in BlkExprNumTy() function