Home
last modified time | relevance | path

Searched defs:SubExpr (Results 1 – 25 of 83) sorted by relevance

1234

/external/llvm-project/clang/lib/Tooling/Transformer/
DSourceCodeBuilders.cpp120 const Expr *SubExpr = Op->getSubExpr()->IgnoreParenImpCasts(); in buildDot() local
144 const Expr *SubExpr = Op->getSubExpr()->IgnoreParenImpCasts(); in buildArrow() local
/external/llvm-project/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp20 MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr, in createExprForCAPIVariantKind()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp20 MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr, in createExprForCAPIVariantKind()
/external/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp24 MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr, in createExprForCAPIVariantKind()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachORelocationInfo.cpp25 const MCExpr *createExprForCAPIVariantKind(const MCExpr *SubExpr, in createExprForCAPIVariantKind()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachORelocationInfo.cpp23 const MCExpr *createExprForCAPIVariantKind(const MCExpr *SubExpr, in createExprForCAPIVariantKind()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachORelocationInfo.cpp23 const MCExpr *createExprForCAPIVariantKind(const MCExpr *SubExpr, in createExprForCAPIVariantKind()
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProTypeCstyleCastCheck.cpp74 const Expr *SubExpr = in check() local
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.h80 const MCExpr *SubExpr; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.h80 const MCExpr *SubExpr; variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DAnalysisOrderChecker.cpp73 void checkPreStmt(const ArraySubscriptExpr *SubExpr, in checkPreStmt()
79 void checkPostStmt(const ArraySubscriptExpr *SubExpr, in checkPostStmt()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DImplicitBoolConversionCheck.cpp108 const Expr *SubExpr = Cast->getSubExpr(); in fixGenericExprCastToBool() local
181 const Expr *SubExpr = Cast->getSubExpr(); in fixGenericExprCastFromBool() local
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp128 const MCExpr *SubExpr = in evaluateAsRelocatableImpl() local
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp138 const MCExpr *SubExpr = in evaluateAsRelocatableImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp138 const MCExpr *SubExpr = in evaluateAsRelocatableImpl() local
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DAvoidCStyleCastsCheck.cpp137 const Expr *SubExpr = CastExpr->getSubExprAsWritten()->IgnoreImpCasts(); in check() local
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFStreamer.cpp153 const MCExpr *SubExpr = in emitGOTToPCRelReloc() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelAttributes.cpp191 auto SubExpr = m_Sub(m_Specific(GridSize), in processUse() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelAttributes.cpp191 auto SubExpr = m_Sub(m_Specific(GridSize), in processUse() local
/external/clang/lib/Sema/
DTreeTransform.h1999 ExprResult RebuildParenExpr(Expr *SubExpr, SourceLocation LParen, in RebuildParenExpr()
2023 Expr *SubExpr) { in RebuildUnaryOperator()
2056 ExprResult RebuildUnaryExprOrTypeTrait(Expr *SubExpr, SourceLocation OpLoc, in RebuildUnaryExprOrTypeTrait()
2190 Expr *SubExpr) { in RebuildCStyleCastExpr()
2279 Expr *SubExpr, TypeSourceInfo *TInfo, in RebuildVAArgExpr()
2368 Expr *SubExpr, in RebuildCXXNamedCastExpr()
2406 Expr *SubExpr, in RebuildCXXStaticCastExpr()
2423 Expr *SubExpr, in RebuildCXXDynamicCastExpr()
2440 Expr *SubExpr, in RebuildCXXReinterpretCastExpr()
2457 Expr *SubExpr, in RebuildCXXConstCastExpr()
[all …]
/external/clang/include/clang/AST/
DExprObjC.h95 Stmt *SubExpr; variable
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h2353 ExprResult RebuildParenExpr(Expr *SubExpr, SourceLocation LParen, in RebuildParenExpr()
2377 Expr *SubExpr) { in RebuildUnaryOperator()
2410 ExprResult RebuildUnaryExprOrTypeTrait(Expr *SubExpr, SourceLocation OpLoc, in RebuildUnaryExprOrTypeTrait()
2594 Expr *SubExpr) { in RebuildCStyleCastExpr()
2673 Expr *SubExpr, TypeSourceInfo *TInfo, in RebuildVAArgExpr()
2762 Expr *SubExpr, in RebuildCXXNamedCastExpr()
2804 Expr *SubExpr, in RebuildCXXStaticCastExpr()
2821 Expr *SubExpr, in RebuildCXXDynamicCastExpr()
2838 Expr *SubExpr, in RebuildCXXReinterpretCastExpr()
2855 Expr *SubExpr, in RebuildCXXConstCastExpr()
[all …]
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.cpp91 auto *SubExpr = CE->getSubExpr(); in VisitCastExpr() local
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp251 Expr *SubExpr; in create_call_once_funcptr_call() local
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h782 Stmt *SubExpr = nullptr; variable
791 CXXStdInitializerListExpr(QualType Ty, Expr *SubExpr) in CXXStdInitializerListExpr()
1404 Stmt *SubExpr = nullptr; variable
1406 CXXBindTemporaryExpr(CXXTemporary *temp, Expr *SubExpr) in CXXBindTemporaryExpr()
4570 enum SubExpr { Callee, LHS, RHS, Count }; enum
4674 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enum

1234