Home
last modified time | relevance | path

Searched refs:BaseE (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DTransformation.cpp211 const Expr *BaseE = NULL; in getArrayBaseExprAndIdxs() local
225 return BaseE; in getArrayBaseExprAndIdxs()
269 const Expr *BaseE = NULL; in getMemberExprBaseExprAndIdxs() local
282 if (!BaseE) in getMemberExprBaseExprAndIdxs()
287 return BaseE; in getMemberExprBaseExprAndIdxs()
313 if (!BaseE) in getMemberExprElem()
373 const Expr *BaseE = NULL; in getBaseExprAndIdxs() local
376 BaseE = E; in getBaseExprAndIdxs()
410 return BaseE; in getBaseExprAndIdxs()
416 const Expr *BaseE = NULL; in getBaseExprAndIdxExprs() local
[all …]
H A DRemoveArray.cpp104 const Expr *BaseE = ASE->getBase()->IgnoreParenCasts(); in VisitArraySubscriptExpr() local
106 TransAssert(BaseE && "Empty Base expression!"); in VisitArraySubscriptExpr()
107 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseE); in VisitArraySubscriptExpr()
172 const Expr *BaseE = ASE->getBase()->IgnoreParenCasts(); in getVarDeclFromArraySubscriptExpr() local
173 TransAssert(BaseE && "Empty Base expression!"); in getVarDeclFromArraySubscriptExpr()
174 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseE); in getVarDeclFromArraySubscriptExpr()
H A DReduceArraySize.cpp245 const Expr *BaseE = getBaseExprAndIdxExprs(ASE, IdxExprs); in handleOneASE() local
246 TransAssert(BaseE && "Empty Base expression!"); in handleOneASE()
248 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseE); in handleOneASE()
H A DAggregateToScalar.cpp277 const Expr *BaseE = getBaseExprAndIdxs(Exp, *Idx); in addOneExpr() local
278 TransAssert(BaseE && "Invalid Base Expr for ArraySubscriptExpr!"); in addOneExpr()
280 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseE); in addOneExpr()
H A DReduceArrayDim.cpp377 const Expr *BaseE = getBaseExprAndIdxExprs(ASE, IdxExprs); in handleOneArraySubscriptExpr() local
378 TransAssert(BaseE && "Empty Base expression!"); in handleOneArraySubscriptExpr()
383 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseE); in handleOneArraySubscriptExpr()
H A DRenameCXXMethod.cpp746 const Expr *BaseE = E->IgnoreParens(); in getFunctionDecl() local
749 if (dyn_cast<CXXThisExpr>(BaseE)) { in getFunctionDecl()
767 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseE)) { in getFunctionDecl()
772 if (const CallExpr *CE = dyn_cast<CallExpr>(BaseE)) { in getFunctionDecl()
778 if (const MemberExpr *ME = dyn_cast<MemberExpr>(BaseE)) { in getFunctionDecl()
/dports/games/maxr/maxr-0.2.9/src/game/data/units/
H A Dbuilding.cpp139 BaseE = false; in cBuilding()
579 if (BaseN && BaseE && BaseS && BaseW) src.x = 15; in drawConnectors()
580 else if (BaseN && BaseE && BaseS && !BaseW) src.x = 13; in drawConnectors()
581 else if (BaseN && BaseE && !BaseS && BaseW) src.x = 12; in drawConnectors()
582 else if (BaseN && BaseE && !BaseS && !BaseW) src.x = 8; in drawConnectors()
583 else if (BaseN && !BaseE && BaseS && BaseW) src.x = 11; in drawConnectors()
584 else if (BaseN && !BaseE && BaseS && !BaseW) src.x = 5; in drawConnectors()
585 else if (BaseN && !BaseE && !BaseS && BaseW) src.x = 7; in drawConnectors()
628 if (BaseBN && BaseE) src.x = 8; in drawConnectors()
629 else if (BaseBN && !BaseE) src.x = 1; in drawConnectors()
[all …]
/dports/games/maxr/maxr-0.2.9/src/
H A Ddrawingcache.cpp40 BaseE(other.BaseE), in sDrawingCacheEntry()
66 BaseE = other.BaseE; in operator =()
151 BaseE = building.BaseE; in init()
208 building.BaseE != entry.BaseE || in getCachedImage()
/dports/devel/vc/Vc-1.4.2/Vc/common/
H A Dlogarithm.h59 BaseE, Base10, Base2 enumerator
144 case BaseE: in log_series()
189 case BaseE: in log_series()
261 return Detail::LogImpl<BaseE>::calc<T, Abi>(x); in log()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DScopeInfo.cpp131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
134 if (BaseE) in WeakObjectProfileTy()
135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DScopeInfo.cpp131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
134 if (BaseE) in WeakObjectProfileTy()
135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp130 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
133 if (BaseE) in WeakObjectProfileTy()
134 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
134 if (BaseE) in WeakObjectProfileTy()
135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp130 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
133 if (BaseE) in WeakObjectProfileTy()
134 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DScopeInfo.cpp130 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
133 if (BaseE) in WeakObjectProfileTy()
134 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp130 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
133 if (BaseE) in WeakObjectProfileTy()
134 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
134 if (BaseE) in WeakObjectProfileTy()
135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
134 if (BaseE) in WeakObjectProfileTy()
135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp130 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
133 if (BaseE) in WeakObjectProfileTy()
134 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
134 if (BaseE) in WeakObjectProfileTy()
135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
134 if (BaseE) in WeakObjectProfileTy()
135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
134 if (BaseE) in WeakObjectProfileTy()
135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp146 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
149 if (BaseE) in WeakObjectProfileTy()
150 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp144 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
147 if (BaseE) in WeakObjectProfileTy()
148 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DScopeInfo.cpp131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
134 if (BaseE) in WeakObjectProfileTy()
135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()

12345