Home
last modified time | relevance | path

Searched refs:atom (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_isinstance.py47 atom = testlist.parent
48 new_args[0].prefix = atom.prefix
49 atom.replace(new_args[0])
Dfix_apply.py39 if (func.type not in (token.NAME, syms.atom) and
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dtokens.h110 void atom(void);
112 extern void atom();
Ddlg_p.c540 atom(); in expr()
671 atom(void) in atom() function
673 atom() in atom()
Ddlg_p.g321 | atom
380 atom : << register int i_prime;>>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h65 #define atom 318 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h65 #define atom 318 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py75 atom = 318 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_util.py35 return Node(syms.atom,
108 return Node(syms.atom,
164 return Node(syms.atom, [LParen(), node, RParen()])
DGrammar.txt124 power: atom trailer* ['**' factor]
125 atom: ('(' [yield_expr|testlist_gexp] ')' |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar102 power: atom trailer* ['**' factor]
103 atom: ('(' [yield_expr|testlist_comp] ')' |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dexample.py186 (symbol.atom,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py738 def atom(self, nodelist): member in Transformer
1015 if node[1][0] != symbol.atom:
1027 elif t == symbol.atom:
1410 if n == symbol.atom:
1497 symbol.atom,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c935 VALIDATER(atom); VALIDATER(lambdef);
2452 int res = validate_ntype(tree, atom); in validate_atom()
3252 case atom: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c964 VALIDATER(atom); VALIDATER(lambdef);
2481 int res = validate_ntype(tree, atom); in validate_atom()
3281 case atom: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c1745 TYPE((patom = CHILD(ppower, 0))) == atom && in ast_for_factor()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c1745 TYPE((patom = CHILD(ppower, 0))) == atom && in ast_for_factor()