Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp143 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl()
149 void Erase(const T1 *DR, in Erase()
165 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in CheckExpr() local
222 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in CheckAssignmentExpr() local
H A DDereferenceChecker.cpp74 const DeclRefExpr *DR = cast<DeclRefExpr>(Ex); in AddDerefSource() local
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp178 const Record *DR) { in shouldIgnoreObsolete()
232 const ObjCInterfaceRecord *DR) { in compareObjCInterfaceSymbols()
300 const Record *DR) { in compareVisibility()
355 const Record *DR) { in compareAvailability()
386 const Record *DR) { in compareSymbolFlags()
437 Record *DR = in verifyImpl() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp335 if (const auto *DR = dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParens())) { in VisitBinaryOperator() local
346 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) { in VisitBinaryOperator() local
380 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
418 DeclRefExpr *DR = nullptr; in VisitObjCForCollectionStmt() local
469 if (auto *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens())) { in VisitUnaryOperator() local
/freebsd/contrib/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()
209 static bool isPossiblyEscaped(ExplodedNode *N, const DeclRefExpr *DR) { in isPossiblyEscaped()
H A DBugReporterVisitors.cpp175 if (const auto *DR = dyn_cast<DeclRefExpr>(E)) in getVarDeclForExpression() local
858 const auto *DR = cast<DeclRegion>(R); in prettyPrintRegionName() local
1125 if (const auto *DR = dyn_cast<DeclRefExpr>(RetE)) in visitNodeInitial() local
2984 if (const auto *DR = dyn_cast<DeclRefExpr>(Ex)) { in patternMatch() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h67 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill()
/freebsd/contrib/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()); in checkAIXMemberAlignment() local
/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp127 bool HandleTopLevelDecl(DeclGroupRef DR) override { in HandleTopLevelDecl()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp185 RegisterRef DR = DA.Addr->getRegRef(DFG); in run() local
H A DHexagonSplitDouble.cpp424 for (unsigned DR : Part) { in isProfitable() local
1133 for (unsigned DR : Part) { in splitPartition() local
1163 for (unsigned DR : Part) { in splitPartition() local
H A DHexagonGenPredicate.cpp472 RegisterSubReg DR = MI.getOperand(0); in eliminatePredCopies() local
H A DHexagonGenMux.cpp236 Register DR = MI.getOperand(0).getReg(); in genMuxInBlock() local
H A DHexagonExpandCondsets.cpp379 Register DR = Op.getReg(), DSR = Op.getSubReg(); in updateDeadsInRange() local
696 Register DR = MD.getReg(), DSR = MD.getSubReg(); in split() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp55 DispRange DR; member
411 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp()
523 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp()
689 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
700 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
712 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp1059 void BasicBlock::insertDbgRecordAfter(DbgRecord *DR, Instruction *I) { in insertDbgRecordAfter()
1068 void BasicBlock::insertDbgRecordBefore(DbgRecord *DR, in insertDbgRecordBefore()
H A DDebugProgramInstruction.cpp573 DbgRecord *DR = &*It; in dropDbgRecords() local
579 void DbgMarker::dropOneDbgRecord(DbgRecord *DR) { in dropOneDbgRecord()
H A DAsmWriter.cpp295 static const Module *getModuleFromDPI(const DbgRecord *DR) { in getModuleFromDPI()
1140 for (const DbgRecord &DR : I.getDbgRecordRange()) in processFunctionMetadata() local
1147 void SlotTracker::processDbgRecordMetadata(const DbgRecord &DR) { in processDbgRecordMetadata()
4161 for (const DbgRecord &DR : I.getDbgRecordRange()) in printBasicBlock() local
4667 void AssemblyWriter::printDbgRecord(const DbgRecord &DR) { in printDbgRecord()
4714 void AssemblyWriter::printDbgRecordLine(const DbgRecord &DR) { in printDbgRecordLine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp477 DataRefImpl DR = Section.getRawDataRefImpl(); in printSectionHeaders() local
557 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h82 LocalVarDef DR; in createFromOpaqueValue() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp540 void Mapper::remapDbgRecord(DbgRecord &DR) { in remapDbgRecord()
1239 void ValueMapper::remapDbgRecord(Module *M, DbgRecord &DR) { in remapDbgRecord()
/freebsd/sys/i386/i386/
H A Ddb_disasm.c70 #define DR 17 /* debug register */ macro

123