Home
last modified time | relevance | path

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

123456

/external/llvm-project/llvm/unittests/Support/
DDataExtractorTest.cpp21 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); in TEST() local
26 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); in TEST() local
74 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); in TEST() local
92 DataExtractor DE(StringRef(stringData, sizeof(stringData)-1), false, 8); in TEST() local
111 DataExtractor DE(StringRef(leb128data, sizeof(leb128data)-1), false, 8); in TEST() local
130 DataExtractor DE(StringRef("\x81"), false, 8); in TEST() local
163 DataExtractor DE(StringRef("AB"), false, 8); in TEST() local
181 DataExtractor DE(StringRef("AB"), false, 8); in TEST() local
205 DataExtractor DE(StringRef("ABCD"), false, 8); in TEST() local
219 DataExtractor DE(StringRef("AB"), false, 8); in TEST() local
[all …]
/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dfdr_controller_test.cpp70 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
94 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
115 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
130 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
154 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
178 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
211 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
245 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
283 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
329 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F() local
[all …]
Dfdr_log_writer_test.cpp67 llvm::DataExtractor DE(Serialized, true, 8); in TEST() local
120 llvm::DataExtractor DE(Serialized, true, 8); in TEST() local
155 llvm::DataExtractor DE(Serialized, true, 8); in TEST() local
/external/llvm/unittests/Support/
DDataExtractorTest.cpp22 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); in TEST() local
27 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); in TEST() local
75 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); in TEST() local
92 DataExtractor DE(StringRef(stringData, sizeof(stringData)-1), false, 8); in TEST() local
102 DataExtractor DE(StringRef(leb128data, sizeof(leb128data)-1), false, 8); in TEST() local
/external/llvm-project/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp40 const LogDiagnosticPrinter::DiagEntry &DE) { in EmitDiagEntry()
103 for (auto &DE : Entries) in EndSourceFile() local
128 DiagEntry DE; in HandleDiagnostic() local
/external/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp41 const LogDiagnosticPrinter::DiagEntry &DE) { in EmitDiagEntry()
104 for (auto &DE : Entries) in EndSourceFile() local
129 DiagEntry DE; in HandleDiagnostic() local
/external/llvm-project/llvm/unittests/XRay/
DFDRTraceWriterTest.cpp58 DataExtractor DE(Data, sys::IsLittleEndianHost, 8); in TEST() local
103 DataExtractor DE(Data, sys::IsLittleEndianHost, 8); in TEST() local
162 DataExtractor DE(Data, sys::IsLittleEndianHost, 8); in TEST() local
DFDRProducerConsumerTest.cpp133 DataExtractor DE(this->Data, sys::IsLittleEndianHost, 8); in TYPED_TEST_P() local
174 DataExtractor DE(this->Data, sys::IsLittleEndianHost, 8); in TYPED_TEST_P() local
/external/llvm/lib/Fuzzer/
DFuzzerMutate.cpp159 DictionaryEntry &DE = D[Rand(D.size())]; in AddWordFromDictionary() local
235 for (auto DE : CurrentDictionaryEntrySequence) { in RecordSuccessfulMutationSequence() local
246 for (auto &DE : PersistentAutoDictionary) in PrintRecommendedDictionary() local
251 for (auto &DE: V) { in PrintRecommendedDictionary() local
265 for (auto DE : CurrentDictionaryEntrySequence) { in PrintMutationSequence() local
/external/llvm-project/llvm/tools/llvm-mca/Views/
DBottleneckAnalysis.cpp153 const DependencyEdge::Dependency &DE = DepEdge.Dep; in dumpDependencyEdge() local
341 for (const DependencyEdge *&DE : Seq) { in printCriticalSequence() local
405 for (const DependencyEdge &DE : Node.OutgoingEdges) in dump() local
411 for (const DependencyEdge &DE : Node.OutgoingEdges) in dump() local
417 for (const DependencyEdge &DE : Node.OutgoingEdges) in dump() local
429 auto It = find_if(Vec, [To, Dep](DependencyEdge &DE) { in addDependency()
439 DependencyEdge DE = {Dep, From, To, 1}; in addDependency() local
DDispatchStatistics.cpp30 const auto &DE = static_cast<const HWInstructionDispatchedEvent &>(Event); in onEvent() local
/external/llvm-project/compiler-rt/lib/fuzzer/
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
DFuzzerDictionary.h95 void push_back(DictionaryEntry DE) { in push_back()
/external/rust/crates/libfuzzer-sys/libfuzzer/
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
/external/llvm-project/llvm/include/llvm/XRay/
DFDRRecordProducer.h38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, in FileBasedRecordProducer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecordProducer.h38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, in FileBasedRecordProducer()
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
DTweakTests.cpp52 DiagnosticsEngine DE(new DiagnosticIDs, new DiagnosticOptions); in TEST() local
/external/clang/lib/StaticAnalyzer/Core/
DCheckerHelpers.cpp85 if (auto DE = dyn_cast_or_null<DeclRefExpr>(Assign->getLHS())) in parseAssignment() local
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp83 DI = diags.begin(), DE = diags.end(); DI != DE; ++DI) { in writeARCDiagsToPlist() local
/external/llvm-project/clang/lib/ARCMigrate/
DPlistReporter.cpp82 DI = diags.begin(), DE = diags.end(); DI != DE; ++DI) { in writeARCDiagsToPlist() local
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DClangTidyOptionsTest.cpp170 DiagnosticsEngine DE(new DiagnosticIDs(), new DiagnosticOptions, in TEST() local
199 DiagnosticsEngine DE(new DiagnosticIDs(), new DiagnosticOptions, in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DTrace.cpp273 DataExtractor DE(Data, IsLittleEndian, 8); in loadFDRLog() local
418 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace()
/external/llvm-project/llvm/lib/XRay/
DTrace.cpp273 DataExtractor DE(Data, IsLittleEndian, 8); in loadFDRLog() local
419 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeleteWithNonVirtualDtorChecker.cpp61 void DeleteWithNonVirtualDtorChecker::checkPreStmt(const CXXDeleteExpr *DE, in checkPreStmt()
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-fdr-dump.cpp53 DataExtractor DE(StringRef(MappedFile.data(), MappedFile.size()), true, 8); in __anon236ebeec0102() local

123456