Home
last modified time | relevance | path

Searched refs:SSM (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConstraintManager.h178 } else if (const SymSymExpr *SSM = dyn_cast<SymSymExpr>(BSE)) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
180 LHS = getSymVal(State, SSM->getLHS()); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
181 RHS = LHS ? getSymVal(State, SSM->getRHS()) : nullptr; in REGISTER_TRAIT_WITH_PROGRAMSTATE()
DSMTConv.h409 if (const SymSymExpr *SSM = dyn_cast<SymSymExpr>(BSE)) { in getSymBinExpr() local
411 getSymExpr(Solver, Ctx, SSM->getLHS(), &LTy, hasComparison); in getSymBinExpr()
413 getSymExpr(Solver, Ctx, SSM->getRHS(), &RTy, hasComparison); in getSymBinExpr()
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D686.chain43 SSM+xEF/EU2Gc5xpnSakrVGhkYgL8TQxwchVDTgbUzYLY5S6oQ7eNq3qz/0WiLmT
/openbsd/src/sys/arch/hppa/hppa/
Ddb_disasm.c611 #define SSM 0x00, 0x6b, 19, 8 /* SET SYSTEM MASK */ macro
1089 { SSM, 0, "ssm", scDasm },
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrSystem.td42 def SSM : SideEffectUnaryS<"ssm", 0x8000, null_frag, 1>;
DSystemZScheduleZ196.td1097 def : InstRW<[WLat1, LSU, EndGroup], (instregex "SSM$")>;
DSystemZScheduleZEC12.td1141 def : InstRW<[WLat1, LSU, EndGroup], (instregex "SSM$")>;
DSystemZScheduleZ13.td1417 def : InstRW<[WLat1, LSU, EndGroup], (instregex "SSM$")>;
DSystemZScheduleZ16.td1576 def : InstRW<[WLat1, LSU, EndGroup], (instregex "SSM$")>;
DSystemZScheduleZ15.td1552 def : InstRW<[WLat1, LSU, EndGroup], (instregex "SSM$")>;
DSystemZScheduleZ14.td1506 def : InstRW<[WLat1, LSU, EndGroup], (instregex "SSM$")>;