/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | dump_ast_matchers.py | 171 if declaration.strip(): 345 declaration, flags=re.X) 355 declaration, flags=re.X) 365 declaration, flags=re.X) 385 declaration, flags=re.X) 398 declaration, flags=re.X) 461 declaration = '' variable 467 if declaration: 470 declaration = '' variable 481 declaration += ' ' + line [all …]
|
/openbsd/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. 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 57 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if [all …]
|
/openbsd/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/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 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 76 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if 80 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if 112 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you [all …]
|
/openbsd/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. 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. 94 "my" variable $x masks earlier declaration in same scope at - line 6. 95 "our" variable $x masks earlier declaration in same scope at - line 7. [all …]
|
/openbsd/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/usr.sbin/dhcpd/ |
H A D | confpars.c | 73 int declaration = 0; in readconf() local 100 declaration); in readconf() 422 return declaration; in parse_statement() 433 if (declaration) in parse_statement() 438 return declaration; in parse_statement() 441 if (declaration) { in parse_statement() 540 int declaration = 0; in parse_host_declaration() local 603 int declaration = 0; in parse_class_declaration() local 651 int declaration = 0; in parse_shared_net_declaration() local 730 int declaration = 0; in parse_subnet_declaration() local [all …]
|
/openbsd/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 | 124 "only permitted as a standalone declaration" 202 "expected ';' at end of declaration">; 204 "expected ';' at end of declaration list">; 206 "expected ';' at end of declaration list">; 385 "for range declaration must declare a variable">; 539 "declaration does not declare a parameter">; 611 "using enum declaration is a C++20 extension">, 698 "standalone declaration">; 835 "declaration is meant to be a friend declaration, remove the 'template' keyword">; 939 // C++11 alias-declaration [all …]
|
/openbsd/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/gnu/llvm/clang/docs/ |
H A D | Modules.rst | 486 Module declaration 529 *use-declaration* 530 *link-declaration* 536 Requires declaration argument 630 Header declaration argument 709 Submodule declaration argument 770 Export declaration argument 852 Use declaration argument 860 *use-declaration*: 886 Link declaration argument [all …]
|
H A D | PCHInternals.rst | 276 within the precompiled header where that declaration is described. 283 and so on. Within Clang, each declaration is stored within a :ref:`declaration 290 In Clang's AST file format, deserializing a declaration that is a 293 deserialize the translation unit declaration without deserializing the 303 declaration context to the declaration IDs that represent each visible 304 declaration with that name. The actual declarations will then be 307 declaration context, all of those declarations are immediately 312 traverse declaration contexts for structs, classes, unions, and 322 declaration. The actual statement and expression records are stored 325 will be stored directly following the declaration of the function. [all …]
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | TypeProperties.td | 356 def : Property<"declaration", DeclRef> { 379 def : Property<"declaration", DeclRef> { 503 def : Property<"declaration", DeclRef> { 507 // reference to the first declaration. 516 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration)); 526 auto record = cast<RecordDecl>(declaration); 557 def : Property<"declaration", DeclRef> { 570 auto typeDecl = cast<CXXRecordDecl>(declaration); 877 def : Property<"declaration", DeclRef> { 890 def : Property<"declaration", ObjCTypeParamDeclRef> { [all …]
|
/openbsd/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. 62 /* Define to 1 if you have the declaration of `realloc', and to 0 if you 66 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you [all …]
|
/openbsd/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/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/usr.bin/file/magdir/ |
H A D | citrus | 4 # citrus locale declaration 7 0 string RuneCT Citrus locale declaration for LC_CTYPE
|
/openbsd/gnu/gcc/libcpp/po/ |
H A D | be.po | 972 #~ msgid "a global declaration" 978 #~ msgid "this is a previous declaration" 981 #~ msgid "empty declaration" 2204 #~ msgid "declaration of `%#D'" 2219 #~ msgid "previous declaration of `%D'" 2230 #~ msgid "new declaration `%#D'" 2295 #~ msgid "global declaration `%#D'" 2610 #~ msgid "previous declaration `%D'" 2632 #~ msgid "in declaration `%D'" 2704 #~ msgid "forward declaration of `%#T'" [all …]
|
/openbsd/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/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. 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 79 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 83 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you [all …]
|
/openbsd/gnu/usr.bin/perl/t/lib/feature/ |
H A D | implicit | 72 Downgrading a use VERSION declaration to below v5.11 is deprecated, and will become fatal in Perl 5… 84 Downgrading a use VERSION declaration to below v5.11 is deprecated, and will become fatal in Perl 5… 96 Downgrading a use VERSION declaration to below v5.11 is deprecated, and will become fatal in Perl 5…
|