HomeSort by: relevance | last modified time | path
    Searched refs:linkage (Results 1 - 25 of 95) sorted by relevancy

1 2 3 4

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
typed_list.h 9 #define TYPED_LIST(list_type, el_type, linkage) \
23 return ql_last(&list->head, linkage); \
27 ql_elm_new(item, linkage); \
28 ql_tail_insert(&list->head, item, linkage); \
32 ql_elm_new(item, linkage); \
33 ql_head_insert(&list->head, item, linkage); \
38 ql_elm_new(to_insert, linkage); \
39 ql_after_insert(to_remove, to_insert, linkage); \
40 ql_remove(&list->head, to_remove, linkage); \
44 ql_remove(&list->head, item, linkage); \
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
typed_list.h 9 #define TYPED_LIST(list_type, el_type, linkage) \
23 return ql_last(&list->head, linkage); \
27 ql_elm_new(item, linkage); \
28 ql_tail_insert(&list->head, item, linkage); \
32 ql_elm_new(item, linkage); \
33 ql_head_insert(&list->head, item, linkage); \
38 ql_elm_new(to_insert, linkage); \
39 ql_after_insert(to_remove, to_insert, linkage); \
40 ql_remove(&list->head, to_remove, linkage); \
44 ql_remove(&list->head, item, linkage); \
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
typed_list.h 9 #define TYPED_LIST(list_type, el_type, linkage) \
20 return ql_last(&list->head, linkage); \
24 return ql_next(&list->head, item, linkage); \
28 ql_elm_new(item, linkage); \
29 ql_tail_insert(&list->head, item, linkage); \
33 ql_elm_new(item, linkage); \
34 ql_head_insert(&list->head, item, linkage); \
38 ql_elm_new(to_insert, linkage); \
39 ql_after_insert(to_remove, to_insert, linkage); \
40 ql_remove(&list->head, to_remove, linkage); \
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
typed_list.h 9 #define TYPED_LIST(list_type, el_type, linkage) \
20 return ql_last(&list->head, linkage); \
24 return ql_next(&list->head, item, linkage); \
28 ql_elm_new(item, linkage); \
29 ql_tail_insert(&list->head, item, linkage); \
33 ql_elm_new(item, linkage); \
34 ql_head_insert(&list->head, item, linkage); \
38 ql_elm_new(to_insert, linkage); \
39 ql_after_insert(to_remove, to_insert, linkage); \
40 ql_remove(&list->head, to_remove, linkage); \
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
c-linkage-name.exp 17 # gdb can correctly print an ada symbol with linkage name before and after
20 standard_testfile c-linkage-name.c c-linkage-name-2.c
46 # Try to print MUNDANE, but using its linkage name.
61 # c-linkage-name-2.c.
63 gdb_test "maint info symtabs" "\{ symtab \[^\r\n\]*c-linkage-name-2.c.*"
69 # Try to print MUNDANE using its linkage name again, after partial
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
c-linkage-name.exp 17 # gdb can correctly print an ada symbol with linkage name before and after
20 standard_testfile c-linkage-name.c c-linkage-name-2.c
46 # Try to print MUNDANE, but using its linkage name.
61 # c-linkage-name-2.c.
63 gdb_test "maint info symtabs" "\{ symtab \[^\r\n\]*c-linkage-name-2.c.*"
69 # Try to print MUNDANE using its linkage name again, after partial
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_linkage.py 18 """Ensure that linkage specifers are available on cursors"""
29 self.assertEqual(no_linkage.linkage, LinkageKind.NO_LINKAGE)
32 self.assertEqual(internal.linkage, LinkageKind.INTERNAL)
35 self.assertEqual(unique_external.linkage, LinkageKind.UNIQUE_EXTERNAL)
38 self.assertEqual(external.linkage, LinkageKind.EXTERNAL)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
class2.exp 25 lappend flags additional_flags=-Wno-non-c-typedef-for-linkage
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
class2.exp 25 lappend flags additional_flags=-Wno-non-c-typedef-for-linkage
  /src/lib/libc/compat/arch/hppa/sys/
compat___sigtramp1.S 74 ldw 4(%arg3), %r19 ; load shared library linkage
  /src/sys/arch/hppa/hppa/
sigcode.S 79 ldw 4(%arg3), %r19 ; load shared library linkage
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
ada-cold-name.exp 23 standard_testfile ada-linkage-name.c -debug.S
  /src/external/gpl3/gdb.old/dist/sim/bfin/
insn_list.def 54 I(linkage)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
ada-cold-name.exp 23 standard_testfile ada-linkage-name.c -debug.S
  /src/external/gpl3/gdb/dist/sim/bfin/
insn_list.def 54 I(linkage)
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
nspace.d 106 sc.linkage = LINK.cpp; // namespaces default to C++ linkage
120 sc.linkage = LINK.cpp; // namespaces default to C++ linkage
attrib.d 12 * - Linkage (`extern(C)`)
53 * linkage (LinkageDeclaration) and others.
84 extern (D) static Scope* createNewScope(Scope* sc, StorageClass stc, LINK linkage,
90 linkage != sc.linkage ||
100 sc2.linkage = linkage;
259 return createNewScope(sc, scstc, sc.linkage, sc.cppmangle,
388 * Linkage attribute applied to Dsymbols, e.g.
391 * `extern(<linkage>) <decl...>
    [all...]
scope.h 110 LINK linkage; // linkage for external functions member in struct:Scope
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2html 108 # linkage ==> ref to scalar, array, or subroutine (see GetOpt::Long for more info)
117 linkage => \$main::T2H_DEBUG,
125 linkage => \$main::T2H_DOCTYPE,
134 linkage => \$main::T2H_CHECK,
146 linkage => \$T2H_EXPAND,
156 linkage => \$T2H_USE_GLOSSARY,
174 linkage => \$T2H_INVISIBLE_MARK,
185 linkage => \$T2H_USE_ISO,
197 linkage => \@T2H_INCLUDE_DIRS,
210 linkage => \$T2H_TOP_FILE
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2html 108 # linkage ==> ref to scalar, array, or subroutine (see GetOpt::Long for more info)
117 linkage => \$main::T2H_DEBUG,
125 linkage => \$main::T2H_DOCTYPE,
134 linkage => \$main::T2H_CHECK,
146 linkage => \$T2H_EXPAND,
156 linkage => \$T2H_USE_GLOSSARY,
174 linkage => \$T2H_INVISIBLE_MARK,
185 linkage => \$T2H_USE_ISO,
197 linkage => \@T2H_INCLUDE_DIRS,
210 linkage => \$T2H_TOP_FILE
    [all...]
  /src/lib/libc/arch/hppa/sys/
__sigtramp2.S 151 ldw 4(%arg3), %r19 ; load shared library linkage
  /src/external/gpl3/gcc/dist/include/
btf.h 181 /* BTF_KIND_FUNC records encode linkage information in the VLEN bits
190 /* BTF_KIND_VAR records encode linkage information in a single
203 uint32_t linkage; /* 0=static, 1=global, 2=extern. */ member in struct:btf_var
  /src/external/gpl3/gcc.old/dist/include/
btf.h 181 uint32_t linkage; /* Currently only 0=static or 1=global. */ member in struct:btf_var
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index-shard.c 245 cooked_index_entry *linkage = create (entry->die_offset, local
254 linkage->canonical = fullname;
255 new_gnat_entries.push_back (linkage);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 207 if (GlobalValue::isInterposableLinkage(GVSummary->linkage())) {
225 if (GlobalValue::isLocalLinkage(Summary->linkage()) &&
288 // interposable linkage type. This is required for correctness in
290 // * the def with interposable linkage is non-prevailing,
299 GlobalValue::isInterposableLinkage(GVS->second->linkage()))
327 return GlobalValue::isLocalLinkage(RefSummary->linkage()) &&
409 // a non-prevailing def with interposable linkage. The prevailing copy
831 // e.g. record required linkage changes.
904 if (S->linkage() == GlobalValue::AvailableExternallyLinkage ||
905 S->linkage() == GlobalValue::WeakODRLinkage |
    [all...]

Completed in 85 milliseconds

1 2 3 4