Searched defs:evalFunction (Results 1 – 4 of 4) sorted by relevance
315 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name) in addSourcesPre() local379 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name) in addSourcesPost() local
132 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name) in VisitCallExpr() local
2022 FnCheck evalFunction = nullptr; in evalCall() local
616 func (s *state) evalFunction(dot reflect.Value, node *parse.IdentifierNode, cmd parse.Node, args []… func