Searched refs:checkCtx (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/pkg/compiler/ |
D | check.go | 197 comp.checkType(checkCtx{}, n.Type, checkIsTypedef) 230 comp.checkType(checkCtx{}, n.Base, checkIsResourceBase) 232 comp.checkStruct(checkCtx{}, n) 235 comp.checkType(checkCtx{}, a.Type, checkIsArg) 238 comp.checkType(checkCtx{}, n.Ret, checkIsArg|checkIsRet) 625 func (comp *compiler) checkStruct(ctx checkCtx, n *ast.Struct) { argument 660 type checkCtx struct { struct 664 func (comp *compiler) checkType(ctx checkCtx, t *ast.Type, flags checkFlags) { argument 779 func (comp *compiler) replaceTypedef(ctx *checkCtx, t *ast.Type, flags checkFlags) { argument
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerManager.cpp | 94 static void expandGraphWithCheckers(CHECK_CTX checkCtx, in expandGraphWithCheckers() argument 97 const NodeBuilderContext &BldrCtx = checkCtx.Eng.getBuilderContext(); in expandGraphWithCheckers() 102 I = checkCtx.checkers_begin(), E = checkCtx.checkers_end(); in expandGraphWithCheckers() 123 checkCtx.runChecker(*I, B, *NI); in expandGraphWithCheckers()
|