HomeSort by: relevance | last modified time | path
    Searched defs:directive (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/usr.bin/rpcgen/
rpc_scan.c 66 static int directive(const char *);
144 * Get the next token, printing out any directive that are encountered.
173 if (directive(curline)) {
204 * 'where' is not whitespace, comment or directive Must be a token!
444 directive(const char *line) function
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 64 const std::string &directive = ".jmptable");
186 const std::string &directive) {
192 O << "\t" << directive << " "; local
  /src/external/mit/libuv/dist/test/
runner.c 119 const char* directive; local
126 directive = "";
130 directive = " # SKIP ";
134 directive = "";
146 fprintf(stdout, "%s %d - %s%s%s\n", result, test_count, test, directive, reason);
  /src/external/gpl3/binutils/dist/gas/config/
obj-coff-seh.c 155 seh_validate_seg (const char *directive)
163 directive, nseg_name, cseg_name);
236 verify_target (const char *directive)
240 as_warn (_("%s ignored for this target"), directive);
250 verify_context (const char *directive)
254 as_bad (_("%s used outside of .seh_proc block"), directive);
264 verify_context_and_target (const char *directive, seh_kind target)
268 as_warn (_("%s ignored for this target"), directive);
272 return verify_context (directive);
541 seh_x64_read_reg (const char *directive, int kind
644 const char *directive = (what == 1 ? ".seh_savereg" : ".seh_savexmm"); local
    [all...]
tc-pru.c 418 char *directive;
419 char delim = get_symbol_name (&directive);
426 trying a directive. This prevents
434 if (!strcmp (directive, "no_warn_regname_label"))
456 { "directive", handler_func, param } */
415 char *directive; local
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-coff-seh.c 155 seh_validate_seg (const char *directive)
163 directive, nseg_name, cseg_name);
236 verify_target (const char *directive)
240 as_warn (_("%s ignored for this target"), directive);
250 verify_context (const char *directive)
254 as_bad (_("%s used outside of .seh_proc block"), directive);
264 verify_context_and_target (const char *directive, seh_kind target)
268 as_warn (_("%s ignored for this target"), directive);
272 return verify_context (directive);
541 seh_x64_read_reg (const char *directive, int kind
644 const char *directive = (what == 1 ? ".seh_savereg" : ".seh_savexmm"); local
    [all...]
tc-pru.c 418 char *directive;
419 char delim = get_symbol_name (&directive);
426 trying a directive. This prevents
434 if (!strcmp (directive, "no_warn_regname_label"))
456 { "directive", handler_func, param } */
415 char *directive; local
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-sprintf.cc 96 /* The maximum number of bytes a single non-string directive can result
111 of output either a formatting function or an individual directive
128 the worst cases maximum result of a directive. In most cases
381 /* Description of the result of conversion either of a single directive
424 /* The range a directive's argument is in. */
432 /* The minimum and maximum number of bytes that a directive
436 /* Non-nul when the argument of a string directive is not a nul
441 a directive's argument or its bounds and not the result of
445 /* True for a directive that may fail (such as wide character
455 TYPE denotes the type of the directive whose result is bein
562 struct directive struct in class:__anon13745::fmtresult
564 directive (const call_info *inf, unsigned dno) function in struct:__anon13745::fmtresult::directive
    [all...]
read-md.cc 46 /* This callback will be invoked whenever an md include directive is
123 directive for it to OUTF. */
170 directive for COND if its original file position is known. */
844 /* Process a define_constants directive, starting with the optional space
896 /* Process a define_enum or define_c_enum directive, starting with
898 number on which the directive started and MD_P is true if the
899 directive is a define_enum rather than a define_c_enum. */
1058 /* Process an "include" directive, starting with the optional space
1060 to process each unknown directive. LINENO is the line number on
1144 struct md_name directive; local
    [all...]
read-rtl-function.cc 51 /* Edges are recorded when parsing the "insn-chain" directive,
53 This struct records an "edge-from" or "edge-to" directive seen
398 for parsing the remainder of a directive with name NAME
401 Require a top-level "function" directive, as emitted by
441 struct md_name directive; local
442 read_name (&directive);
443 if (strcmp (directive.string, "param") == 0)
445 else if (strcmp (directive.string, "insn-chain") == 0)
447 else if (strcmp (directive.string, "crtl") == 0)
450 fatal_with_file_and_line ("unrecognized directive: %s"
591 struct md_name directive; local
665 struct md_name directive; local
1520 struct md_name directive; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-sprintf.cc 96 /* The maximum number of bytes a single non-string directive can result
111 of output either a formatting function or an individual directive
128 the worst cases maximum result of a directive. In most cases
381 /* Description of the result of conversion either of a single directive
424 /* The range a directive's argument is in. */
432 /* The minimum and maximum number of bytes that a directive
436 /* Non-nul when the argument of a string directive is not a nul
441 a directive's argument or its bounds and not the result of
445 /* True for a directive that may fail (such as wide character
455 TYPE denotes the type of the directive whose result is bein
560 struct directive struct in class:__anon16173::fmtresult
562 directive (const call_info *inf, unsigned dno) function in struct:__anon16173::fmtresult::directive
    [all...]
read-md.cc 46 /* This callback will be invoked whenever an md include directive is
123 directive for it to OUTF. */
170 directive for COND if its original file position is known. */
844 /* Process a define_constants directive, starting with the optional space
896 /* Process a define_enum or define_c_enum directive, starting with
898 number on which the directive started and MD_P is true if the
899 directive is a define_enum rather than a define_c_enum. */
1058 /* Process an "include" directive, starting with the optional space
1060 to process each unknown directive. LINENO is the line number on
1144 struct md_name directive; local
    [all...]
read-rtl-function.cc 51 /* Edges are recorded when parsing the "insn-chain" directive,
53 This struct records an "edge-from" or "edge-to" directive seen
398 for parsing the remainder of a directive with name NAME
401 Require a top-level "function" directive, as emitted by
441 struct md_name directive; local
442 read_name (&directive);
443 if (strcmp (directive.string, "param") == 0)
445 else if (strcmp (directive.string, "insn-chain") == 0)
447 else if (strcmp (directive.string, "crtl") == 0)
450 fatal_with_file_and_line ("unrecognized directive: %s"
591 struct md_name directive; local
664 struct md_name directive; local
1519 struct md_name directive; local
    [all...]
  /src/external/bsd/flex/dist/src/
misc.c 346 char directive[MAXLINE], filename[MAXLINE]; local
372 snprintf (directive, sizeof(directive), line_fmt, linenum, filename);
374 snprintf (directive, sizeof(directive), line_fmt, 0, filename);
377 /* If output_file is nil then we should put the directive in
381 fputs (directive, output_file);
384 add_action (directive);
  /src/usr.bin/make/unit-tests/
Makefile 171 TESTS+= directive
172 TESTS+= directive-dinclude
173 TESTS+= directive-elif
174 TESTS+= directive-elifdef
175 TESTS+= directive-elifmake
176 TESTS+= directive-elifndef
177 TESTS+= directive-elifnmake
178 TESTS+= directive-else
179 TESTS+= directive-endfor
180 TESTS+= directive-endi
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 1 /* CPP Library. (Directive handling.)
57 /* Values for the origin field of struct directive. KANDR directives
66 /* Values for the flags field of struct directive. COND indicates a
69 means this directive should be handled even if -fpreprocessed is in
84 /* Defines one #-directive, including how to handle it. */
86 typedef struct directive directive; typedef in typeref:struct:directive
87 struct directive struct
89 directive_handler handler; /* Function to handle directive. */
90 const uchar *name; /* Name of directive. *
    [all...]
internal.h 40 struct directive; /* Deliberately incomplete. */
121 /* Directive-based including mechanisms. */
126 /* Non-directive including mechanisms. */
242 /* 1 if we're handling a directive. 2 if it's an include-like
243 directive. */
246 /* Nonzero if in a directive that will handle padding tokens itself.
254 /* Nonzero if in a directive that takes angle-bracketed headers. */
257 /* Nonzero if in a #if or #elif directive. */
427 /* The line of the '#' of the current directive. */
439 /* If in_directive, the directive if known. *
440 const struct directive *directive; member in struct:cpp_reader
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 1 /* CPP Library. (Directive handling.)
57 /* Values for the origin field of struct directive. KANDR directives
66 /* Values for the flags field of struct directive. COND indicates a
69 means this directive should be handled even if -fpreprocessed is in
84 /* Defines one #-directive, including how to handle it. */
86 typedef struct directive directive; typedef in typeref:struct:directive
87 struct directive struct
89 directive_handler handler; /* Function to handle directive. */
90 const uchar *name; /* Name of directive. *
    [all...]
internal.h 39 struct directive; /* Deliberately incomplete. */
120 /* Directive-based including mechanisms. */
125 /* Non-directive including mechanisms. */
241 /* 1 if we're handling a directive. 2 if it's an include-like
242 directive. */
245 /* Nonzero if in a directive that will handle padding tokens itself.
253 /* Nonzero if in a directive that takes angle-bracketed headers. */
256 /* Nonzero if in a #if or #elif directive. */
426 /* The line of the '#' of the current directive. */
438 /* If in_directive, the directive if known. *
439 const struct directive *directive; member in struct:cpp_reader
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/
bind.c 1547 /* Handle a parser directive. STATEMENT is the line of the directive
1553 char *directive, *args; local
1555 /* Isolate the actual directive. */
1560 directive = &statement[i];
1573 if (_rl_stricmp (directive, parser_directives[i].name) == 0)
1579 /* display an error message about the unknown parser directive */
1580 _rl_init_file_error ("%s: unknown parser directive", directive);
1631 /* If this is a parser directive, act on it. *
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
bind.c 1547 /* Handle a parser directive. STATEMENT is the line of the directive
1553 char *directive, *args; local
1555 /* Isolate the actual directive. */
1560 directive = &statement[i];
1573 if (_rl_stricmp (directive, parser_directives[i].name) == 0)
1579 /* display an error message about the unknown parser directive */
1580 _rl_init_file_error ("%s: unknown parser directive", directive);
1631 /* If this is a parser directive, act on it. *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/
darwin.cc 147 DIRECTIVE is as for output_section_asm_op. */
150 output_objc_section_asm_op (const char *directive)
231 output_section_asm_op (directive);
244 #define DEF_SECTION(NAME, FLAGS, DIRECTIVE, OBJC) \
249 "\t" DIRECTIVE);
2916 /* Emit an assembler directive to set visibility for a symbol. The
3037 const char *directive = (size == 8 ? ".quad" : ".long"); local
3042 fprintf (file, "\t%s\t", directive);
3050 fprintf (file, "\n\t%s L$set$%d", directive, darwin_dwarf_label_counter++);
3103 const char *directive; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.cc 147 DIRECTIVE is as for output_section_asm_op. */
150 output_objc_section_asm_op (const char *directive)
231 output_section_asm_op (directive);
244 #define DEF_SECTION(NAME, FLAGS, DIRECTIVE, OBJC) \
249 "\t" DIRECTIVE);
2877 /* Emit an assembler directive to set visibility for a symbol. The
2998 const char *directive = (size == 8 ? ".quad" : ".long"); local
3003 fprintf (file, "\t%s\t", directive);
3011 fprintf (file, "\n\t%s L$set$%d", directive, darwin_dwarf_label_counter++);
3064 const char *directive; local
    [all...]
  /src/external/gpl3/binutils/dist/ld/
deffilep.c 255 DIRECTIVE = 283, /* DIRECTIVE */
292 #define DIRECTIVE 283
357 YYSYMBOL_DIRECTIVE = 28, /* DIRECTIVE */
812 "DIRECTIVE", "EQUAL", "ID", "DIGITS", "'.'", "','", "'='", "'@'",
1512 case 16: /* command: DIRECTIVE ID */
1728 case 62: /* keyword_as_name: DIRECTIVE */
1730 { (yyval.id_const) = "DIRECTIVE"; }
2217 struct directive struct
2219 struct directive *next
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
deffilep.c 255 DIRECTIVE = 283, /* DIRECTIVE */
292 #define DIRECTIVE 283
357 YYSYMBOL_DIRECTIVE = 28, /* DIRECTIVE */
812 "DIRECTIVE", "EQUAL", "ID", "DIGITS", "'.'", "','", "'='", "'@'",
1512 case 16: /* command: DIRECTIVE ID */
1728 case 62: /* keyword_as_name: DIRECTIVE */
1730 { (yyval.id_const) = "DIRECTIVE"; }
2217 struct directive struct
2219 struct directive *next
    [all...]

Completed in 52 milliseconds

1 2