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/ |
D | fix_isinstance.py | 47 atom = testlist.parent 48 new_args[0].prefix = atom.prefix 49 atom.replace(new_args[0])
|
D | fix_apply.py | 39 if (func.type not in (token.NAME, syms.atom) and
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | tokens.h | 110 void atom(void); 112 extern void atom();
|
D | dlg_p.c | 540 atom(); in expr() 671 atom(void) in atom() function 673 atom() in atom()
|
D | dlg_p.g | 321 | atom 380 atom : << register int i_prime;>>
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | graminit.h | 65 #define atom 318 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | graminit.h | 65 #define atom 318 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | symbol.py | 75 atom = 318 variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | fixer_util.py | 35 return Node(syms.atom, 108 return Node(syms.atom, 164 return Node(syms.atom, [LParen(), node, RParen()])
|
D | Grammar.txt | 124 power: atom trailer* ['**' factor] 125 atom: ('(' [yield_expr|testlist_gexp] ')' |
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/ |
D | Grammar | 102 power: atom trailer* ['**' factor] 103 atom: ('(' [yield_expr|testlist_comp] ')' |
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/ |
D | example.py | 186 (symbol.atom,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | transformer.py | 738 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/ |
D | parsermodule.c | 935 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/ |
D | parsermodule.c | 964 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/ |
D | ast.c | 1745 TYPE((patom = CHILD(ppower, 0))) == atom && in ast_for_factor()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ast.c | 1745 TYPE((patom = CHILD(ppower, 0))) == atom && in ast_for_factor()
|