OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MFP
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Test/connectivity/sl4n/utils/
command_receiver.h
21
typedef void (*
MFP
)(rapidjson::Document&);
35
static void RegisterCommand(std::string name,
MFP
command);
command_receiver.cpp
28
typedef std::map<std::string,
MFP
> function_map;
63
void CommandReceiver::RegisterCommand(std::string name,
MFP
command) {
/external/clang/test/CodeGenCXX/
mangle-ms-templates-memptrs.cpp
86
template <typename T, void (T::*
MFP
)()>
88
(o.*
MFP
)();
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
137
MachineFunctionProperties &set(const MachineFunctionProperties &
MFP
) {
138
Properties |=
MFP
.Properties;
141
MachineFunctionProperties &clear(const MachineFunctionProperties &
MFP
) {
142
Properties.reset(
MFP
.Properties);
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
81
MachineFunctionProperties
MFP
;
83
MFP
.set(MachineFunctionProperties::Property::AllVRegsAllocated);
84
return
MFP
;
[
all
...]
Completed in 151 milliseconds