Home
last modified time | relevance | path

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

/external/starlark-go/starlark/
Deval.go98 func (thread *Thread) SetLocal(key string, value interface{}) { func
/external/llvm-project/clang/lib/AST/Interp/
DInterp.h310 bool SetLocal(InterpState &S, CodePtr OpPC, uint32_t I) { in SetLocal() function