OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Find
(Results
1 - 25
of
51
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/utils/
UpdateCMakeLists.pl
3
use File::
Find
;
23
my $dir = $File::
Find
::dir;
26
$dirCMake{$dir} = $File::
Find
::name;
116
find
({ wanted => \&ProcessFile, follow => 1 }, '.');
/src/external/gpl3/gcc/dist/contrib/regression/
mkindex.pl
38
use File::
Find
qw(
find
);
58
die unless (substr ($File::
Find
::dir,0,(length $srcdir)) eq $srcdir);
59
my $dir = substr $File::
Find
::dir,(length $srcdir);
77
find
({wanted => \&my_wanted}, $srcdir);
/src/external/gpl3/gcc.old/dist/contrib/regression/
mkindex.pl
38
use File::
Find
qw(
find
);
58
die unless (substr ($File::
Find
::dir,0,(length $srcdir)) eq $srcdir);
59
my $dir = substr $File::
Find
::dir,(length $srcdir);
77
find
({wanted => \&my_wanted}, $srcdir);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
STLAlgorithmModeling.cpp
29
void
Find
(CheckerContext &C, const CallExpr *CE, unsigned paramNum) const;
35
{{{"std", "
find
"}, 3}, &STLAlgorithmModeling::evalFind},
36
{{{"std", "
find
"}, 4}, &STLAlgorithmModeling::evalFind},
83
// std::
find
()-like functions either take their primary range in the first
93
Find
(C, CE, 0);
100
Find
(C, CE, 1);
107
void STLAlgorithmModeling::
Find
(CheckerContext &C, const CallExpr *CE,
/src/external/apache2/llvm/dist/llvm/lib/Support/
DynamicLibrary.cpp
42
HandleList::iterator
Find
(void *Handle) { return
find
(Handles, Handle); }
45
return Handle == Process ||
Find
(Handle) != Handles.end();
54
if (
Find
(Handle) != Handles.end()) {
183
StringMap<void *>::iterator i = ExplicitSymbols->
find
(SymbolName);
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSubtargetInfo.cpp
23
///
Find
KV in array using binary search.
25
static const T *
Find
(StringRef S, ArrayRef<T> A) {
63
//
Find
feature in table.
65
Find
(SubtargetFeatures::StripFlag(Feature), FeatureTable);
167
//
Find
CPU entry if CPU name is specified.
169
const SubtargetSubTypeKV *CPUEntry =
Find
(CPU, ProcDesc);
182
const SubtargetSubTypeKV *CPUEntry =
Find
(TuneCPU, ProcDesc);
268
//
Find
feature in table.
270
Find
(SubtargetFeatures::StripFlag(Feature), ProcFeatures);
313
//
Find
entr
[
all
...]
/src/sys/external/bsd/drm/dist/scripts/
drm-scripts-gentree.pl
39
use File::
Find
;
221
my $file = $File::
Find
::name;
254
find
({wanted => \&parse_dir, no_chdir => 1}, $SRC);
/src/external/gpl3/autoconf/dist/lib/Autom4te/
Configure_ac.pm
63
Find
a F<configure.ac> or F<configure.in> file in C<$directory>,
C4che.pm
55
Find
a request with the same path and input.
/src/external/lgpl3/gmp/dist/mpn/x86/
t-zdisp2.pl
49
use File::
Find
;
66
defined $srcdir or die "Cannot
find
\$srcdir in Makefile\n";
74
find
({ wanted => \&process, preprocess => \&process_mparam, no_chdir => 1 },
88
my $file = "$File::
Find
::dir/gmp-mparam.h";
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRFindingAction.cpp
10
/// Provides an action to
find
USR for the symbol at <offset>, as well as
68
std::vector<std::string>
Find
() {
196
if (USRSet.
find
(getUSRForDecl(
204
if (USRSet.
find
(getUSRForDecl(OverriddenMethod)) != USRSet.end())
222
return Finder.
Find
();
263
"clang-rename could not
find
symbol (offset %0)");
276
DiagnosticsEngine::Error, "clang-rename could not
find
symbol %0");
285
USRList.push_back(Finder.
Find
());
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86PreAMXConfig.cpp
293
assert(PosEnd != BB->end() && "Not
find
TileStore!");
319
bool
Find
= false;
330
Find
= true;
333
return
Find
;
/src/external/apache2/llvm/dist/libcxx/benchmarks/
ordered_set.bench.cpp
105
struct
Find
: Base {
114
benchmark::DoNotOptimize(Set.
find
(K));
135
benchmark::DoNotOptimize(Set.
find
(K) != Set.end());
237
makeCartesianProductBenchmark<
Find
, AllHitTypes, AllAccessPattern>(
/src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
OpDescriptor.h
176
// TODO: For now we only
find
aggregates in BaseTypes. It might be better to
178
auto
Find
= None;
179
return {Pred,
Find
};
186
// TODO: For now we only
find
vectors in BaseTypes. It might be better to
/src/external/apache2/llvm/dist/llvm/utils/vim/indent/
llvm.vim
53
"
Find
a non-blank not-completely commented line above the current line.
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
debianrules
4
use File::
Find
;
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Hexagon.cpp
326
auto
Find
= [&HTC] (const std::string &RootDir, const std::string &SubDir,
338
std::string Crt0SA =
Find
(RootDir, StartSubDir, "/crt0_standalone.o");
341
std::string Crt0 =
Find
(RootDir, StartSubDir, "/crt0.o");
345
?
Find
(RootDir, StartSubDir + "/pic", "/initS.o")
346
:
Find
(RootDir, StartSubDir, "/init.o");
393
?
Find
(RootDir, StartSubDir + "/pic", "/finiS.o")
394
:
Find
(RootDir, StartSubDir, "/fini.o");
473
if (llvm::
find
(RootDirs, TargetDir) == RootDirs.end())
/src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/
p2p_find.py
100
#Adds listeners for
find
and lost
112
self.p2p_interface.
Find
(P2PFindDict)
/src/external/gpl3/autoconf/dist/bin/
autoscan.in
44
use File::
Find
;
216
$where ||= "$File::
Find
::name:$.";
219
# `
find
' argument, and `-le', a `test' argument.
242
push @cfiles, $File::
Find
::name;
311
push @makefiles, $File::
Find
::name;
353
push @shfiles, $File::
Find
::name;
377
# Called by &
find
on each file. $_ contains the current file name with
385
# Save $_ as
Find
::File requires it to be preserved.
389
$File::
Find
::name =~ s,^\./,,;
397
$File::
Find
::prune = 1
[
all
...]
/src/external/bsd/openldap/dist/libraries/liblunicode/utbm/
README
97
*
Find
the first occurrence of the search pattern in the text.
/src/external/gpl2/xcvs/dist/contrib/
validate_repo.in
83
contents of revision C<REVISION> of C<FILE>. An evaluated C<SCRIPT> will
find
129
use File::
Find
;
273
find
( \&process_file, $directory_to_look_at );
320
# This function is called by the
find
function, its purpose
336
# $File::
Find
::name - The absolute path of the file being examined.
347
if( ! -d $File::
Find
::name )
349
my $path = $File::
Find
::name;
457
# The $_ is saved off because The File::
find
functionality
519
# Until we
find
the first ---- below, we can read general file info
674
# @revisions - The list of revisions to
find
interesting one
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp
162
Find
("
find
",
168
static alias FindAlias("f", desc("Alias for --
find
."), aliasopt(
Find
),
177
desc("
Find
and print all debug info entries whose name (DW_AT_name "
476
// Handle the --
find
option and lower it to --debug-info=<offset>.
477
if (!
Find
.empty()) {
478
filterByAccelName(
Find
, DICtx, OS);
668
if (!ShowChildren && !Verify && !OffsetRequested && Name.empty() &&
Find
.empty())
/src/crypto/external/bsd/openssl.old/dist/util/
find-doc-nits
14
use File::
Find
;
33
Find
small errors (nits) in documentation. Options:
95
#
Find
all functions in SYNOPSIS
237
#
Find
what section this page is in; assume 3.
/src/external/gpl2/groff/dist/arch/djgpp/
config.bat
7
Rem
Find
out where the sources are
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp
428
Mips16Libcall
Find
= { RTLIB::UNKNOWN_LIBCALL, S->getSymbol() };
431
std::end(HardFloatLibCalls),
Find
))
438
if (!IsPICCall && (Signature && (FuncInfo->StubsNeeded.
find
(Symbol) ==
470
Mips16Libcall
Find
= { RTLIB::UNKNOWN_LIBCALL,
474
std::end(HardFloatLibCalls),
Find
))
Completed in 49 milliseconds
1
2
3
Indexes created Sun Mar 01 05:31:48 UTC 2026