Home
last modified time | relevance | path

Searched refs:searched (Results 1 – 25 of 149) sorted by relevance

123456

/openbsd/gnu/llvm/clang/utils/
H A DClangDataFormat.py104 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 DSearch.pod29 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 Dllvm-libtool-darwin.rst56 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 Dllvm-objdump.rst141 are searched in the order given.
H A Dllvm-symbolizer.rst228 are searched in the order given.
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dmethod-2.m22 [self rootInstanceMethod]; /* class is searched for an instance method */
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dcppenv.texi26 @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 Dcppopts.texi51 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 Dinterface.texi102 automatically searched when you link programs with GCC@.
/openbsd/gnu/gcc/gcc/doc/
H A Dcppenv.texi26 @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 Dcppopts.texi54 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 Dcpp.info782 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 Dimplement-c.texi592 @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 DREADME.bs2000159 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 DCoreProperties.td7 …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 DSearchableTable.td10 // generic table that can be binary-searched. Three types of objects can be
/openbsd/gnu/llvm/lld/docs/ELF/
H A Dwarn_backrefs.rst10 ``--start-lib`` and ``--end-lib`` that archive will be searched for resolving
/openbsd/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td48 …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 DHandleLibCXXABI.cmake67 # It imports a library named <name> searched at the given <path>.
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A DLRS195 any given variable with aliases and that chain will be searched first
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dparams.def125 number of instructions is searched, the time savings from filling
/openbsd/lib/libz/
H A Dalgorithm.doc27 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 Dperlmodinstall.pod13 L<https://www.cpan.org/> , and searched at L<https://metacpan.org/> .
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9563 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 DNEWS199 searched at run time. This overrides the default of building the list from the

123456