Home
last modified time | relevance | path

Searched defs:DE (Results 1 – 25 of 72) sorted by relevance

123

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfdr_controller_test.cc71 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
95 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
116 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
131 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
155 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
179 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
212 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
246 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
284 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
330 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
[all …]
H A Dfdr_log_writer_test.cc68 llvm::DataExtractor DE(Serialized, true, 8); in TEST() local
121 llvm::DataExtractor DE(Serialized, true, 8); in TEST() local
156 llvm::DataExtractor DE(Serialized, true, 8); in TEST() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp40 const LogDiagnosticPrinter::DiagEntry &DE) { in EmitDiagEntry()
103 for (auto &DE : Entries) in EndSourceFile() local
128 DiagEntry DE; in HandleDiagnostic() local
H A DInitHeaderSearch.cpp156 if (auto DE = FM.getOptionalDirectoryRef(MappedPathStr)) { in AddUnmappedPath() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp153 const DependencyEdge::Dependency &DE = DepEdge.Dep; in dumpDependencyEdge() local
340 for (const DependencyEdge *&DE : Seq) { in printCriticalSequence() local
404 for (const DependencyEdge &DE : Node.OutgoingEdges) in dump() local
410 for (const DependencyEdge &DE : Node.OutgoingEdges) in dump() local
416 for (const DependencyEdge &DE : Node.OutgoingEdges) in dump() local
428 auto It = find_if(Vec, [To, Dep](DependencyEdge &DE) { in addDependency()
438 DependencyEdge DE = {Dep, From, To, 1}; in addDependency() local
H A DDispatchStatistics.cpp30 const auto &DE = static_cast<const HWInstructionDispatchedEvent &>(Event); in onEvent() local
H A DRegisterFileStatistics.cpp91 const auto &DE = static_cast<const HWInstructionDispatchedEvent &>(Event); in onEvent() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMutate.cpp168 DictionaryEntry &DE) { in ApplyDictionaryEntry()
220 DictionaryEntry DE(W); in MakeDictionaryEntryFromCMP() local
245 DictionaryEntry DE; in Mutate_AddWordFromTORC() local
289 DictionaryEntry &DE = D[Rand(D.size())]; in AddWordFromDictionary() local
459 for (auto DE : CurrentDictionaryEntrySequence) { in RecordSuccessfulMutationSequence() local
471 for (auto &DE : PersistentAutoDictionary) in PrintRecommendedDictionary() local
476 for (auto &DE: V) { in PrintRecommendedDictionary() local
491 for (auto DE : CurrentDictionaryEntrySequence) { in PrintMutationSequence() local
H A DFuzzerDictionary.h96 void push_back(DictionaryEntry DE) { in push_back()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DFDRRecordProducer.h38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, in FileBasedRecordProducer()
H A DFDRRecords.h426 explicit RecordInitializer(DataExtractor &DE, uint64_t &OP, uint16_t V) in RecordInitializer()
429 explicit RecordInitializer(DataExtractor &DE, uint64_t &OP) in RecordInitializer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DPlistReporter.cpp82 DI = diags.begin(), DE = diags.end(); DI != DE; ++DI) { in writeARCDiagsToPlist() local
H A DTransAutoreleasePool.cpp56 if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(instance)) { in VisitObjCMessageExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp35 for (MachineBasicBlock::iterator DE = Instr->getParent()->end(); DI != DE; in WebAssemblyDebugValueManager() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DTrace.cpp273 DataExtractor DE(Data, IsLittleEndian, 8); in loadFDRLog() local
419 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp61 void DeleteWithNonVirtualDtorChecker::checkPreStmt(const CXXDeleteExpr *DE, in checkPreStmt()
H A DCallAndMessageChecker.cpp342 DI = F.FieldChain.begin(), DE = F.FieldChain.end(); DI!=DE;++DI){ in PreVisitProcessArg() local
481 const CXXDeleteExpr *DE = DC->getOriginExpr(); in checkCXXDeallocation() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp53 DataExtractor DE(StringRef(MappedFile.data(), MappedFile.size()), true, 8); in __anon06fcd1400102() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp89 if (auto DE = dyn_cast_or_null<DeclRefExpr>(Assign->getLHS())) in parseAssignment() local
H A DExprEngineObjC.cpp242 DE = dstGenericPrevisit.end(); DI != DE; ++DI) { in VisitObjCMessage() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1237 auto DE = cast<DirectoryEntry>(Result->E); in dir_begin() local
1282 auto *DE = dyn_cast<RedirectingFileSystem::DirectoryEntry>(E); in dumpEntry() local
1383 auto *DE = dyn_cast<RedirectingFileSystem::DirectoryEntry>(ParentEntry); in lookupOrCreateEntry() local
1406 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(ParentEntry); in lookupOrCreateEntry() local
1418 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(SrcE); in uniqueOverlayTree() local
1432 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(NewParentE); in uniqueOverlayTree() local
1441 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(NewParentE); in uniqueOverlayTree() local
1923 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(From); in lookupPathImpl() local
1955 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(Result.E); in status() local
2090 auto *DE = dyn_cast<RedirectingFileSystem::DirectoryEntry>(SrcE); in getVFSEntries() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp447 IndexType DE = IndexMap.getPrevIndex(A->start()); in computeDeadMap() local
458 IndexType DE = IndexMap.getPrevIndex(A->start()); in computeDeadMap() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drl78-parse.h67 DE = 268, /* DE */ enumerator
192 #define DE 268 macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.h67 DE = 268, /* DE */ enumerator
192 #define DE 268 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp693 DI = DbgValues.end(), DE = DbgValues.begin(); DI != DE; --DI) { in EmitSchedule() local

123