Searched refs:BaseE (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | formatter_int.bench.cpp | 78 enum class BaseE { enum 85 struct AllBases : EnumValuesAsTuple<AllBases, BaseE, 5> { 89 template <BaseE E> 93 struct Base<BaseE::Binary> { 98 struct Base<BaseE::Octal> { 103 struct Base<BaseE::Decimal> { 108 struct Base<BaseE::Hex> { 113 struct Base<BaseE::HexUpper> {
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 132 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument 135 if (BaseE) in WeakObjectProfileTy() 136 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
|
| H A D | TreeTransform.h | 3441 ExprResult RebuildCXXDependentScopeMemberExpr(Expr *BaseE, in RebuildCXXDependentScopeMemberExpr() argument 3453 return SemaRef.BuildMemberReferenceExpr(BaseE, BaseType, in RebuildCXXDependentScopeMemberExpr() 3465 ExprResult RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, in RebuildUnresolvedMemberExpr() argument 3476 return SemaRef.BuildMemberReferenceExpr(BaseE, BaseType, in RebuildUnresolvedMemberExpr()
|
| H A D | SemaOpenMP.cpp | 20994 Expr *BaseE = ME->getBase()->IgnoreParenCasts(); in VisitMemberExpr() local 20996 if (isa<CXXThisExpr>(BaseE)) { in VisitMemberExpr() 21001 E = BaseE; in VisitMemberExpr() 21034 QualType CurType = BaseE->getType().getNonReferenceType(); in VisitMemberExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 777 CXXConstructExpr *BaseE = E; in computeDependence() local 780 computeDependence(BaseE); in computeDependence()
|
| H A D | ExprConstant.cpp | 2137 const Expr *BaseE = Base.dyn_cast<const Expr *>(); in CheckLValueConstantExpression() local 2148 else if (isa_and_nonnull<StringLiteral>(BaseE)) in CheckLValueConstantExpression() 2150 else if (isa_and_nonnull<MaterializeTemporaryExpr>(BaseE) || in CheckLValueConstantExpression() 2153 else if (auto *PE = dyn_cast_or_null<PredefinedExpr>(BaseE)) { in CheckLValueConstantExpression() 2256 dyn_cast_or_null<MaterializeTemporaryExpr>(BaseE)) { in CheckLValueConstantExpression() 3539 if (auto *BaseE = Base.dyn_cast<const Expr *>()) in lifetimeStartedInEvaluation() local 3540 if (auto *BaseMTE = dyn_cast<MaterializeTemporaryExpr>(BaseE)) in lifetimeStartedInEvaluation()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 279 static BaseInfoTy getBaseInfo(const Expr *BaseE);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 2713 const MCExpr *BaseE = MCSymbolRefExpr::create( in emitInstruction() local 2719 MCBinaryExpr::createSub(DotE, BaseE, OutContext), in emitInstruction()
|