Home
last modified time | relevance | path

Searched refs:MFP (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmangle-ms-templates-memptrs.cpp86 template <typename T, void (T::*MFP)()>
88 (o.*MFP)(); in CallMethod()
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h137 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) {
138 Properties |= MFP.Properties;
141 MachineFunctionProperties &clear(const MachineFunctionProperties &MFP) {
142 Properties.reset(MFP.Properties);
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp81 MachineFunctionProperties MFP; in getRequiredProperties() local
83 MFP.set(MachineFunctionProperties::Property::AllVRegsAllocated); in getRequiredProperties()
84 return MFP; in getRequiredProperties()
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog499 - MFP (IEEE 802.11w) information for nl80211 command API