Home
last modified time | relevance | path

Searched defs:DummyStruct (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/test/API/commands/target/dump/
H A Dmain.cpp1 struct DummyStruct { struct
5 DummyStruct s; argument
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DOrcTestCommon.h164 struct DummyStruct { struct
168 inline StructType *getDummyStructTy(LLVMContext &Context) { in getDummyStructTy() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-non-const-global-variables.cpp142 struct DummyStruct { struct
151 DummyStruct nonConstDummyStructInstance; argument