Home
last modified time | relevance | path

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

/external/syzkaller/pkg/compiler/
Dcheck.go625 func (comp *compiler) checkStruct(ctx checkCtx, n *ast.Struct) {
660 type checkCtx struct { struct
661 instantiationStack []string
664 func (comp *compiler) checkType(ctx checkCtx, t *ast.Type, flags checkFlags) {
779 func (comp *compiler) replaceTypedef(ctx *checkCtx, t *ast.Type, flags checkFlags) {
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp94 static void expandGraphWithCheckers(CHECK_CTX checkCtx, in expandGraphWithCheckers()