Home
last modified time | relevance | path

Searched defs:ExpectedData (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h191 struct ExpectedData { struct
192 DirectiveList Errors;
193 DirectiveList Warnings;
194 DirectiveList Remarks;
195 DirectiveList Notes;
197 void Reset() { in Reset()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DVerifyDiagnosticConsumer.h88 struct ExpectedData { struct
89 DirectiveList Errors;
90 DirectiveList Warnings;
91 DirectiveList Remarks;
92 DirectiveList Notes;
94 void Reset() { in Reset()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DVerifyDiagnosticConsumer.h88 struct ExpectedData { struct
89 DirectiveList Errors;
90 DirectiveList Warnings;
91 DirectiveList Remarks;
92 DirectiveList Notes;
94 void Reset() { in Reset()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DVerifyDiagnosticConsumer.h88 struct ExpectedData { struct
89 DirectiveList Errors;
90 DirectiveList Warnings;
91 DirectiveList Remarks;
92 DirectiveList Notes;
94 void Reset() { in Reset()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DVerifyDiagnosticConsumer.h88 struct ExpectedData { struct
89 DirectiveList Errors;
90 DirectiveList Warnings;
91 DirectiveList Remarks;
92 DirectiveList Notes;
94 void Reset() { in Reset()
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp108 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
163 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMinidump.cpp41 auto ExpectedData = in getString() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMinidump.cpp41 auto ExpectedData = in getString() local
/aosp_15_r20/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp28 typedef VerifyDiagnosticConsumer::ExpectedData ExpectedData; typedef
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Dtokenize_test.cc33 constexpr auto ExpectedData( in ExpectedData() function