MCPcopy Create free account
hub / github.com/R-Fuzz/symsan / ASTParser

Method ASTParser

include/parse.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31class ASTParser {
32public:
33 ASTParser() = delete;
34 ASTParser(void *base, size_t size)
35 : base_(static_cast<dfsan_label_info*>(base)),
36 size_(size / sizeof(dfsan_label_info)),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected