Home
last modified time | relevance | path

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

/llvm-project/flang/test/Lower/HLFIR/
H A Dprivate-components.f9032 type, extends(ieee_class_type) :: my_class type
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming.cpp188 class my_class { global() class
195 my_class(void*) : my_class() {} my_class() function in FOO_NS::InlineNamespace::my_class
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-using.cpp75 using my_class = int; typedef