OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultCase
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyValueInfo.cpp
1357
bool
DefaultCase
= SI->getDefaultDest() == BBTo;
1359
ConstantRange EdgesVals(BitWidth,
DefaultCase
/*isFullSet*/);
1373
if (
DefaultCase
) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
1696
const DefaultStmt *
DefaultCase
= nullptr;
1702
DefaultCase
= DS;
1721
if (!
DefaultCase
)
1723
Case =
DefaultCase
;
/src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp
3657
const auto &
DefaultCase
= [&NewFn, &CI]() -> void {
3667
DefaultCase
();
3920
DefaultCase
();
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
3377
void setDefaultDest(BasicBlock *
DefaultCase
) {
3378
setOperand(1, reinterpret_cast<Value*>(
DefaultCase
));
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026