HomeSort by relevance Sort by last modified time
    Searched refs:new_stmt (Results 1 - 8 of 8) sorted by null

  /external/libpcap/
gencode.c 461 static inline struct slist *new_stmt(compiler_state_t *cstate, int);
637 new_stmt(compiler_state_t *cstate, int code) function
1013 s2 = new_stmt(cstate, BPF_ALU|BPF_AND|BPF_K);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_metaclass.py 84 new_stmt = Node(syms.simple_stmt, [new_expr])
89 parent.insert_child(i, new_stmt)
90 new_leaf1 = new_stmt.children[0].children[0]
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_metaclass.py 84 new_stmt = Node(syms.simple_stmt, [new_expr])
89 parent.insert_child(i, new_stmt)
90 new_leaf1 = new_stmt.children[0].children[0]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 84 new_stmt = Node(syms.simple_stmt, [new_expr])
89 parent.insert_child(i, new_stmt)
90 new_leaf1 = new_stmt.children[0].children[0]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 84 new_stmt = Node(syms.simple_stmt, [new_expr])
89 parent.insert_child(i, new_stmt)
90 new_leaf1 = new_stmt.children[0].children[0]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 84 new_stmt = Node(syms.simple_stmt, [new_expr])
89 parent.insert_child(i, new_stmt)
90 new_leaf1 = new_stmt.children[0].children[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 84 new_stmt = Node(syms.simple_stmt, [new_expr])
89 parent.insert_child(i, new_stmt)
90 new_leaf1 = new_stmt.children[0].children[0]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 1018 lang_statement_union_type *new_stmt; local
1020 new_stmt = (lang_statement_union_type *) stat_alloc (size);
1021 new_stmt->header.type = type;
1022 new_stmt->header.next = NULL;
1023 lang_statement_append (list, new_stmt, &new_stmt->header.next);
1024 return new_stmt;
6253 lang_output_statement_type *new_stmt; local
6758 lang_wild_statement_type *new_stmt; local
6838 lang_target_statement_type *new_stmt; local
6862 lang_fill_statement_type *new_stmt; local
6871 lang_data_statement_type *new_stmt; local
6908 lang_assignment_statement_type *new_stmt; local
7099 lang_insert_statement_type *new_stmt; local
    [all...]

Completed in 443 milliseconds