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

/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();
H A DThreadSafety.cpp413 } else if (const ArraySubscriptExpr *ASE =
416 unsigned Sz = buildSExpr(ASE->getBase(), CallCtx);
417 Sz += buildSExpr(ASE->getIdx(), CallCtx);
/external/jpeg/
H A DAndroid.mk56 # use mips assembler IDCT implementation if MIPS DSP-ASE is present
H A Dmips_idct_le.S17 # IDCT implementation using the MIPS DSP ASE (little endian version)
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp484 const ArraySubscriptExpr *ASE; local
485 while ((ASE = dyn_cast<ArraySubscriptExpr>(Init)))
486 Init = ASE->getBase()->IgnoreImplicit();
/external/clang/lib/AST/
H A DExpr.cpp3293 if (const ArraySubscriptExpr *ASE = dyn_cast<ArraySubscriptExpr>(E))
3294 return ASE->getBase()->getType()->isVectorType();
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2366 if (const auto *ASE = dyn_cast<ArraySubscriptExpr>(Array))
2367 ArrayLV = EmitArraySubscriptExpr(ASE, /*Accessed*/ true);
/external/clang/include/clang/Sema/
H A DSema.h8187 const ArraySubscriptExpr *ASE=nullptr,
/external/iproute2/doc/
H A Dip-cref.tex2575 On routers using OSPF ASE or, especially, the BGP protocol, routing

Completed in 1249 milliseconds