Home
last modified time | relevance | path

Searched defs:assign (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dsymbols.py265 def visitLambda(self, node, parent, assign=0): argument
315 def visitName(self, node, scope, assign=0): argument
364 def visitAssName(self, node, scope, assign=1): argument
367 def visitAssAttr(self, node, scope, assign=0): argument
370 def visitSubscript(self, node, scope, assign=0): argument
375 def visitSlice(self, node, scope, assign=0): argument
Dast.py503 def __init__(self, assign, list, body, else_, lineno=None): argument
603 def __init__(self, assign, iter, ifs, lineno=None): argument
856 def __init__(self, assign, list, ifs, lineno=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dinspect.py904 def assign(arg, value): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dinspect.py907 def assign(arg, value): function
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dsyn.h299 char *assign; /* point to left-hand-side of assignment variable