OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFallthrough
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRPrinter.h
41
bool &
IsFallthrough
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h
738
bool shouldUseExternalFS() const { return
IsFallthrough
; }
797
bool
IsFallthrough
= true;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp
578
bool &
IsFallthrough
) {
594
IsFallthrough
= I == MBB.end() || !I->isBarrier();
/src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp
1257
IsFallthrough
= Fallthrough;
1726
if (!parseScalarBool(I.getValue(), FS->
IsFallthrough
))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp
912
bool
IsFallthrough
;
913
guessSuccessors(MBB, Successors,
IsFallthrough
);
917
if (
IsFallthrough
) {
Completed in 21 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026