Home
last modified time | relevance | path

Searched refs:inclusion (Results 1 – 25 of 221) sorted by relevance

123456789

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmacroscope.c36 struct macro_source_file *main, *inclusion; in sal_macro_scope() local
46 inclusion = macro_lookup_inclusion (main, sal.symtab->filename); in sal_macro_scope()
48 if (inclusion) in sal_macro_scope()
50 ms->file = inclusion; in sal_macro_scope()
/openbsd/gnu/llvm/libcxx/utils/
H A DCMakeLists.txt2 add_custom_target(libcxx-generate-public-header-transitive-inclusion-tests
42 DEPENDS libcxx-generate-public-header-transitive-inclusion-tests
/openbsd/gnu/llvm/libcxx/src/ryu/
H A DREADME.txt7 std::to_chars. This code has been contributed by Microsoft for inclusion in
/openbsd/gnu/llvm/llvm/include/llvm/
H A Dmodule.modulemap6 // This is intended for (repeated) textual inclusion.
32 // These are intended for (repeated) textual inclusion.
163 // These are intended for (repeated) textual inclusion.
301 // These are intended for (repeated) textual inclusion.
436 // These are intended for textual inclusion.
/openbsd/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dt-h83002 # _floatdisf, and _fixunssfdi) are used to disable the inclusion of those
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctions.def10 // EXT_FUNC macro must be defined at the point of inclusion. The signature of
/openbsd/gnu/llvm/llvm/docs/
H A DSupportPolicy.rst136 available, who the sub-community is and, if applicable, roadmap for inclusion
156 pertinent patches and retrying the inclusion review.
161 Due to the uncertain nature of inclusion, it's advisable that new components
233 If a component is removed from LLVM, it may, at a later date, request inclusion
H A DSupportLibrary.rst73 them directly or obtain their inclusion through ``lib/Support`` interfaces.
81 LLVM source files may include them or obtain their inclusion through
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DLLVM-Build.cmake2 # of all components. This C code is suitable for inclusion in `llvm-config`
/openbsd/gnu/llvm/lldb/docs/status/
H A Dgoals.rst25 * Build libraries for inclusion in IDEs, command line tools, and other analysis
/openbsd/gnu/usr.bin/perl/
H A Dcflags.SH74 /* Just in case the inclusion of perl.h did not
/openbsd/gnu/usr.bin/cvs/
H A DDEVEL-CVS20 - changes and features intended for inclusion in the official CVS
/openbsd/gnu/llvm/libcxx/docs/DesignDocs/
H A DHeaderRemovalPolicy.rst20 a top-level header. It also avoids header inclusion cycles and makes it easier
/openbsd/gnu/usr.bin/cvs/lib/
H A DChangeLog.fsf33 * getopt.h: Prevent multiple inclusion.
/openbsd/usr.bin/file/magdir/
H A Dsun122 # inclusion.
/openbsd/gnu/usr.bin/binutils/intl/
H A DChangeLog168 * l10nflist.c: Move inclusion of argz.h, ctype.h, stdlib.h after
247 * l10nflist.c: Correct conditional for <argz.h> inclusion.
932 * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
1028 * textdomain.c: Protect inclusion of stdlib.h and string.h.
1030 * loadmsgcat.c: Protect inclusion of stdlib.h.
1032 * libgettext.h: Protect inclusion of locale.h.
1050 * bindtextdom.c: Protect stdlib.h and string.h inclusion.
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A DChangeLog192 * l10nflist.c: Move inclusion of argz.h, ctype.h, stdlib.h after
271 * l10nflist.c: Correct conditional for <argz.h> inclusion.
956 * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
1052 * textdomain.c: Protect inclusion of stdlib.h and string.h.
1054 * loadmsgcat.c: Protect inclusion of stdlib.h.
1056 * libgettext.h: Protect inclusion of locale.h.
1074 * bindtextdom.c: Protect stdlib.h and string.h inclusion.
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dcppenv.texi11 @c formatted for inclusion in the CPP manual; otherwise the main GCC manual.
/openbsd/gnu/gcc/gcc/doc/
H A Dcppenv.texi11 @c formatted for inclusion in the CPP manual; otherwise the main GCC manual.
/openbsd/gnu/usr.bin/perl/dist/Filter-Simple/
H A DChanges27 - Changed licence to facilitate inclusion in
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A DChangeLog302 * l10nflist.c: Move inclusion of argz.h, ctype.h, stdlib.h after
381 * l10nflist.c: Correct conditional for <argz.h> inclusion.
1066 * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
1162 * textdomain.c: Protect inclusion of stdlib.h and string.h.
1164 * loadmsgcat.c: Protect inclusion of stdlib.h.
1166 * libgettext.h: Protect inclusion of locale.h.
1184 * bindtextdom.c: Protect stdlib.h and string.h inclusion.
/openbsd/gnu/gcc/libdecnumber/
H A DChangeLog147 * decContext.h: Properly guard inclusion of stdint.h
/openbsd/gnu/usr.bin/perl/dist/Attribute-Handlers/
H A DChanges61 - Changed licence for inclusion in core distribution
/openbsd/gnu/llvm/libcxx/include/
H A Dmodule.modulemap.in63 // <stdbool.h>'s __bool_true_false_are_defined macro requires textual inclusion.
67 // <stddef.h>'s __need_* macros require textual inclusion.
78 // <stdio.h>'s __need_* macros require textual inclusion.
84 // <stdlib.h>'s __need_* macros require textual inclusion.
99 // <wchar.h>'s __need_* macros require textual inclusion.
127 // <cassert>'s use of NDEBUG requires textual inclusion.
653 // No submodule for cassert. It fundamentally needs repeated, textual inclusion.
/openbsd/gnu/llvm/clang/docs/
H A DModules.rst36 inclusion by the preprocessor, and are therefore subject to any
37 active macro definitions at the time of inclusion. If any of the
52 the vast majority of headers to ensure that multiple inclusion
74 … to the API of software libraries by replacing the textual preprocessor inclusion model with a mor…
81 This semantic import model addresses many of the problems of the preprocessor inclusion model:
138 …ly use modules with one compiler while falling back to the preprocessor-inclusion mechanism with o…
821 ``export *`` provides the same transitive-inclusion behavior
825 compatibility for programs that rely on transitive inclusion (i.e.,

123456789