/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 55 if (const auto *SR = dyn_cast<SymbolicRegion>(MR)) { in getDynamicTypeInfo() local 158 static bool isLive(SymbolReaper &SR, const MemRegion *MR) { in isLive() 162 static bool isLive(SymbolReaper &SR, SymbolRef Sym) { return SR.isLive(Sym); } in isLive() 165 static ProgramStateRef removeDeadImpl(ProgramStateRef State, SymbolReaper &SR) { in removeDeadImpl() 175 ProgramStateRef removeDeadTypes(ProgramStateRef State, SymbolReaper &SR) { in removeDeadTypes() 179 ProgramStateRef removeDeadCasts(ProgramStateRef State, SymbolReaper &SR) { in removeDeadCasts() 184 SymbolReaper &SR) { in removeDeadClassObjectTypes()
|
H A D | Store.cpp | 288 if (const auto *SR = in evalDerivedToBase() local 311 if (const auto *SR = dyn_cast<SymbolicRegion>(MR)) in getCXXRecordType() local 382 if (const auto *SR = dyn_cast<SymbolicRegion>(MR)) { in evalBaseToDerived() local [all...] |
H A D | SVals.cpp | 88 while (const auto *SR = dyn_cast<SubRegion>(R)) { in getLocSymbolInBase() local 168 QualType VisitSymbolicRegion(const SymbolicRegion *SR) { in VisitSymbolicRegion() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RenameIndependentSubregs.cpp | 69 LiveInterval::SubRange *SR; member 186 const LiveInterval::SubRange &SR = *SRInfo.SR; in findComponents() local 231 const LiveInterval::SubRange &SR = *SRInfo.SR; rewriteOperands() local 273 LiveInterval::SubRange &SR = *SRInfo.SR; distribute() local 292 for (const LiveInterval::SubRange &SR : LI.subranges()) { subRangeLiveAt() local 314 for (const LiveInterval::SubRange &SR : LI.subranges()) { computeMainRangesFixFlags() local [all...] |
H A D | LiveIntervalCalc.cpp | 71 [&MO, Indexes, Alloc](LiveInterval::SubRange &SR) { in calculate() 113 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges() local
|
H A D | VirtRegMap.cpp | 305 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges() local 322 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges() local 400 for (const LiveInterval::SubRange &SR : LI.subranges()) { readsUndefSubreg() local [all...] |
H A D | RegUsageInfoCollector.cpp | 211 for (MCPhysReg SR : TRI.subregs(Reg)) computeCalleeSavedRegs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordSerialization.cpp | 107 BinaryStreamReader SR(S); in consume() local 133 BinaryStreamReader SR(S); in consume() local
|
H A D | StringsAndChecksums.cpp | 32 const DebugSubsectionRecord &SR) { in initializeStrings()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeVTShape.cpp | 12 codeview::VFTableShapeRecord SR) in NativeTypeVTShape()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | DebuggerSupportPlugin.cpp | 145 SectionRange SR(*DSec.GraphSec); in startSynthesis() local 203 SectionRange SR(*NDSP.GraphSec); in startSynthesis() local 246 SectionRange SR(*NDSec.GraphSec); in completeSynthesisAndRegister() local
|
H A D | PerfSupportPlugin.cpp | 175 auto SR = SectionRange(*Eh_frame); in getUnwindingRecord() local 193 auto SR = SectionRange(*Eh_frame_hdr); in getUnwindingRecord() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | PrintPasses.cpp | 171 ArrayRef<StringRef> SR, in prepareTempFiles() 213 SmallVector<StringRef> SR{Before, After}; in doSystemDiff() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | EntryStage.cpp | 39 SourceRef SR = SM.peekNext(); in getNextInstruction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 29 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral() 42 SourceRange SR) { in Create() 56 SourceRange SR) in ObjCDictionaryLiteral() 81 ObjCMethodDecl *method, SourceRange SR) { in Create()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | DefineExternalSectionStartAndEndSymbols.h | 52 auto &SR = getSectionRange(*D.Sec); in operator() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Taint.cpp | 81 if (const SymbolicRegion *SR = dyn_cast_or_null<SymbolicRegion>(R)) addTaint() local 108 if (const SymbolicRegion *SR = dyn_cast_or_null<SymbolicRegion>(R)) removeTaint() local 230 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(Reg)) { getTaintedSymbolsImpl() local
|
H A D | TestAfterDivZeroChecker.cpp | 146 SymbolRef SR = Var.getAsSymbol(); in setDivZeroMap() local 158 SymbolRef SR = Var.getAsSymbol(); in hasDivZeroMap() local
|
H A D | MacOSXAPIChecker.cpp | 58 const SubRegion *SR = dyn_cast<SubRegion>(R); in getParentIvarRegion() local
|
H A D | CastSizeChecker.cpp | 109 const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(R); in checkPreStmt() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.cpp |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | SValExplainer.h | 47 if (const auto *SR = R->getSuperRegion()->getAs<SymbolicRegion>()) { in isThisObject() local 71 if (auto SR = dyn_cast<SymbolicRegion>(R)) { in VisitMemRegionVal() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFMIChecking.cpp | 148 for (MCPhysReg SR : TRI->superregs(I)) hasLiveDefs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 120 for (MCPhysReg SR : TRI.superregs(MachineReg)) { addMachineReg() local 145 for (MCPhysReg SR : TRI.subregs(MachineReg)) { addMachineReg() local
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 266 for (const SemaRecord &SR : SemaRecords) { init() local 639 SemaRecord SR; createRVVIntrinsics() local 712 for (const auto &SR : SemaRecords) { createRVVIntrinsicRecords() local [all...] |