Searched refs:ASE (Results 1 - 10 of 10) sorted by relevance

/external/llvm/test/MC/Mips/
H A Dset-push-pop-directives.s19 .set nomsa # Test the Features option (ASE).
/external/clang/lib/Analysis/
H A DReachableCode.cpp540 const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(S); local
541 R1 = ASE->getLHS()->getSourceRange();
542 R2 = ASE->getRHS()->getSourceRange();
543 return ASE->getRBracketLoc();
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp7100 auto *ASE = dyn_cast<ArraySubscriptExpr>(RefExpr);
7102 if (!ASE && !OASE && (!DE || !isa<VarDecl>(DE->getDecl()))) {
7112 } else if (ASE) {
7113 Type = ASE->getType();
7114 auto *Base = ASE->getBase()->IgnoreParenImpCasts();
7156 if (!ASE && !OASE) {
7171 if (!ASE && !OASE) {
7183 if (!ASE && !OASE) {
7207 if (!ASE && !OASE) {
7219 if (!ASE
[all...]
/external/clang/lib/AST/
H A DExpr.cpp3481 if (const ArraySubscriptExpr *ASE = dyn_cast<ArraySubscriptExpr>(E))
3482 return ASE->getBase()->getType()->isVectorType();
4039 while (auto *ASE = dyn_cast<ArraySubscriptExpr>(Base->IgnoreParens())) {
4040 Base = ASE->getBase();
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2800 if (const auto *ASE = dyn_cast<ArraySubscriptExpr>(Array))
2801 ArrayLV = EmitArraySubscriptExpr(ASE, /*Accessed*/ true);
2833 if (auto *ASE =
2835 Base = EmitOMPArraySectionExpr(ASE, IsLowerBound);
H A DCGStmtOpenMP.cpp737 } else if (auto *ASE = dyn_cast<ArraySubscriptExpr>(IRef)) {
738 auto *Base = ASE->getBase()->IgnoreParenImpCasts();
743 auto ASELValue = EmitLValue(ASE);
H A DCGOpenMPRuntime.cpp2523 if (auto *ASE = dyn_cast<OMPArraySectionExpr>(E->IgnoreParenImpCasts())) {
2525 CGF.EmitOMPArraySectionExpr(ASE, /*LowerBound=*/false);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp498 const ArraySubscriptExpr *ASE; local
499 while ((ASE = dyn_cast<ArraySubscriptExpr>(Init)))
500 Init = ASE->getBase()->IgnoreImplicit();
/external/clang/include/clang/Sema/
H A DSema.h8949 const ArraySubscriptExpr *ASE=nullptr,
/external/iproute2/doc/
H A Dip-cref.tex2659 On routers using OSPF ASE or, especially, the BGP protocol, routing

Completed in 339 milliseconds