OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86EVEX2VEXTablesEmitter.cpp
111
Record *
RecE
= EVEXInst->TheDef;
113
bool EVEX_W =
RecE
->getValueAsBit("HasVEX_W");
116
bool EVEX_WIG =
RecE
->getValueAsBit("IgnoresVEX_W");
117
bool EVEX_W1_VEX_W0 =
RecE
->getValueAsBit("EVEX_W1_VEX_W0");
120
RecV->getValueAsBit("isCodeGenOnly") !=
RecE
->getValueAsBit("isCodeGenOnly") ||
122
RecV->getValueAsDef("OpPrefix") !=
RecE
->getValueAsDef("OpPrefix") ||
123
RecV->getValueAsDef("OpMap") !=
RecE
->getValueAsDef("OpMap") ||
124
RecV->getValueAsBit("hasVEX_4V") !=
RecE
->getValueAsBit("hasVEX_4V") ||
125
RecV->getValueAsBit("hasEVEX_L2") !=
RecE
->getValueAsBit("hasEVEX_L2") ||
126
RecV->getValueAsBit("hasVEX_L") !=
RecE
->getValueAsBit("hasVEX_L") |
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp
220
if (auto *
RecE
= dyn_cast<ObjCMessageExpr>(
222
if (
RecE
->getMethodFamily() == OMF_alloc)
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp
165
const Expr *
RecE
= MessageExpr->getInstanceReceiver();
167
if (!
RecE
)
173
SVal ReceiverSVal = C.getSVal(
RecE
);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
976
if (const Expr *
RecE
= getOriginExpr()->getInstanceReceiver())
977
return getSVal(
RecE
);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp
1654
if (auto *
RecE
= dyn_cast<ObjCMessageExpr>(
1656
if (
RecE
->getMethodFamily() == OMF_alloc)
Completed in 29 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026