Searched defs:BlockEdge (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/Analysis/ | ||
H A D | ProgramPoint.h | 448 class BlockEdge : public ProgramPoint { class in namespace:clang 450 BlockEdge(const CFGBlock *B1, const CFGBlock *B2, const LocationContext *L) function in class:clang::BlockEdge 452 assert(B1 && "BlockEdge: source block must be non-null"); 453 assert(B2 && "BlockEdge: destination block must be non-null"); 466 BlockEdge() {} function in class:clang::BlockEdge |
Completed in 482 milliseconds