HomeSort by: relevance | last modified time | path
    Searched refs:decl (Results 1 - 25 of 1273) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/indent/
lsym_eof.c 11 int decl; variable
15 int decl; variable
opt_P.c 15 int decl; variable
19 int decl; variable
opt_lc.c 14 int decl; /* This is not a variable
26 int decl; /* This is not a block comment, it is not affected by the variable
lsym_postfix_op.c 12 int decl = lvalue ++; variable
13 int decl = lvalue --; variable
17 int decl = lvalue++; variable
18 int decl = lvalue--; variable
26 int decl = lvalue **; variable
30 int decl = lvalue * *; variable
indent_off_on.c 87 int decl ; variable
89 int decl ; variable
91 int decl ; variable
95 int decl; variable
97 int decl ; variable
99 int decl; variable
108 int decl ; variable
110 int decl ; variable
112 int decl ; variable
116 int decl; variable
118 int decl ; variable
120 int decl; variable
    [all...]
lsym_comment.c 201 int decl;/*-fixed comment variable
206 int decl; /*-fixed comment variable
237 int decl;/*-fixed comment variable
242 int decl; /*-fixed comment variable
274 int decl; /*-|fixed comment variable
283 int decl; /*-|fixed comment variable
555 int decl; /* declaration comment */ local
557 int decl; /* short local
562 int decl; /* long single-line declaration comment that is longer than the allowed line width */ local
564 int decl; /* long multi-line declaration commen local
568 int decl; \/\/ C99 declaration comment local
571 int decl; \/* indented declaration *\/ local
573 int decl; \/* indented declaration *\/ local
575 int decl; \/* indented declaration *\/ local
577 int decl; \/* indented declaration *\/ local
589 int decl; \/* declaration comment *\/ local
591 int decl; \/* short multi-line declaration comment *\/ local
593 int decl; \/* long single-line declaration comment that local
596 int decl; \/* long multi-line declaration comment that is local
599 int decl; \/\/ C99 declaration comment local
602 int decl; \/* indented declaration *\/ local
604 int decl; \/* indented declaration *\/ local
606 int decl; \/* indented declaration *\/ local
612 int decl; \/* indented declaration local
885 int decl; variable
    [all...]
opt_badp.c 47 int decl; local
88 int decl; local
97 int decl; local
111 int decl; local
127 int decl; local
149 int decl; local
161 int decl; local
192 void f(void) { int decl; stmt; } local
199 int decl; local
208 int decl; local
273 void f(void) { int decl; stmt1; stmt2; } local
280 int decl; local
    [all...]
opt_l.c 39 int decl; /* comment comment comment comment */ variable
47 int decl; /* comment comment comment comment */ variable
51 int decl; /* comment comment variable
opt_di.c 49 int decl ; variable
57 int decl; variable
65 int decl; variable
70 int decl; variable
75 int decl; variable
79 int decl; variable
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-symtab.h 22 extern tree lto_symtab_prevailing_decl (tree decl);
23 extern tree lto_symtab_prevailing_virtual_decl (tree decl);
25 /* Mark DECL to be previailed by PREVAILING.
32 lto_symtab_prevail_decl (tree prevailing, tree decl)
34 gcc_checking_assert (! DECL_LANG_FLAG_0 (decl));
35 gcc_assert (TREE_PUBLIC (decl) || DECL_EXTERNAL (decl));
36 DECL_CHAIN (decl) = prevailing;
37 DECL_LANG_FLAG_0 (decl) = 1;
40 /* Given the decl DECL, return the prevailing decl with the same name. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-symtab.h 22 extern tree lto_symtab_prevailing_decl (tree decl);
23 extern tree lto_symtab_prevailing_virtual_decl (tree decl);
25 /* Mark DECL to be previailed by PREVAILING.
32 lto_symtab_prevail_decl (tree prevailing, tree decl)
34 gcc_checking_assert (! DECL_LANG_FLAG_0 (decl));
35 gcc_assert (TREE_PUBLIC (decl) || DECL_EXTERNAL (decl));
36 DECL_CHAIN (decl) = prevailing;
37 DECL_LANG_FLAG_0 (decl) = 1;
40 /* Given the decl DECL, return the prevailing decl with the same name. *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/
sol2-stubs.cc 29 solaris_cxx_decl_mangling_context (const_tree decl ATTRIBUTE_UNUSED)
sol2-cxx.cc 37 /* Check if DECL is one of the affected types and move it to the global
40 solaris_cxx_decl_mangling_context (const_tree decl)
54 if (!(DECL_P (decl) && DECL_NAMESPACE_STD_P (CP_DECL_CONTEXT (decl))))
58 if (DECL_NAME (decl) == force_global_identifiers[i])
  /src/external/gpl3/gcc.old/dist/gcc/config/
sol2-stubs.cc 29 solaris_cxx_decl_mangling_context (const_tree decl ATTRIBUTE_UNUSED)
sol2-cxx.cc 37 /* Check if DECL is one of the affected types and move it to the global
40 solaris_cxx_decl_mangling_context (const_tree decl)
54 if (!(DECL_P (decl) && DECL_NAMESPACE_STD_P (CP_DECL_CONTEXT (decl))))
58 if (DECL_NAME (decl) == force_global_identifiers[i])
  /src/external/gpl3/binutils/dist/libiberty/
d-demangle.c 364 /* Demangle a back referenced symbol from MANGLED and append it to DECL.
367 dlang_symbol_backref (string *decl, const char *mangled,
387 backref = dlang_lname (decl, backref, len);
394 /* Demangle a back referenced type from MANGLED and append it to DECL.
398 dlang_type_backref (string *decl, const char *mangled, struct dlang_info *info,
422 backref = dlang_function_type (decl, backref, info);
424 backref = dlang_type (decl, backref, info);
459 /* Demangle the calling convention from MANGLED and append it to DECL.
462 dlang_call_convention (string *decl, const char *mangled)
474 string_append (decl, "extern(C) ")
1946 string decl; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
d-demangle.c 364 /* Demangle a back referenced symbol from MANGLED and append it to DECL.
367 dlang_symbol_backref (string *decl, const char *mangled,
387 backref = dlang_lname (decl, backref, len);
394 /* Demangle a back referenced type from MANGLED and append it to DECL.
398 dlang_type_backref (string *decl, const char *mangled, struct dlang_info *info,
422 backref = dlang_function_type (decl, backref, info);
424 backref = dlang_type (decl, backref, info);
459 /* Demangle the calling convention from MANGLED and append it to DECL.
462 dlang_call_convention (string *decl, const char *mangled)
474 string_append (decl, "extern(C) ")
1946 string decl; local
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
d-demangle.c 364 /* Demangle a back referenced symbol from MANGLED and append it to DECL.
367 dlang_symbol_backref (string *decl, const char *mangled,
387 backref = dlang_lname (decl, backref, len);
394 /* Demangle a back referenced type from MANGLED and append it to DECL.
398 dlang_type_backref (string *decl, const char *mangled, struct dlang_info *info,
422 backref = dlang_function_type (decl, backref, info);
424 backref = dlang_type (decl, backref, info);
459 /* Demangle the calling convention from MANGLED and append it to DECL.
462 dlang_call_convention (string *decl, const char *mangled)
474 string_append (decl, "extern(C) ")
1946 string decl; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
d-demangle.c 364 /* Demangle a back referenced symbol from MANGLED and append it to DECL.
367 dlang_symbol_backref (string *decl, const char *mangled,
387 backref = dlang_lname (decl, backref, len);
394 /* Demangle a back referenced type from MANGLED and append it to DECL.
398 dlang_type_backref (string *decl, const char *mangled, struct dlang_info *info,
422 backref = dlang_function_type (decl, backref, info);
424 backref = dlang_type (decl, backref, info);
459 /* Demangle the calling convention from MANGLED and append it to DECL.
462 dlang_call_convention (string *decl, const char *mangled)
474 string_append (decl, "extern(C) ")
1946 string decl; local
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
d-demangle.c 364 /* Demangle a back referenced symbol from MANGLED and append it to DECL.
367 dlang_symbol_backref (string *decl, const char *mangled,
387 backref = dlang_lname (decl, backref, len);
394 /* Demangle a back referenced type from MANGLED and append it to DECL.
398 dlang_type_backref (string *decl, const char *mangled, struct dlang_info *info,
422 backref = dlang_function_type (decl, backref, info);
424 backref = dlang_type (decl, backref, info);
459 /* Demangle the calling convention from MANGLED and append it to DECL.
462 dlang_call_convention (string *decl, const char *mangled)
474 string_append (decl, "extern(C) ")
1946 string decl; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
d-demangle.c 364 /* Demangle a back referenced symbol from MANGLED and append it to DECL.
367 dlang_symbol_backref (string *decl, const char *mangled,
387 backref = dlang_lname (decl, backref, len);
394 /* Demangle a back referenced type from MANGLED and append it to DECL.
398 dlang_type_backref (string *decl, const char *mangled, struct dlang_info *info,
422 backref = dlang_function_type (decl, backref, info);
424 backref = dlang_type (decl, backref, info);
459 /* Demangle the calling convention from MANGLED and append it to DECL.
462 dlang_call_convention (string *decl, const char *mangled)
474 string_append (decl, "extern(C) ")
1946 string decl; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
winnt-cxx.cc 31 i386_pe_type_dllimport_p (tree decl)
33 gcc_assert (VAR_P (decl)
34 || TREE_CODE (decl) == FUNCTION_DECL);
36 if (TARGET_NOP_FUN_DLLIMPORT && TREE_CODE (decl) == FUNCTION_DECL)
43 if (TREE_CODE (decl) == FUNCTION_DECL
44 && (DECL_DECLARED_INLINE_P (decl)
45 || DECL_TEMPLATE_INSTANTIATION (decl)
46 || DECL_ARTIFICIAL (decl)))
55 i386_pe_type_dllexport_p (tree decl)
57 gcc_assert (VAR_P (decl)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
winnt-cxx.cc 31 i386_pe_type_dllimport_p (tree decl)
33 gcc_assert (TREE_CODE (decl) == VAR_DECL
34 || TREE_CODE (decl) == FUNCTION_DECL);
36 if (TARGET_NOP_FUN_DLLIMPORT && TREE_CODE (decl) == FUNCTION_DECL)
43 if (TREE_CODE (decl) == FUNCTION_DECL
44 && (DECL_DECLARED_INLINE_P (decl)
45 || DECL_TEMPLATE_INSTANTIATION (decl)
46 || DECL_ARTIFICIAL (decl)))
55 i386_pe_type_dllexport_p (tree decl)
57 gcc_assert (TREE_CODE (decl) == VAR_DECL
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-logical-location.cc 31 /* Get a string for DECL suitable for use by the SARIF logicalLocation
35 compiler_logical_location::get_short_name_for_tree (tree decl)
37 gcc_assert (decl);
38 return identifier_to_locale (lang_hooks.decl_printable_name (decl, 0));
41 /* Get a string for DECL suitable for use by the SARIF logicalLocation
45 compiler_logical_location::get_name_with_scope_for_tree (tree decl)
47 gcc_assert (decl);
48 return identifier_to_locale (lang_hooks.decl_printable_name (decl, 1));
51 /* Get a string for DECL suitable for use by the SARIF logicalLocation
55 compiler_logical_location::get_internal_name_for_tree (tree decl)
    [all...]
  /src/external/mit/isl/dist/interface/
extract_interface.h 1 #include <clang/AST/Decl.h>
3 bool has_annotation(clang::Decl *decl, const char *name);

Completed in 141 milliseconds

1 2 3 4 5 6 7 8 91011>>