Searched defs:RS (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-11-stable/stand/efi/libefi/
H A Dlibefi.c38 EFI_RUNTIME_SERVICES *RS; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnPointerRangeChecker.cpp34 void ReturnPointerRangeChecker::checkPreStmt(const ReturnStmt *RS, argument
H A DMacOSXAPIChecker.cpp78 const MemSpaceRegion *RS = RB->getMemorySpace(); local
H A DReturnUndefChecker.cpp38 void ReturnUndefChecker::checkPreStmt(const ReturnStmt *RS, argument
H A DReturnValueChecker.cpp117 void ReturnValueChecker::checkEndFunction(const ReturnStmt *RS, argument
H A DTraversalChecker.cpp58 void TraversalDumper::checkEndFunction(const ReturnStmt *RS, argument
H A DMIGChecker.cpp101 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { argument
104 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const { argument
246 void MIGChecker::checkReturnAux(const ReturnStmt *RS, CheckerContext &C) const { argument
[all...]
H A DVforkChecker.cpp209 void VforkChecker::checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { argument
H A DCheckerDocumentation.cpp194 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp33 auto RS = makeSampler(Rand, make_filter_range(Insts, MatchesPred)); local
44 auto RS = makeSampler<Value *>(Rand); local
97 auto RS local
[all...]
H A DIRMutator.cpp39 auto RS = makeSampler<Function *>(IB.Rand); local
61 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); local
100 auto RS = makeSampler(IB.Rand, make_filter_range(Operations, OpMatchesPred)); local
154 auto RS = makeSampler<Instruction *>(IB.Rand); local
185 auto RS = makeSampler<Value *>(IB.Rand); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument
H A DDWARFTypeUnit.h27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp120 const auto *RS = cast<ReturnStmt>(ParentItem.getStmt()); local
183 const auto *RS = cast<ReturnStmt>(TopItem.getStmt()); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp116 const auto *RS = cast<ReturnStmt>(S); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp61 ReadState *RS = User.first; local
/freebsd-11-stable/contrib/ntp/include/
H A Dascii.h71 #define RS 30 macro
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h72 RangeSet(PrimRangeSet RS) : ranges(RS) {} argument
76 RangeSet addRange(Factory &F, const RangeSet &RS) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp66 const ReadState &RS = Inst.getUses()[0]; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp38 ReplaceFrameIndex(MachineBasicBlock::iterator II, const ARCInstrInfo &TII, unsigned Reg, unsigned FrameReg, int Offset, int StackSize, int ObjSize, RegScavenger *RS, int SPAdj) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp163 bool ByteCodeStmtGen<Emitter>::visitReturnStmt(const ReturnStmt *RS) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp95 RegisterSet(const RegisterSet &RS) : BitVector(RS) {} argument
96 RegisterSet &operator=(const RegisterSet &RS) { argument
187 const RegisterSet &RS; member in struct:__anon2245::PrintRegSet
H A DHexagonBitSimplify.cpp78 RegisterSet(const RegisterSet &RS) = default; member in struct:__anon2220::RegisterSet
167 const RegisterSet &RS; member in struct:__anon2220::PrintRegSet
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp191 RegScavenger *RS = nullptr; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp288 RegScavenger RS; local

Completed in 323 milliseconds

123