OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Skipped
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp
1387
CachedTokens
Skipped
;
1388
if (ConsumeAndStoreFunctionPrologue(
Skipped
))
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
726
const Stmt *
Skipped
= S.getElse();
728
std::swap(Executed,
Skipped
);
730
// If the
skipped
block has no labels in it, just emit the executed block.
732
if (S.isConstexpr() || !ContainsLabel(
Skipped
)) {
883
// The LoopHeader typically is just a branch if we
skipped
emitting
945
// The DoCond block typically is just a branch if we
skipped
1564
// the
skipped
statements must be skippable) or we might already have it.
1571
// Keep track of whether we see a
skipped
declaration. The code could be
1572
// using the declaration even if it is
skipped
, so we can't optimize out
1589
// If we found the case and
skipped
declarations, we can't do th
[
all
...]
CGExpr.cpp
4202
unsigned I = 0,
Skipped
= 0;
4208
Skipped
++;
4212
return FieldIndex -
Skipped
;
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp
1480
// match distance and the number of lines
skipped
to get to this match.
1813
StringRef
Skipped
= Buffer.substr(0, Loc);
1815
LineNumber +=
Skipped
.count('\n');
1822
if (
Skipped
.empty() || !IsPartOfWord(
Skipped
.back())) {
2308
//
skipped
region.
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
773
// Gets the number of
skipped
tests.
813
// specifies the number of top frames to be
skipped
, which doesn't
2190
// Returns true off the test part was
skipped
.
2192
return result.
skipped
();
2195
// Returns true if and only if the test was
skipped
.
2196
bool TestResult::
Skipped
() const {
2531
// Returns true if and only if the current test was
skipped
.
2533
return internal::GetUnitTestImpl()->current_test_result()->
Skipped
();
2881
return "
Skipped
";
3149
// tests may be
skipped
[
all
...]
Completed in 45 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026