Home
last modified time | relevance | path

Searched defs:PMF (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp48 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} argument
47 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} global() struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dmisplaced-const.cpp59 typedef void (T::*PMF)(); typedef
/llvm-project/clang/test/SemaCXX/
H A Dattr-musttail.cpp245 typedef void (StructPMF::*PMF)(); typedef
H A Dtype-traits.cpp3176 using PMF = int (C::*)(int); global() typedef
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1535 Function *PMF = Intrinsic::getDeclaration(M, Intrinsic::hexagon_M4_pmpyw); generate() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3086 if (auto PMF = Primary->getPrivateModuleFragment()) { EmitModuleInitializers() local