HomeSort by relevance Sort by last modified time
    Searched refs:MFP (Results 1 - 13 of 13) 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);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 153 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) {
154 Properties |= MFP.Properties;
157 MachineFunctionProperties &reset(const MachineFunctionProperties &MFP) {
158 Properties.reset(MFP.Properties);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 153 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) {
154 Properties |= MFP.Properties;
157 MachineFunctionProperties &reset(const MachineFunctionProperties &MFP) {
158 Properties.reset(MFP.Properties);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 153 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) {
154 Properties |= MFP.Properties;
157 MachineFunctionProperties &reset(const MachineFunctionProperties &MFP) {
158 Properties.reset(MFP.Properties);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 153 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) {
154 Properties |= MFP.Properties;
157 MachineFunctionProperties &reset(const MachineFunctionProperties &MFP) {
158 Properties.reset(MFP.Properties);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 153 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) {
154 Properties |= MFP.Properties;
157 MachineFunctionProperties &reset(const MachineFunctionProperties &MFP) {
158 Properties.reset(MFP.Properties);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 153 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) {
154 Properties |= MFP.Properties;
157 MachineFunctionProperties &reset(const MachineFunctionProperties &MFP) {
158 Properties.reset(MFP.Properties);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 153 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) {
154 Properties |= MFP.Properties;
157 MachineFunctionProperties &reset(const MachineFunctionProperties &MFP) {
158 Properties.reset(MFP.Properties);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 153 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) {
154 Properties |= MFP.Properties;
157 MachineFunctionProperties &reset(const MachineFunctionProperties &MFP) {
158 Properties.reset(MFP.Properties);
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 81 MachineFunctionProperties MFP;
83 MFP.set(MachineFunctionProperties::Property::AllVRegsAllocated);
84 return MFP;
    [all...]

Completed in 1985 milliseconds