Home
last modified time | relevance | path

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

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