Searched defs:SR (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp108 const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(R); local
H A DUnreachableCodeChecker.cpp150 SourceRange SR; local
H A DTestAfterDivZeroChecker.cpp149 SymbolRef SR = Var.getAsSymbol(); local
161 SymbolRef SR = Var.getAsSymbol(); local
H A DCheckerDocumentation.cpp165 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const {} argument
H A DMacOSKeychainAPIChecker.cpp548 void MacOSKeychainAPIChecker::checkDeadSymbols(SymbolReaper &SR, argument
H A DDynamicTypePropagation.cpp114 void DynamicTypePropagation::checkDeadSymbols(SymbolReaper &SR, argument
H A DNullabilityChecker.cpp407 void NullabilityChecker::checkDeadSymbols(SymbolReaper &SR, argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRawCommentList.h147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprObjC.cpp20 ObjCArrayLiteral(ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl *Method, SourceRange SR) argument
38 Create(const ASTContext &C, ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl *Method, SourceRange SR) argument
53 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, bool HasPackExpansions, QualType T, ObjCMethodDecl *method, SourceRange SR) argument
89 Create(const ASTContext &C, ArrayRef<ObjCDictionaryElement> VK, bool HasPackExpansions, QualType T, ObjCMethodDecl *method, SourceRange SR) argument
H A DRawCommentList.cpp109 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DVirtRegMap.cpp268 const LiveInterval::SubRange *SR = RangeIterPair.first; local
[all...]
H A DLiveIntervalAnalysis.cpp528 void LiveIntervals::shrinkToUses(LiveInterval::SubRange &SR, unsigned Reg) argument
750 const LiveInterval::SubRange &SR = *SRP.first; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantRange.cpp685 ConstantRange SR = Result_sext.truncate(getBitWidth()); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp458 Register SR = I->getOperand(1); local
H A DHexagonEarlyIfConv.cpp783 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; local
H A DHexagonSplitDouble.cpp574 unsigned SR = Op.getSubReg(); local
/freebsd-11.0-release/contrib/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.cpp169 static std::error_code checkOffset(MemoryBufferRef M, StringRef SR) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h274 _checkLiveSymbols(void *checker, ProgramStateRef state, SymbolReaper &SR) argument
289 _checkDeadSymbols(void *checker, SymbolReaper &SR, CheckerContext &C) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h133 void setSourceRange(SMRange SR) { SourceRange = SR; } argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h547 const RegionT *SR = I->template getNodeAs<RegionT>(); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp257 Value *SR = Builder.CreateSub(Tmp0, Tmp1); local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h533 void setContextRange(SourceRange SR) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp449 SymbolReaper &SR; member in struct:__anon4248::CheckDeadSymbolsContext
H A DMemRegion.cpp1049 const SubRegion* SR = dyn_cast<SubRegion>(this); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp507 EngineBuilder::setSymbolResolver(std::unique_ptr<RuntimeDyld::SymbolResolver> SR) { argument

Completed in 193 milliseconds

123