Home
last modified time | relevance | path

Searched defs:DR (Results 1 – 25 of 77) sorted by relevance

1234

/llvm-project/clang/tools/diagtool/
H A DTreeView.cpp47 for (const DiagnosticRecord &DR : Group.diagnostics()) { in enabledByDefault() local
78 for (const DiagnosticRecord &DR : Group.diagnostics()) { in printGroup() local
H A DListWarnings.cpp53 for (const DiagnosticRecord &DR : getBuiltinDiagnosticsByName()) { in run() local
H A DShowEnabledWarnings.cpp117 for (const DiagnosticRecord &DR : getBuiltinDiagnosticsByName()) { run() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp55 bool VisitDeclRefExpr(DeclRefExpr *DR) override { in VisitDeclRefExpr() argument
286 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef() argument
302 const DeclRefExpr *DR; in isIncrement() local
329 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(B->getLHS())) observeStmt() local
368 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) observeStmt() local
498 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) operator ()() local
[all...]
H A DMallocOverflowSecurityChecker.cpp
H A DDereferenceChecker.cpp74 const DeclRefExpr *DR = cast<DeclRefExpr>(Ex); in AddDerefSource() local
H A DObjCSelfInitChecker.cpp416 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts())) in isSelfVar() local
/llvm-project/libcxx/docs/Helpers/
H A DStyles.rst57 .. |DR| replace:: :dr:`Defect Report` global() substdef
/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp178 const Record *DR) { in shouldIgnoreObsolete() argument
228 compareObjCInterfaceSymbols(const Record * R,SymbolContext & SymCtx,const ObjCInterfaceRecord * DR) compareObjCInterfaceSymbols() argument
296 compareVisibility(const Record * R,SymbolContext & SymCtx,const Record * DR) compareVisibility() argument
351 compareAvailability(const Record * R,SymbolContext & SymCtx,const Record * DR) compareAvailability() argument
382 compareSymbolFlags(const Record * R,SymbolContext & SymCtx,const Record * DR) compareSymbolFlags() argument
433 Record *DR = verifyImpl() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp41 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsEnum() local
55 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsStaticLocal() local
H A DLoopUnrolling.cpp169 static bool isCapturedByReference(ExplodedNode *N, const DeclRefExpr *DR) { in isCapturedByReference() argument
209 static bool isPossiblyEscaped(ExplodedNode *N, const DeclRefExpr *DR) { in isPossiblyEscaped() argument
/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp418 bool InAssignment = LV.inAssignment[DR]; in VisitObjCForCollectionStmt() local
335 if (const auto *DR = dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParens())) { VisitBinaryOperator() local
346 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) { VisitBinaryOperator() local
380 VisitDeclRefExpr(DeclRefExpr * DR) VisitDeclRefExpr() argument
469 if (auto *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens())) { VisitUnaryOperator() local
[all...]
H A DBodyFarm.cpp147 DeclRefExpr *DR = DeclRefExpr::Create( in makeDeclRefExpr() local
611 DeclRefExpr *DR = M.makeDeclRefExpr(PV); in create_dispatch_sync() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h67 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill()
/llvm-project/clang/lib/Sema/
H A DSemaBPF.cpp92 const auto *DR = dyn_cast<DeclRefExpr>(CE->getSubExpr()); in isValidPreserveEnumValueArg() local
H A DSemaPPC.cpp34 const auto *DR = dyn_cast<DeclRefExpr>(ICE->getSubExpr()); checkAIXMemberAlignment() local
/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp127 HandleTopLevelDecl(DeclGroupRef DR) HandleTopLevelDecl() argument
/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp118 if (auto DR = dyn_cast<DeclRefExpr>(E)) { in getBlockExpr() local
/llvm-project/clang/www/
H A Dmake_cxx_dr_status12 class DR: class
/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp185 auto FR = EM.find(DR); in run() local
H A DHexagonSplitDouble.cpp424 for (unsigned DR : Part) { in isProfitable() local
1133 for (unsigned DR : Part) { splitPartition() local
1163 for (unsigned DR : Part) { splitPartition() local
[all...]
/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp627 DiffResult DR; in FindTypeDiffs() local
651 DiffResult &DR, const NamedDecl *FirstRecord, StringRef FirstModule, in diagnoseSubMismatchUnexpected()
673 DiffResult &DR, const NamedDecl *FirstRecord, StringRef FirstModule, in diagnoseSubMismatchDifferentDeclKinds()
908 DiffResult DR = FindTypeDiffs(FirstHashes, SecondHashes); in diagnoseMismatch() local
1588 DiffResult DR = FindTypeDiffs(FirstHashes, SecondHashes); in diagnoseMismatch() local
2026 DiffResult DR = FindTypeDiffs(FirstHashes, SecondHashes); in diagnoseMismatch() local
2154 DiffResult DR = FindTypeDiffs(FirstHashes, SecondHashes); in diagnoseMismatch() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp55 DispRange DR; member
411 selectDisp(SystemZAddressingMode::DispRange DR,int64_t Val) selectDisp() argument
523 isValidDisp(SystemZAddressingMode::DispRange DR,int64_t Val) isValidDisp() argument
689 selectBDAddr(SystemZAddressingMode::DispRange DR,SDValue Addr,SDValue & Base,SDValue & Disp) const selectBDAddr() argument
700 selectMVIAddr(SystemZAddressingMode::DispRange DR,SDValue Addr,SDValue & Base,SDValue & Disp) const selectMVIAddr() argument
712 selectBDXAddr(SystemZAddressingMode::AddrForm Form,SystemZAddressingMode::DispRange DR,SDValue Addr,SDValue & Base,SDValue & Disp,SDValue & Index) const selectBDXAddr() argument
[all...]
/llvm-project/clang/unittests/Basic/
H A DFileEntryTest.cpp25 DirectoryEntryRef DR; member in clang::FileEntryTestHelper
/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp572 DbgRecord *DR = &*It; dropDbgRecords() local
578 dropOneDbgRecord(DbgRecord * DR) dropOneDbgRecord() argument
[all...]

1234