| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | dump_ast_matchers.py | 164 def act_on_decl(declaration, comment, allowed_types): argument 171 if declaration.strip(): 173 if re.match(r'^\s?(#|namespace|using)', declaration): return 180 \s*([^\s;]+)\s*;\s*$""", declaration, flags=re.X) 193 \s*([^\s;]+)\s*;\s*$""", declaration, flags=re.X) 209 \)\s*;\s*$""", declaration, flags=re.X) 233 \)\s*{\s*$""", declaration, flags=re.X) 242 raise Exception('Cannot parse "%s"' % declaration) 254 \)\s*{\s*$""", declaration, flags=re.X) 279 \)\s*{\s*$""", declaration, flags=re.X) [all …]
|
| /openbsd-src/gnu/gcc/fixincludes/ |
| H A D | config.h.in | 9 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't. 13 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 17 /* Define to 1 if you have the declaration of `basename', and to 0 if you 21 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if 25 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't. 29 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you 33 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if 37 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if 41 /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if 45 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if [all …]
|
| /openbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_parse.h | 81 struct declaration { struct 88 typedef struct declaration declaration; argument 91 declaration decl; 104 declaration case_decl; 110 declaration enum_decl; 112 declaration *default_decl;
|
| H A D | rpc_parse.c | 55 static void get_declaration(declaration *, defkind); 56 static void get_prog_declaration(declaration *, defkind, int); 113 declaration dec; 141 declaration dec; 291 declaration dec; 343 defp->def.un.default_decl = malloc(sizeof(declaration)); 405 declaration dec; 419 declaration *dec; in get_declaration() 472 declaration *dec; in get_prog_declaration()
|
| H A D | rpc_cout.c | 61 static void print_stat(int, declaration *); 62 void emit_inline(declaration *, int); 63 void emit_single_in_line(declaration *, int, relation); 340 declaration *dflt; 342 declaration *cs; 646 declaration *dec; in print_stat() 667 declaration *decl; in emit_inline() 692 declaration *decl; in emit_single_in_line()
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | config.in | 28 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't. 32 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 36 /* Define to 1 if you have the declaration of `basename', and to 0 if you 40 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if 44 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't. 48 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you 52 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if 56 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if 60 /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if 64 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | pad | 3 "%s" variable %s masks earlier declaration in same scope 45 "my" variable $x masks earlier declaration in same scope at - line 4. 46 "my" variable $y masks earlier declaration in same statement at - line 5. 47 "my" variable $p masks earlier declaration in same scope at - line 8. 69 "my" variable $x masks earlier declaration in same scope at - line 5. 70 "state" variable $x masks earlier declaration in same scope at - line 6. 71 "my" variable $y masks earlier declaration in same statement at - line 7. 72 "state" variable $p masks earlier declaration in same statement at - line 8. 73 "my" variable $p masks earlier declaration in same scope at - line 10. 93 "state" variable $x masks earlier declaration in same scope at - line 5. [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
| H A D | class-1.m | 7 /* { dg-error "previous declaration of" "" { target *-*-* } 4 } */ 13 /* { dg-error "previous declaration of" "" { target *-*-* } 9 } */ 19 /* { dg-error "previous declaration of" "" { target *-*-* } 15 } */ 20 /* { dg-warning "annot find interface declaration" "" { target *-*-* } 18 } */
|
| H A D | method-1.m | 6 - (void) meth1; /* { dg-error "duplicate declaration of instance method" } */ 11 + (int) meth1; /* { dg-error "duplicate declaration of class method" } */
|
| H A D | fwd-proto-1.m | 13 - (id <Baz>)anotherMethod; /* { dg-error "annot find protocol declaration" } */ 18 - (id <Baz>)anotherMethod; /* { dg-error "annot find protocol declaration" } */
|
| /openbsd-src/usr.sbin/dhcpd/ |
| H A D | confpars.c | 73 int declaration = 0; in readconf() local 97 declaration = parse_statement(cfile, &root_group, in readconf() 100 declaration); in readconf() 193 struct host_decl *host_decl, int declaration) in parse_statement() argument 384 return declaration; in parse_statement() 419 return declaration; in parse_statement() 422 return declaration; in parse_statement() 433 if (declaration) in parse_statement() 438 return declaration; in parse_statement() 441 if (declaration) { in parse_statement() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticCommentKinds.td | 76 "a function declaration">, 83 "a pointer to function}2 declaration">, 89 "non-%select{class|interface|protocol|struct|union}2 declaration">, 95 "command should not be used in a comment attached to a non-container declaration">, 106 "parameter '%0' not found in the function declaration">, 116 "a template declaration">, 127 "template parameter '%0' not found in the template declaration">, 137 "a function or method declaration">, 149 "declaration is marked with '%select{\\|@}0deprecated' command but does " 154 "add a deprecation attribute to the declaration to silence this warning">;
|
| H A D | DiagnosticParseKinds.td | 35 "ISO C requires a translation unit to contain at least one declaration">, 92 "type-less parameter names in function declaration">; 94 "variable declaration in for loop is a C99-specific feature">, InGroup<C99>; 123 "non-defining declaration of enumeration with a fixed underlying type is " 124 "only permitted as a standalone declaration" 138 "ISO C++ only allows ':' in member enumeration declaration to introduce " 199 def err_expected_external_declaration : Error<"expected external declaration">; 202 "expected ';' at end of declaration">; 204 "expected ';' at end of declaration list">; 206 "expected ';' at end of declaration list">; [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | config.in | 411 /* Define as const if the declaration of iconv() needs const. */ 414 /* Define to 1 if we found this declaration otherwise define to 0. */ 417 /* Define to 1 if we found this declaration otherwise define to 0. */ 420 /* Define to 1 if we found this declaration otherwise define to 0. */ 423 /* Define to 1 if we found this declaration otherwise define to 0. */ 426 /* Define to 1 if we found this declaration otherwise define to 0. */ 429 /* Define to 1 if we found this declaration otherwise define to 0. */ 432 /* Define to 1 if we found this declaration otherwise define to 0. */ 435 /* Define to 1 if we found this declaration otherwise define to 0. */ 438 /* Define to 1 if we found this declaration otherwise define to 0. */ [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | Modules.rst | 74 …the code looks only slightly different, because one uses an ``import`` declaration rather than a `… 80 …application directly. Preprocessor definitions that precede the import declaration have no impact … 85 … tricks. Moreover, the current preprocessor definitions when an import declaration is encountered … 110 Objective-C Import declaration 112 Objective-C provides syntax for importing a module via an *@import declaration*, which imports the … 118 The ``@import`` declaration above imports the entire contents of the ``std`` module (which would co… 124 …odules at any point within the translation unit, so long as the import declaration is at global sc… 324 …# use.c:4:10: warning: implicit declaration of function 'a' is invalid in C99 [-Wimplicit-function… 477 *module-declaration** 486 Module declaration [all …]
|
| H A D | PCHInternals.rst | 269 declarations referenced in the translation unit. Each Clang declaration node 273 corresponding ``Decl`` node. As with types, each declaration node has a 274 numeric ID that is used to refer to that declaration within the AST file. In 276 within the precompiled header where that declaration is described. 281 actually written as a specific declaration node. Its child declarations (such 283 and so on. Within Clang, each declaration is stored within a :ref:`declaration 286 given declaration (e.g., find the member named ``x`` in a structure) and 290 In Clang's AST file format, deserializing a declaration that is a 292 declarations stored within that declaration context. Therefore, Clang will 293 deserialize the translation unit declaration without deserializing the [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 356 def : Property<"declaration", DeclRef> { 361 return ctx.getUnresolvedUsingType(cast<UnresolvedUsingTypenameDecl>(declaration)); 379 def : Property<"declaration", DeclRef> { 387 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration), underlyingType); 503 def : Property<"declaration", DeclRef> { 504 // We don't know which declaration was originally referenced here, and we 505 // cannot reference a declaration that follows the use (because that can 507 // reference to the first declaration. 516 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration)); 526 auto record = cast<RecordDecl>(declaration); [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | config.in | 27 /* Define to 1 if you have the declaration of `basename', and to 0 if you 31 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 34 /* Define to 1 if you have the declaration of `free', and to 0 if you don't. 38 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. 42 /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you 46 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. 50 /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 54 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 58 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 62 /* Define to 1 if you have the declaration of `realloc', and to 0 if you [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Declaration.cpp | 73 bool Declaration::FileAndLineEqual(const Declaration &declaration) const { in FileAndLineEqual() 74 int file_compare = FileSpec::Compare(this->m_file, declaration.m_file, true); in FileAndLineEqual() 75 return file_compare == 0 && this->m_line == declaration.m_line; in FileAndLineEqual()
|
| /openbsd-src/sys/dev/eisa/ |
| H A D | files.eisa | 13 # device declaration in sys/conf/files 18 # device declaration in sys/conf/files 27 # device declaration in sys/conf/files
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | citrus | 4 # citrus locale declaration 7 0 string RuneCT Citrus locale declaration for LC_CTYPE
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | be.po | 894 #~ msgid "section of `%s' conflicts with previous declaration" 960 #~ msgid "previous declaration of function `%s' with attribute noinline" 964 #~ msgid "previous declaration of function `%s' was inline" 972 #~ msgid "a global declaration" 975 #~ msgid "duplicate label declaration `%s'" 978 #~ msgid "this is a previous declaration" 981 #~ msgid "empty declaration" 1052 #~ msgid "no previous declaration for `%s'" 1096 #~ msgid "`%s' is not at beginning of declaration" 1139 #~ msgid "asm declaration conficts with previous rename" [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | config.in | 30 /* Define to 1 if you have the declaration of `environ', and to 0 if you 34 /* Define to 1 if you have the declaration of `fprintf', and to 0 if you 38 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 42 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 49 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 53 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 57 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 61 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 65 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | config.in | 40 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 44 /* Define to 1 if you have the declaration of `basename', and to 0 if you 48 /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't. 52 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 55 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 59 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 63 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 67 /* Define to 1 if you have the declaration of `realloc', and to 0 if you 71 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 75 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/feature/ |
| H A D | implicit | |