OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SubE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
IgnoreExpr.h
61
Expr *
SubE
= IgnoreImplicitCastsSingleStep(E);
62
if (
SubE
!= E)
63
return
SubE
;
111
Expr *
SubE
= IgnoreImplicitCastsSingleStep(E);
112
if (
SubE
!= E)
113
return
SubE
;
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyExceptionInfo.cpp
294
WebAssemblyException *
SubE
= getOutermostException(MBB);
295
if (
SubE
) {
296
if (
SubE
!= WE) {
298
SubE
->setParentException(WE);
300
NumBlocks +=
SubE
->getBlocksVector().capacity();
304
for (auto &Frontier : MDF.find(
SubE
->getEHPad())->second)
353
for (auto &
SubE
: SubExceptions)
354
SubE
->print(OS, Depth + 2);
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
SubtargetEmitter.cpp
963
RecIter SubI = SubResources.begin(),
SubE
= SubResources.end();
964
for( ; SubI !=
SubE
; ++SubI) {
969
if (SubI ==
SubE
) {
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
2689
const Expr *
SubE
= CE->getSubExpr()->IgnoreParens();
2692
SubE
->isReadIfDiscardedInCPlusPlus11()) {
2695
if (auto *DRE = dyn_cast<DeclRefExpr>(
SubE
))
2703
if (
SubE
->getType()->isArrayType())
2706
return
SubE
->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026