Home
last modified time | relevance | path

Searched refs:SetLocal (Results 1 – 6 of 6) sorted by relevance

/external/starlark-go/repl/
Drepl.go79 thread.SetLocal("context", ctx)
/external/starlark-go/starlarktest/
Dstarlarktest.go40 thread.SetLocal(localKey, r)
/external/llvm-project/clang/lib/AST/Interp/
DOpcodes.td280 def SetLocal : AccessOpcode { let HasCustomEval = 1; }
DInterp.h310 bool SetLocal(InterpState &S, CodePtr OpPC, uint32_t I) { in SetLocal() function
/external/starlark-go/lib/proto/
Dproto.go117 thread.SetLocal(contextKey, pool)
/external/starlark-go/starlark/
Deval.go98 func (thread *Thread) SetLocal(key string, value interface{}) { func