Home
last modified time | relevance | path

Searched defs:pfb (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dpointer-to-member.cpp161 int B::* pfb = &B::f; in foo() local
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1205 constexpr const int *(Base::*pfb)() const = global() variable