Home
last modified time | relevance | path

Searched refs:VirtualFunc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dundefined-memory-manipulation.cpp48 struct VirtualFunc { struct
93 types::VirtualFunc vf; in notTriviallyCopyable()
139 memset_temp<types::VirtualFunc>(&vf); in notTriviallyCopyable()
140 memcpy_temp<types::Plain, types::VirtualFunc>(&p, &vf); in notTriviallyCopyable()
141 memmove_temp<types::Plain, types::VirtualFunc>(&p, &vf); in notTriviallyCopyable()
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/DIA/
H A Dpdbdump-symbol-format.test24 ; SYM_FORMAT-DAG: func [{{.*}}] (EBP) virtual void A::VirtualFunc()
37 ; TYPES_1: virtual void {{(A::)?}}VirtualFunc()
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Dsymbolformat.cpp20 virtual void VirtualFunc() {} in VirtualFunc() function