HomeSort by: relevance | last modified time | path
    Searched defs:decl (Results 1 - 25 of 890) 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
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
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_eof.c 11 int decl; variable
15 int decl; 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
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
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_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_bacc.c 95 int decl; 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
opt_bacc.c 95 int decl; 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
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_comma.c 47 int decl, old_style(), prototype(const char *, double *); variable
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_dj.c 35 int decl; local
44 int decl; local
53 int decl; local
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer-selftests.cc 42 tree decl = build_decl (UNKNOWN_LOCATION, VAR_DECL, local
44 TREE_STATIC (decl) = 1;
45 return decl;
analyzer-selftests.cc 42 tree decl = build_decl (UNKNOWN_LOCATION, VAR_DECL, local
44 TREE_STATIC (decl) = 1;
45 return decl;
  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer-selftests.cc 42 tree decl = build_decl (UNKNOWN_LOCATION, VAR_DECL, local
44 TREE_STATIC (decl) = 1;
45 return decl;
analyzer-selftests.cc 42 tree decl = build_decl (UNKNOWN_LOCATION, VAR_DECL, local
44 TREE_STATIC (decl) = 1;
45 return decl;
  /src/external/gpl3/gcc/dist/gcc/
builtins.h 103 /* When non-null, DECL refers to the declaration known to store
108 tree decl; member in struct:c_strlen_data
148 extern void set_builtin_user_assembler_name (tree decl, const char *asmspec);
  /src/external/gpl3/gcc/dist/gcc/config/
sol2-c.cc 113 tree decl = identifier_global_value (t); local
114 if (decl && DECL_P (decl))
116 "%qD, ignoring", decl);
168 tree decl = identifier_global_value (t); local
169 if (decl && DECL_P (decl))
173 TREE_USED (decl) = 1;
174 DECL_PRESERVE_P (decl) = 1;
175 decl_attributes (&decl, attrs, 0)
227 tree decl = identifier_global_value (t); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.h 96 /* When non-null, DECL refers to the declaration known to store
101 tree decl; member in struct:c_strlen_data
141 extern void set_builtin_user_assembler_name (tree decl, const char *asmspec);

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>