OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LH_Unlikely
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
140
return std::make_pair(Stmt::
LH_Unlikely
, A);
179
return LHE == LH_Likely ?
LH_Unlikely
: LH_Likely;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
1752
case Stmt::
LH_Unlikely
:
1782
case Stmt::
LH_Unlikely
:
CodeGenFunction.cpp
1645
LH == Stmt::
LH_Unlikely
? Stmt::LH_None : LH);
2665
case Stmt::
LH_Unlikely
:
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
1106
LH_Unlikely
= -1, ///< Branch has the [[unlikely]] attribute.
Completed in 23 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026