Home
last modified time | relevance | path

Searched refs:symbol_type (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dimport_statement.py25 def Annotate(cls, symbol_type, children): argument
26 if symbol_type != symbol.dotted_name:
28 return cls(symbol_type, children)
60 def Annotate(cls, symbol_type, children): argument
61 if (symbol_type != symbol.dotted_as_name and
62 symbol_type != symbol.import_as_name):
64 return cls(symbol_type, children)
163 def Annotate(cls, symbol_type, children): argument
164 if symbol_type != symbol.import_stmt:
169 return cls(symbol_type, children[0].children)
[all …]
D__init__.py60 for symbol_type in ANNOTATED_GROUPINGS:
61 annotated_grouping = symbol_type.Annotate(children)
66 for symbol_type in ANNOTATED_SYMBOLS:
67 annotated_symbol = symbol_type.Annotate(node.type, children)
Dclass_definition.py17 def Annotate(cls, symbol_type, children): argument
18 if symbol_type != symbol.stmt:
Dfunction_definition.py17 def Annotate(cls, symbol_type, children): argument
18 if symbol_type != symbol.stmt:
Dbase_symbol.py9 def __init__(self, symbol_type, children): argument
10 super(AnnotatedSymbol, self).__init__(symbol_type, children)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2008-03-07-APIntBug.ll12 …%struct.symbol_type = type <{ [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %stru…
23 …%tmp11651166 = bitcast %struct.head_type* %tmp1165 to %struct.symbol_type* ; <%struct.symbol_type
24 …%tmp1167 = getelementptr %struct.symbol_type, %struct.symbol_type* %tmp11651166, i32 0, i32 3 ; <…
28 …%tmp11701171 = bitcast %struct.head_type* %tmp1170 to %struct.symbol_type* ; <%struct.symbol_type
29 …%tmp1172 = getelementptr %struct.symbol_type, %struct.symbol_type* %tmp11701171, i32 0, i32 3 ; <…
/external/llvm/test/CodeGen/X86/
D2008-03-07-APIntBug.ll12 …%struct.symbol_type = type <{ [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %stru…
23 …%tmp11651166 = bitcast %struct.head_type* %tmp1165 to %struct.symbol_type* ; <%struct.symbol_type
24 …%tmp1167 = getelementptr %struct.symbol_type, %struct.symbol_type* %tmp11651166, i32 0, i32 3 ; <…
28 …%tmp11701171 = bitcast %struct.head_type* %tmp1170 to %struct.symbol_type* ; <%struct.symbol_type
29 …%tmp1172 = getelementptr %struct.symbol_type, %struct.symbol_type* %tmp11701171, i32 0, i32 3 ; <…
/external/selinux/checkpolicy/
Dmodule_compiler.h29 int declare_symbol(uint32_t symbol_type,
43 int require_symbol(uint32_t symbol_type,
68 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id);
Dmodule_compiler.c65 static void print_error_msg(int ret, uint32_t symbol_type) in print_error_msg() argument
72 yyerror2("Duplicate declaration of %s", flavor_str[symbol_type]); in print_error_msg()
75 yyerror2("Could not declare %s here", flavor_str[symbol_type]); in print_error_msg()
154 static int create_symbol(uint32_t symbol_type, hashtab_key_t key, hashtab_datum_t datum, in create_symbol() argument
164 ret = symtab_insert(policydbp, symbol_type, key, datum, scope, in create_symbol()
169 hashtab_search(policydbp->symtab[symbol_type].table, in create_symbol()
173 if (symbol_type == SYM_LEVELS) { in create_symbol()
196 int declare_symbol(uint32_t symbol_type, in declare_symbol() argument
201 int ret = create_symbol(symbol_type, key, datum, dest_value, SCOPE_DECL); in declare_symbol()
207 if (ebitmap_set_bit(decl->declared.scope + symbol_type, in declare_symbol()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-03-07-APIntBug.ll12 …%struct.symbol_type = type <{ [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %stru…
23 …%tmp11651166 = bitcast %struct.head_type* %tmp1165 to %struct.symbol_type* ; <%struct.symbol_type
24 …%tmp1167 = getelementptr %struct.symbol_type* %tmp11651166, i32 0, i32 3 ; <%struct.rec**> [#uses…
28 …%tmp11701171 = bitcast %struct.head_type* %tmp1170 to %struct.symbol_type* ; <%struct.symbol_type
29 …%tmp1172 = getelementptr %struct.symbol_type* %tmp11701171, i32 0, i32 3 ; <%struct.rec**> [#uses…
/external/toybox/kconfig/
Dlkc_proto.h24 P(sym_type_name,const char *,(enum symbol_type type));
26 P(sym_get_type,enum symbol_type,(struct symbol *sym));
Dexpr.h62 enum symbol_type { enum
75 enum symbol_type type;
Dlkc.h56 enum symbol_type stype;
Dsymbol.c78 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
80 enum symbol_type type = sym->type; in sym_get_type()
91 const char *sym_type_name(enum symbol_type type) in sym_type_name()
/external/u-boot/scripts/kconfig/
Dlkc_proto.h37 const char * sym_type_name(enum symbol_type type);
39 enum symbol_type sym_get_type(struct symbol *sym);
Dexpr.h64 enum symbol_type { enum
91 enum symbol_type type;
Dlkc.h68 enum symbol_type stype;
Dsymbol.c63 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
65 enum symbol_type type = sym->type; in sym_get_type()
76 const char *sym_type_name(enum symbol_type type) in sym_type_name()
/external/curl/packages/vms/
Dgenerate_vax_transfer.com98 $ symbol_type = f$element(2, "=", line_u) - ")"
100 $ if symbol_type .nes. "PROCEDURE"
118 $ write vopt tab, symbol_type, tab, symbol_name
151 $ symbol_type = f$element(2, "=", line_u) - ")"
/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodelocale.cpp151 const WideStringView& symbol_type) const { in GetSymbol()
154 CXFA_Node* pSymbol = GetNodeByName(pSymbols, symbol_type); in GetSymbol()
Dcxfa_nodelocale.h43 const WideStringView& symbol_type) const;
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py157 def __init__(self, symbol_type, children): argument
158 self._type = symbol_type
/external/selinux/libsepol/src/
Dlink.c76 uint32_t symbol_type; member
2025 req->symbol_type = i; in is_decl_requires_met()
2074 req->symbol_type = SYM_CLASSES; in is_decl_requires_met()
2104 if (req.symbol_type == SYM_CLASSES) { in debug_requirements()
2133 symtab_names[req.symbol_type], in debug_requirements()
2135 symbol_type][req. in debug_requirements()
2143 symtab_names[req.symbol_type], in debug_requirements()
2145 symbol_type][req. in debug_requirements()
2164 if (req->symbol_type == SYM_CLASSES) { in print_missing_requirements()
2183 symtab_names[req->symbol_type], in print_missing_requirements()
[all …]
/external/selinux/checkpolicy/test/
Ddispol.c297 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, in display_id() argument
300 const char *id = p->sym_val_to_name[symbol_type][symbol_value]; in display_id()
Ddismod.c101 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, in display_id() argument
104 char *id = p->sym_val_to_name[symbol_type][symbol_value]; in display_id()
106 (scope_datum_t *) hashtab_search(p->scope[symbol_type].table, id); in display_id()

12