Searched refs:decl (Results 1 - 25 of 62) sorted by relevance

123

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Ddebug.h84 void (* begin_function) (tree decl);
93 void (* function_decl) (tree decl);
97 void (* global_decl) (tree decl);
105 void (* type_decl) (tree decl, int local);
108 void (* imported_module_or_decl) (tree decl, tree name,
113 void (* deferred_inline_function) (tree decl);
118 void (* outlining_inline_function) (tree decl);
H A Dtree-inline.h67 /* Create a new decl to replace DECL in the destination function. */
182 tree copy_decl_no_change (tree decl, copy_body_data *id);
189 extern tree remap_decl (tree decl, copy_body_data *id);
H A Dlanghooks.h148 /* Function to add a decl to the current scope level. Takes one
149 argument, a decl to add. Returns that decl, or, if the same
150 symbol is already declared, may return a different decl for that
160 /* Returns True if the parameter is a generic parameter decl
179 /* True if this decl may be called via a sibcall. */
190 /* Return decl that should be reported for DEFAULT(NONE) failure
211 tree (*omp_clause_default_ctor) (tree clause, tree decl, tree outer);
221 tree (*omp_clause_dtor) (tree clause, tree decl);
328 /* Function to finish handling an incomplete decl a
[all...]
H A Dcgraph.h69 tree decl; variable
203 Each function decl has assigned cgraph_node listing callees and callers. */
254 /* Set when decl is an abstract function pointed to by the
280 /* True if this decl is a dispatcher for function versions. */
301 to the dispatcher function decl, which is the function that must
307 dispatcher. The dispatcher decl is an alias to the resolver
308 function decl. */
327 void delete_function_version (tree decl);
449 Each static variable decl has assigned varpool_node. */
667 basic_block init_lowered_empty_function (tree decl, boo
785 cgraph_get_node(const_tree decl) argument
793 varpool_get_node(const_tree decl) argument
[all...]
H A Dtarget.def106 void, (FILE *stream, tree decl), default_globalize_decl_name)
109 target requires such labels. Second argument is the decl the
116 void, (FILE *stream, tree decl, int for_eh, int empty),
179 associated with the tree decl. */
183 void, (tree decl, int visibility),
227 void, (const char *name, unsigned int flags, tree decl),
240 section *, (tree decl, enum node_frequency freq, bool startup, bool exit),
249 decl is available as @var{decl} and the new section is `cold' if\
251 void, (FILE *file, tree decl, boo
[all...]
H A Doutput.h202 extern void align_variable (tree decl, bool dont_output_data);
451 tree decl; variable
471 /* A callback that writes the assembly code for a decl in a
472 SECTION_NOSWITCH section. DECL is the decl that should be assembled
473 and NAME is the name of its SYMBOL_REF. SIZE is the size of the decl
479 on the rounded size to align the decl. */
480 typedef bool (*noswitch_section_callback) (tree decl, const char *name,
H A Dipa-prop.h298 tree decl; member in struct:ipa_param_descriptor
356 return info->descriptors[i].decl;
562 non-default-def ssa names when a parm decl is going away. */
H A Dtree.h245 tree decl; member in struct:alias_pair
1101 In IDENTIFIER_NODEs, this means that some extern decl for this name
1154 implicitly and should not lead to any sort of warning. In a decl node,
1155 warnings concerning the decl should be suppressed. This is used at
1204 /* In any expression, decl, or constant, nonzero means it has side effects or
1252 also appear in an expression or decl where the value is constant. */
1259 /* In a decl (most significantly a FIELD_DECL), means an unsigned field. */
1303 In IDENTIFIER_NODEs, this means that some extern decl for this name
1326 /* In VAR_DECL and PARM_DECL, set when the decl has been used except for
1817 /* True on a PRIVATE clause if its decl i
6469 tree decl[(int)END_BUILTINS]; member in struct:builtin_info_type_d
6505 set_builtin_decl(enum built_in_function fncode, tree decl, bool implicit_p) argument
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_sgmllib.py49 def handle_decl(self, decl):
50 self.append(("decl", decl))
58 def unknown_decl(self, decl):
59 self.append(("unknown decl", decl))
153 ("decl", inside),
159 ("decl", inside),
345 ("unknown decl", 'spacer type="block" height="25"'),
352 ('decl', 'DOCTYP
[all...]
H A Dtest_htmlparser.py54 self.append(("decl", data))
62 def unknown_decl(self, decl):
63 self.append(("unknown decl", decl))
121 ("decl", "DOCTYPE html PUBLIC 'foo'"),
241 [('decl', 'DOCTYPE ' + dtd)])
275 self._run_check("<!DOCTYPE foo $ >", [('decl', 'DOCTYPE foo $ ')])
580 # be emitted instead of 'unknown decl', but calling unknown_decl
584 ('unknown decl', 'if !(IE)'),
586 ('unknown decl', 'endi
[all...]
H A Dtest_minidom.py444 decl = '<?xml version="1.0" ?>\n'
446 decl + '<B>A</B>\n')
448 decl + '<C>\n\tA\n\t<B>A</B>\n</C>\n')
450 decl + '<C>\n\t<B>A</B>\n\tA\n</C>\n')
452 decl + '<C>\n\t<B>A</B>\n\t<B>A</B>\n</C>\n')
454 decl + '<C>\n\t<B>A</B>\n\tA\n\t<B>A</B>\n</C>\n')
463 decl = '<?xml version="1.0" ?>\n'
465 decl + '<elem>\n\tTEXT\n\tTEXT\n</elem>\n')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_sgmllib.py49 def handle_decl(self, decl):
50 self.append(("decl", decl))
58 def unknown_decl(self, decl):
59 self.append(("unknown decl", decl))
153 ("decl", inside),
159 ("decl", inside),
345 ("unknown decl", 'spacer type="block" height="25"'),
352 ('decl', 'DOCTYP
[all...]
H A Dtest_htmlparser.py54 self.append(("decl", data))
62 def unknown_decl(self, decl):
63 self.append(("unknown decl", decl))
121 ("decl", "DOCTYPE html PUBLIC 'foo'"),
241 [('decl', 'DOCTYPE ' + dtd)])
275 self._run_check("<!DOCTYPE foo $ >", [('decl', 'DOCTYPE foo $ ')])
580 # be emitted instead of 'unknown decl', but calling unknown_decl
584 ('unknown decl', 'if !(IE)'),
586 ('unknown decl', 'endi
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
H A Dname-lookup.h80 instantiations purposes and like). Implemented in decl.c. */
354 get_global_value_if_present (tree id, tree *decl)
358 *decl = global_value;
351 get_global_value_if_present(tree id, tree *decl) argument
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DDocXMLRPCServer.py101 decl = title + argspec + (note and self.grey(
107 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DDocXMLRPCServer.py101 decl = title + argspec + (note and self.grey(
107 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dconfig.py286 libraries=None, library_dirs=None, decl=0, call=0):
293 files listed in 'headers'. If 'decl' is true, it then declares
295 and set 'decl' true in the same call, or you might get errors about
304 if decl:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dconfig.py286 libraries=None, library_dirs=None, decl=0, call=0):
293 files listed in 'headers'. If 'decl' is true, it then declares
295 and set 'decl' true in the same call, or you might get errors about
304 if decl:
/prebuilts/devtools/tools/lib/
H A Dlombok-ast-0.2.3.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
H A Dlombok-ast-0.2.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/lombok-ast/
H A Dlombok-ast-0.2.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
H A Dlombok-ast-0.2.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/
H A Dlombok-ast-0.2.3.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.2/
H A Dlombok-ast-0.2.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.3/
H A Dlombok-ast-0.2.3.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 624 milliseconds

123