| /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
|
| 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
|
| 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
|
| 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...] |
| /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;
|
| /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;
|
| /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);
|
| /src/external/gpl3/gcc.old/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/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| PointerIterationChecker.cpp | 30 void checkASTCodeBody(const Decl *D, 35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D, 66 auto matchUnorderedIterWithPointers() -> decltype(decl()) { function in namespace:__anon3413 79 return decl(forEachDescendant(PointerIterM)); 82 void PointerIterationChecker::checkASTCodeBody(const Decl *D,
|
| PointerSortingChecker.cpp | 30 void checkASTCodeBody(const Decl *D, 35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D, 69 auto matchSortWithPointers() -> decltype(decl()) { function in namespace:__anon3414 93 return decl(forEachDescendant(PointerSortM)); 96 void PointerSortingChecker::checkASTCodeBody(const Decl *D,
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| context.hh | 45 tree decl; member in struct:cc1_plugin::decl_addr_value 53 return DECL_UID (e->decl); 59 return p1->decl == p2->decl;
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| context.hh | 45 tree decl; member in struct:cc1_plugin::decl_addr_value 53 return DECL_UID (e->decl); 59 return p1->decl == p2->decl;
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| afalgtest.c | 35 int encl, encf, decl, decf; local 90 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl)) 91 || !TEST_true(EVP_CipherFinal_ex(ctx, dbuf + decl, &decf))) 93 decl += decf; 95 if (!TEST_int_eq(decl, BUFFER_SIZE)
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| afalgtest.c | 35 int encl, encf, decl, decf; local 96 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl)) 97 || !TEST_true(EVP_CipherFinal_ex(ctx, dbuf + decl, &decf))) 99 decl += decf; 101 if (!TEST_int_eq(decl, BUFFER_SIZE)
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| afalgtest.c | 48 int encl, encf, decl, decf; local 81 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl)) 82 || !TEST_true(EVP_CipherFinal_ex(ctx, dbuf+decl, &decf))) 84 decl += decf; 86 if (!TEST_int_eq(decl, BUFFER_SIZE)
|