OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Skip
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DebugCounter.h
20
/// consists of a
skip
and a count.
Skip
is the number of times shouldExecute
22
/// return true once
Skip
is 0. So a
skip
=47, count=2 ,would
skip
the first 47
37
/// by setting the
skip
and count.
39
/// bin/opt -debug-counter=predicateinfo-
skip
=47,predicateinfo-count=1
40
/// will
skip
renaming the first 47 uses, then rename one, then
skip
the rest.
84
// We only execute while the
Skip
is not smaller than Count
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndexDiscovery.cpp
257
uint32_t
Skip
= Pad & 0x0F;
258
Content = Content.drop_front(
Skip
);
259
Offset +=
Skip
;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
MultiplexConsumer.cpp
354
bool
Skip
= true;
356
Skip
=
Skip
&& Consumer->shouldSkipFunctionBody(D);
357
return
Skip
;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MLxExpansionPass.cpp
331
unsigned
Skip
= 0;
342
Skip
= 0;
348
if (++
Skip
== 2)
352
Skip
= 0;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp
110
enum InstClassification { Convert,
Skip
, Exit };
350
return
Skip
;
377
//
Skip
over DEBUG_VALUE.
378
// For globals in PIC mode, we can have some LEAs here.
Skip
them as well.
411
for (InstClassification Classification =
Skip
; Classification != Exit; ++I) {
/src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp
488
//
Skip
symbols that are irrelevant to LTO. Note that this condition needs
489
// to match the one in
Skip
() in LTO::addRegularLTO().
643
// we can
skip
or error on optimizations that need consistently split
743
//
Skip
() function skips the same symbols from the module as InputFile does
746
auto
Skip
= [&]() {
755
Skip
();
765
Skip
();
1116
// Also
skip
declarations, which are not allowed to have internal linkage.
/src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp
1208
bool
Skip
= false;
1211
Skip
= !IsGPU;
1214
Skip
= IsGPU;
1218
//
Skip
this argument unless the architecture matches BoundArch
1220
Skip
= true;
1224
if (NeedTrans ||
Skip
)
1228
if (!
Skip
)
/src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h
345
TF_SkipPC = 1 << 5, ///<
Skip
all location attributes.
426
bool
Skip
= false;
781
///
Skip
emitting output
/src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp
786
bool
Skip
= PPLevelBranchIndex[PPBranchLevel] > 0;
787
conditionalCompilationCondition(Unreachable ||
Skip
);
1266
//
Skip
synchronization object
2764
nextToken(); //
Skip
'>'.
2810
//
Skip
category, if present.
2852
nextToken(); //
Skip
'>'.
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp
375
while (Tmp.is(tok::comment)) //
Skip
comments in -C mode.
422
// number of bytes to
skip
must be adjusted.
456
//
Skip
to the next '#endif' / '#else' / '#elif'.
481
// If this token is not a preprocessor directive, just
skip
it.
496
// something bogus),
skip
it.
1567
//
Skip
the brackets.
1964
// Should we enter the source file? Set to
Skip
if either the source file is
1968
enum { Enter, Import,
Skip
, IncludeLimitReached } Action = Enter;
2078
Action = (SuggestedModule && !getLangOpts().CompilingPCH) ? Import :
Skip
;
2101
if (Action ==
Skip
&& File
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
1662
bool
Skip
= true;
1669
if (FS.
Skip
) {
1670
FS.
Skip
= false;
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
3177
uint32_t Count,
Skip
;
3267
Skip
= 0;
3274
PointerSize, Count,
Skip
);
3292
Skip
= 0;
3306
PointerSize, Count,
Skip
);
3323
Skip
= readULEB128(&error);
3331
AdvanceAmount =
Skip
+ PointerSize;
3335
PointerSize, Count,
Skip
);
3365
Skip
= readULEB128(&error);
3374
AdvanceAmount =
Skip
+ PointerSize
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
2584
// the pattern was intended to override A or
skip
it.
2726
unsigned
Skip
= isCommIntrinsic ? 1 : 0; // First operand is intrinsic id.
2727
for (unsigned i =
Skip
, e = getNumChildren()-1; i != e; ++i)
4699
//
Skip
if the top level predicates do not match.
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
2483
//
skip
the whole object during symbol lookup. In such cases, the symndx value
2838
size_t
Skip
= getGotModulePointer() ? 2 : 1;
2839
if (LocalNum -
Skip
<= 0)
2841
return GotEntries.slice(
Skip
, LocalNum -
Skip
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
4722
//
Skip
all the checks below if we have a type error.
11608
// for instance, in recursive functions.
Skip
them.
11614
//
Skip
checking T a = a where T is not a record or reference type.
14060
// a template,
skip
the new definition.
14344
// We cannot
skip
the body of a function (or function template) which is
14347
// We cannot
skip
the body of a function with an undeduced return type,
15479
///
skip
the definition of this tag and treat it as if it were a declaration.
16063
//
skip
starting the definitiion later.
17860
//
skip
the body.
17870
SkipBodyInfo
Skip
;
[
all
...]
Completed in 74 milliseconds
Indexes created Tue Apr 07 00:22:49 UTC 2026