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

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_044.c 13 void definition(void) { function
msg_024.c 11 definition(void) function
18 function fn = definition;
  /src/external/gpl3/binutils/dist/etc/
add-log.el 348 "Return name of function definition point is in, or nil.
390 ;; Handle a C macro definition.
441 (get-method-definition)
543 (defvar get-method-definition-md)
545 ;; Subroutine used within get-method-definition.
548 (defun get-method-definition-1 (end)
549 (setq get-method-definition-md
550 (concat get-method-definition-md
556 (defun get-method-definition ()
557 (let ((get-method-definition-md "[")
    [all...]
  /src/external/gpl3/binutils.old/dist/etc/
add-log.el 348 "Return name of function definition point is in, or nil.
390 ;; Handle a C macro definition.
441 (get-method-definition)
543 (defvar get-method-definition-md)
545 ;; Subroutine used within get-method-definition.
548 (defun get-method-definition-1 (end)
549 (setq get-method-definition-md
550 (concat get-method-definition-md
556 (defun get-method-definition ()
557 (let ((get-method-definition-md "[")
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
DerivedMetrics.cc 33 class definition class
36 definition();
37 ~definition();
41 definition *arg1;
42 definition *arg2;
46 definition::definition () function in class:definition
52 definition::~definition ()
60 items = new Vector<definition*>;
    [all...]
BaseMetric.h 35 class Definition;
133 BaseMetric (const char *_cmd, const char *_username, Definition *def); // derived metrics
154 Definition *get_definition () { return definition; };
196 Hwcentry *hw_ctr; // HWC definition
202 Definition *definition; member in class:BaseMetric
215 class Definition
226 Definition (opType _op);
227 ~Definition ();
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DerivedMetrics.cc 33 class definition class
36 definition();
37 ~definition();
41 definition *arg1;
42 definition *arg2;
46 definition::definition () function in class:definition
52 definition::~definition ()
60 items = new Vector<definition*>;
    [all...]
BaseMetric.h 35 class Definition;
133 BaseMetric (const char *_cmd, const char *_username, Definition *def); // derived metrics
154 Definition *get_definition () { return definition; };
196 Hwcentry *hw_ctr; // HWC definition
202 Definition *definition; member in class:BaseMetric
215 class Definition
226 Definition (opType _op);
227 ~Definition ();
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/eqn/
lex.cpp 35 struct definition { struct
42 definition();
43 ~definition();
46 definition::definition() : is_macro(1), is_simple(0) function in class:definition
51 definition::~definition()
57 declare_ptable(definition)
58 implement_ptable(definition)
60 PTABLE(definition) macro_table
    [all...]
  /src/usr.bin/rpcgen/
rpc_parse.h 145 struct definition { struct
157 typedef struct definition definition; typedef in typeref:struct:definition
159 definition *get_definition(void);
  /src/external/mit/expat/dist/tests/
handlers.h 442 const char *definition; member in struct:AttTest
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp 1529 const MacroDefinitionRecord *definition = getCursorMacroDefinition(cursor); local
1530 const IdentifierInfo *Macro = definition->getName();
  /src/external/gpl3/binutils/dist/binutils/
wrstabs.c 74 bool definition; member in struct:stab_type_stack
389 long tindex, bool definition, unsigned int size)
396 s->definition = definition;
412 long tindex, bool definition, unsigned int size)
414 return stab_push_string (info, xstrdup (string), tindex, definition, size);
878 bool definition;
883 definition = info->type_stack->definition;
888 return stab_push_string (info, buf, 0, definition, size)
876 bool definition; local
998 bool definition; local
1020 bool definition; local
1065 bool definition; local
1098 bool definition; local
1122 bool definition; local
1299 bool definition; local
1338 bool definition; local
1403 bool definition; local
1433 bool definition = false; local
1482 bool definition; local
1535 bool definition; local
1635 bool definition; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c 74 bool definition; member in struct:stab_type_stack
389 long tindex, bool definition, unsigned int size)
396 s->definition = definition;
412 long tindex, bool definition, unsigned int size)
414 return stab_push_string (info, xstrdup (string), tindex, definition, size);
880 bool definition;
885 definition = info->type_stack->definition;
890 return stab_push_string (info, buf, 0, definition, size)
878 bool definition; local
1000 bool definition; local
1022 bool definition; local
1067 bool definition; local
1100 bool definition; local
1124 bool definition; local
1301 bool definition; local
1340 bool definition; local
1405 bool definition; local
1435 bool definition = false; local
1484 bool definition; local
1537 bool definition; local
1637 bool definition; local
    [all...]
  /src/usr.bin/config/
gram.y 238 * also the definition part (files, files.*, etc.) that declares what
247 * The machine spec, which brings in the definition part, must appear
308 /* Complete definition part: the contents of all files.* files. */
321 | definitions definition '\n' { wrap_continue(); }
326 /* A single definition. */
327 definition: label
578 /* one locator definition */
731 definition
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 369 : SExpr(COP_Variable), Name(s), Definition(D) {
375 Definition(D), Cvdecl(Cvd) {
380 : SExpr(Vd), Name(Vd.Name), Definition(D), Cvdecl(Vd.Cvdecl) {
395 /// Return the definition of the variable.
398 SExpr *definition() { return Definition; } function in class:clang::threadSafety::Variable
399 const SExpr *definition() const { return Definition; } function in class:clang::threadSafety::Variable
403 void setDefinition(SExpr *E) { Definition = E; }
426 // The TIL type or definition
    [all...]
  /src/external/gpl2/gmake/dist/
read.c 603 variable definition it can't be a preprocessor token so skip
856 variable definition. But now we know it is definitely lossage. */
1041 comes after it looks like a variable definition. */
1331 char *definition = (char *) xmalloc (length);
1388 definition[0] = '\0';
1390 definition[idx - 1] = '\0';
1393 define_variable_global (var, strlen (var), definition,
1395 free (definition);
1401 /* Otherwise add this line to the variable definition. */
1406 definition = (char *) xrealloc (definition, length + 1)
1326 char *definition = (char *) xmalloc (length); local
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
internal.h 395 unsigned char *definition; member in struct:def_pragma_macro
397 /* Definition line number. */
502 /* Buffer to hold macro definition string. */
618 If the definition of `numchar' looks odd to you, please look up the
619 definition of a pp-number in the C standard [section 6.4.8 of C99].
925 definition, it is the locus in the macro definition; otherwise it
930 MACRO_DEFINITION_LOC is the location in the macro definition,
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 394 unsigned char *definition; member in struct:def_pragma_macro
396 /* Definition line number. */
501 /* Buffer to hold macro definition string. */
614 If the definition of `numchar' looks odd to you, please look up the
615 definition of a pp-number in the C standard [section 6.4.8 of C99].
920 definition, it is the locus in the macro definition; otherwise it
925 MACRO_DEFINITION_LOC is the location in the macro definition,
  /src/external/gpl3/binutils/dist/bfd/
elf64-ia64-vms.c 2041 the entry -- static or symbolic, and the symbol definition
2183 the entry -- static or symbolic, and the symbol definition
2571 /* If this is a weak symbol, and there is a real definition, the
2573 real definition first, and we can just use the same value. */
4920 bool definition; local
5014 definition = false;
5016 definition = true;
5045 definition comes from. */
5077 if (definition)
5107 definition or a common symbol is ignored due to the ol
    [all...]
elflink.c 1103 bool definition, bool dynamic)
1110 (*bed->elf_backend_merge_symbol_attribute) (h, st_other, definition,
1123 else if (definition
1131 find a definition in a dynamic object, or when there is already a
1132 definition in a dynamic object. The new symbol is described by
1137 overriding a new definition. We set TYPE_CHANGE_OK if it is OK for
1318 definition in a dynamic lib is overridden by a definition in the
1395 respectively, appear to be a definition rather than reference. */
1420 a dynamic versioned definition ("foo@@") skip doing so i
5009 bool definition; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ia64-vms.c 2041 the entry -- static or symbolic, and the symbol definition
2183 the entry -- static or symbolic, and the symbol definition
2571 /* If this is a weak symbol, and there is a real definition, the
2573 real definition first, and we can just use the same value. */
4921 bool definition; local
5015 definition = false;
5017 definition = true;
5046 definition comes from. */
5078 if (definition)
5108 definition or a common symbol is ignored due to the ol
    [all...]
elflink.c 1096 bool definition, bool dynamic)
1103 (*bed->elf_backend_merge_symbol_attribute) (h, st_other, definition,
1116 else if (definition
1124 find a definition in a dynamic object, or when there is already a
1125 definition in a dynamic object. The new symbol is described by
1130 overriding a new definition. We set TYPE_CHANGE_OK if it is OK for
1305 definition in a dynamic lib is overridden by a definition in the
1382 respectively, appear to be a definition rather than reference. */
1407 a dynamic versioned definition ("foo@@") skip doing so i
4974 bool definition; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ia64-vms.c 2040 the entry -- static or symbolic, and the symbol definition
2182 the entry -- static or symbolic, and the symbol definition
2570 /* If this is a weak symbol, and there is a real definition, the
2572 real definition first, and we can just use the same value. */
4919 bool definition; local
5013 definition = false;
5015 definition = true;
5044 definition comes from. */
5076 if (definition)
5106 definition or a common symbol is ignored due to the ol
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ia64-vms.c 2041 the entry -- static or symbolic, and the symbol definition
2183 the entry -- static or symbolic, and the symbol definition
2571 /* If this is a weak symbol, and there is a real definition, the
2573 real definition first, and we can just use the same value. */
4922 bool definition; local
5016 definition = false;
5018 definition = true;
5047 definition comes from. */
5079 if (definition)
5109 definition or a common symbol is ignored due to the ol
    [all...]

Completed in 54 milliseconds

1 2