/openbsd/gnu/llvm/clang/utils/ |
H A D | ClangDataFormat.py | 104 def searchForType(value, searched): argument 118 if tyname in searched: 120 searched.add(tyname) 123 found = searchForType(child, searched) 127 searched = set() 130 found = searchForType(val, searched)
|
/openbsd/usr.sbin/pkg_add/OpenBSD/ |
H A D | Search.pod | 29 A given repository can be searched for existing packages using 35 A repository list can be searched in a similar way: the search
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-libtool-darwin.rst | 56 ends with '.o', then the library 'x' is searched for without prepending 'lib' 63 directories are searched in the order in which they are specified with
|
H A D | llvm-objdump.rst | 141 are searched in the order given.
|
H A D | llvm-symbolizer.rst | 228 are searched in the order given.
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
H A D | method-2.m | 22 [self rootInstanceMethod]; /* class is searched for an instance method */
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | cppenv.texi | 26 @env{CPATH} specifies a list of directories to be searched as if 33 to be searched as if specified with @option{-isystem}, but after any
|
H A D | cppopts.texi | 51 Add the directory @var{dir} to the list of directories to be searched 56 Directories named by @option{-I} are searched before the standard 371 options before @option{-I-} are searched only for headers requested with 372 @code{@w{#include "@var{file}"}}; they are not searched for 375 directories are searched for all @samp{#include} directives. 388 (and the directory of the current file, if appropriate) are searched. 399 line of the primary source file. However, the first directory searched 402 is searched for in the remainder of the @code{#include "@dots{}"} search
|
H A D | interface.texi | 102 automatically searched when you link programs with GCC@.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | cppenv.texi | 26 @env{CPATH} specifies a list of directories to be searched as if 33 to be searched as if specified with @option{-isystem}, but after any
|
H A D | cppopts.texi | 54 Add the directory @var{dir} to the list of directories to be searched 59 Directories named by @option{-I} are searched before the standard 412 options before @option{-I-} are searched only for headers requested with 413 @code{@w{#include "@var{file}"}}; they are not searched for 416 directories are searched for all @samp{#include} directives. 430 (and the directory of the current file, if appropriate) are searched. 441 line of the primary source file. However, the first directory searched 444 is searched for in the remainder of the @code{#include "@dots{}"} search 504 @code{@w{#include "@var{file}"}}; they are not searched for
|
H A D | cpp.info | 782 the directories named by `-I' are searched, in left-to-right order, 784 already searched by default. In this case, the option is ignored and 811 list are searched only for headers requested with quote marks. 812 Directories after `-I-' are searched for all headers. Second, the 813 directory containing the current file is not searched for anything, 1020 All directories named by `-isystem' are searched _after_ all 3042 regenerated. The other file is searched for using the normal 4166 the `-I-', those directories are searched for all `#include' 4176 directory of the current file, if appropriate) are searched. 4237 they are not searched for `#include <FILE>', before all [all …]
|
H A D | implement-c.texi | 592 @cite{The places that are searched for an included @samp{<>} delimited 597 @cite{How the named source file is searched for in an included @samp{""}
|
/openbsd/gnu/usr.bin/perl/ |
H A D | README.bs2000 | 159 Filenames starting with C</> are searched in the Posix filesystem, 160 others are searched in the BS2000 filesystem. You may even use
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | CoreProperties.td | 7 …usr/libdata/debug would be also searched. On platforms other than NetBSD directory /usr/lib/debug …
|
/openbsd/gnu/llvm/llvm/include/llvm/TableGen/ |
H A D | SearchableTable.td | 10 // generic table that can be binary-searched. Three types of objects can be
|
/openbsd/gnu/llvm/lld/docs/ELF/ |
H A D | warn_backrefs.rst | 10 ``--start-lib`` and ``--end-lib`` that archive will be searched for resolving
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | TargetProperties.td | 48 …Desc<"List of directories to be searched when locating debug symbol files. See also symbols.enable… 51 Desc<"List of directories to be searched when locating modules for Clang.">;
|
/openbsd/gnu/llvm/libcxx/cmake/Modules/ |
H A D | HandleLibCXXABI.cmake | 67 # It imports a library named <name> searched at the given <path>.
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | LRS | 195 any given variable with aliases and that chain will be searched first
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | params.def | 125 number of instructions is searched, the time savings from filling
|
/openbsd/lib/libz/ |
H A D | algorithm.doc | 27 The hash chains are searched starting with the most recent strings, to 236 The hash chains are searched starting with the most recent strings, to 445 The hash chains are searched starting with the most recent strings, to
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlmodinstall.pod | 13 L<https://www.cpan.org/> , and searched at L<https://metacpan.org/> .
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 9563 std::set<DeclContext *> searched; in DeclContextFindDeclByName() local 9573 if (!searched.insert(it->second).second) in DeclContextFindDeclByName() 9584 if (searched.find(ud->getNominatedNamespace()) == searched.end()) in DeclContextFindDeclByName() 9660 std::set<DeclContext *> searched; in CountDeclLevels() local 9678 if (searched.find(it->second) != searched.end()) in CountDeclLevels() 9689 searched.insert(it->second); in CountDeclLevels() 9701 if (searched.find(ns) == searched.end()) in CountDeclLevels()
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | NEWS | 199 searched at run time. This overrides the default of building the list from the
|