HomeSort by relevance Sort by last modified time
    Searched defs:SExpr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCCodeEmitter.cpp 125 if (const SparcMCExpr *SExpr = dyn_cast<SparcMCExpr>(Expr)) {
126 MCFixupKind Kind = (MCFixupKind)SExpr->getFixupKind();
152 const SparcMCExpr *SExpr = dyn_cast<SparcMCExpr>(MO.getExpr());
153 assert(SExpr && SExpr->getSubExpr()->getKind() == MCExpr::SymbolRef &&
155 const MCSymbolRefExpr *SymExpr = cast<MCSymbolRefExpr>(SExpr->getSubExpr());
164 if (const SparcMCExpr *SExpr = dyn_cast<SparcMCExpr>(MO.getExpr())) {
165 if (SExpr->getKind() == SparcMCExpr::VK_Sparc_WPLT30)
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 65 /// Enum for the different distinct classes of SExpr
260 class SExpr {
264 // Subclasses of SExpr must define the following:
282 /// SExpr objects cannot be deleted.
299 SExpr(TIL_Opcode Op)
301 SExpr(const SExpr &E)
312 SExpr() = delete;
314 /// SExpr objects must be created in an arena.
321 inline bool isTrivial(const SExpr *E)
    [all...]

Completed in 233 milliseconds