Home
last modified time | relevance | path

Searched defs:MM (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/lib/Lex/
DPPMacroExpansion.cpp84 if (auto *MM = ModuleMacros.FindNodeOrInsertPos(ID, InsertPos)) { in addModuleMacro() local
89 auto *MM = ModuleMacro::create(*this, Mod, II, Macro, Overrides); in addModuleMacro() local
103 [](ModuleMacro *MM) { in addModuleMacro()
155 auto *MM = Worklist.pop_back_val(); in updateModuleMacroInfo() local
233 for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None) in dumpMacroInfo() local
238 auto *MM = Worklist.pop_back_val(); in dumpMacroInfo() local
/external/fec/
Dint.h10 #define MM (rs->mm) macro
Dchar.h10 #define MM (rs->mm) macro
Dfixed.h23 #define MM 8 macro
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h27 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFI386()
DRuntimeDyldCOFFX86_64.h35 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFX86_64()
DRuntimeDyldMachOX86_64.h25 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOX86_64()
DRuntimeDyldMachOAArch64.h26 RuntimeDyldMachOAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOAArch64()
DRuntimeDyldMachOI386.h25 RuntimeDyldMachOI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOI386()
DRuntimeDyldMachOARM.h28 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM()
/external/clang/test/CodeGenCXX/
Dconst-init.cpp56 const MutableMember MM = { 0 }; in writeToMutable() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp888 createRuntimeDyldCOFF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldCOFF()
899 createRuntimeDyldELF(RuntimeDyld::MemoryManager &MM, in createRuntimeDyldELF()
909 createRuntimeDyldMachO(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldMachO()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h340 std::unique_ptr<RTDyldMemoryManager> MM; variable
DMCJITCAPITest.cpp433 TestReserveAllocationSpaceMemoryManager* MM = new TestReserveAllocationSpaceMemoryManager(); in TEST_F() local
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp216 auto MM = llvm::make_unique<MockMemoryManager>(MockManager); in TEST() local
/external/llvm/tools/lli/
Dlli.cpp633 RemoteMemoryManager *MM = static_cast<RemoteMemoryManager*>(RTDyldMM); in main() local
/external/opencv/cv/src/
Dcvlkpyramid.cpp1042 CvMat MM = cvMat( 6, 1, CV_64F, M->data.db ); in icvGetRTMatrix() local
1087 CvMat MM = cvMat( 4, 1, CV_64F, m ); in icvGetRTMatrix() local
Dcvcalibration.cpp1138 double MM[9], U[9], V[9], W[3]; in cvFindExtrinsicCameraParams2() local
2593 CvMat MM = cvMat(3, 3, CV_64F, mm); in cvStereoRectifyUncalibrated() local
/external/speex/libspeex/
Dpreprocess.c839 spx_word32_t MM; in speex_preprocess_run() local
883 spx_word32_t MM; in speex_preprocess_run() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp405 void LLVMDisposeMCJITMemoryManager(LLVMMCJITMemoryManagerRef MM) { in LLVMDisposeMCJITMemoryManager()
DExecutionEngine.cpp501 EngineBuilder::setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM) { in setMemoryManager()
/external/opencv3/modules/video/src/
Dlkpyramid.cpp1274 Mat MM = M.reshape(1, 6); in getRTMatrix() local
1309 Mat MM( 4, 1, CV_64F, m ); in getRTMatrix() local
/external/clang/test/SemaCXX/
Dattr-noreturn.cpp88 struct MM : virtual CC {}; struct
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1295 for (auto *MM : MI->memoperands()) { in isLdStPairSuppressed() local
/external/v8/src/js/
Di18n.js1454 options = appendToDateTimeObject(options, 'month', match, {MM: '2-digit', property

12