| /external/python/cpython3/Include/ |
| D | methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument 55 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
|
| /external/pigweed/pw_bloat/py/pw_bloat/ |
| D | label_output.py | 37 ML = '+' variable in AsciiCharset 54 ML = '├' variable in LineCharset
|
| /external/python/cpython2/Include/ |
| D | methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument
|
| /external/llvm/lib/Target/X86/ |
| D | X86FixupBWInsts.cpp | 289 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) { in tryReplaceInstr() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86FixupBWInsts.cpp | 382 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) in tryReplaceInstr() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyCFGSort.cpp | 92 const auto *ML = MLI.getLoopFor(MBB); in getRegionFor() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMLowOverheadLoops.cpp | 124 MachineLoop *ML = nullptr; member 581 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
|
| /external/llvm/lib/CodeGen/ |
| D | MachineCombiner.cpp | 361 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local
|
| D | MachineLICM.cpp | 456 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local 641 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
|
| D | BranchFolding.cpp | 464 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) in SplitMBBAt() local 1025 if (MachineLoop *ML = MLI->getLoopFor(IBB)) in TailMergeBlocks() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | MemCpyOptimizer.cpp | 471 NeedLift = llvm::any_of(MemLocs, [C, &AA](const MemoryLocation &ML) { in moveUp() 497 auto ML = MemoryLocation::get(C); in moveUp() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonGenMux.cpp | 200 MuxInfoList ML; in genMuxInBlock() local
|
| /external/clang/lib/CodeGen/ |
| D | MicrosoftCXXABI.cpp | 220 MicrosoftVTableContext::MethodVFTableLocation ML = in getThisArgumentTypeForMethod() local 1276 MicrosoftVTableContext::MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment() local 1325 MicrosoftVTableContext::MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall() local 1790 MicrosoftVTableContext::MethodVFTableLocation &ML) { in getClassAtVTableLocation() 1813 MicrosoftVTableContext::MethodVFTableLocation ML = in getVirtualFunctionPointer() local 1887 const MicrosoftVTableContext::MethodVFTableLocation &ML) { in EmitVirtualMemPtrThunk() 2695 MicrosoftVTableContext::MethodVFTableLocation ML = in EmitMemberFunctionPointer() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | MemCpyOptimizer.cpp | 525 [C, &AA](const MemoryLocation &ML) { in moveUp() 548 auto ML = MemoryLocation::get(C); in moveUp() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineLICM.cpp | 541 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local 725 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
|
| D | MachineCombiner.cpp | 512 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local
|
| D | BranchFolding.cpp | 423 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) in SplitMBBAt() local 1094 MachineLoop *ML; in TailMergeBlocks() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonGenMux.cpp | 233 MuxInfoList ML; in genMuxInBlock() local
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
| D | SpoofCheckerTest.java | 392 int ML = 0; in checkSkeleton() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | itspoof.cpp | 159 const uint32_t ML = 0; in testSkeleton() local
|
| /external/cronet/third_party/icu/source/test/intltest/ |
| D | itspoof.cpp | 159 const uint32_t ML = 0; in testSkeleton() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
| D | SpoofCheckerTest.java | 395 int ML = 0; in checkSkeleton() local
|
| /external/clang/lib/AST/ |
| D | MicrosoftMangle.cpp | 601 const MicrosoftVTableContext::MethodVFTableLocation &ML = in mangleMemberFunctionPointer() local 639 const MicrosoftVTableContext::MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk() 2555 const MicrosoftVTableContext::MethodVFTableLocation &ML = in mangleVirtualMemPtrThunk() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
| D | GVNExpression.h | 293 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; } in setMemoryLeader()
|
| /external/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 1385 if (auto *ML = Context.getASTMutationListener()) in CheckOMPThreadPrivateDecl() local 11525 if (ASTMutationListener *ML = Context.getASTMutationListener()) in ActOnOpenMPDeclareTargetName() local 11552 if (ASTMutationListener *ML = SemaRef.Context.getASTMutationListener()) in checkDeclInTargetContext() local 11569 if (ASTMutationListener *ML = SemaRef.Context.getASTMutationListener()) in checkDeclInTargetContext() local 11601 if (ASTMutationListener *ML = SemaRef.Context.getASTMutationListener()) in checkDeclInTargetContext() local 11639 if (ASTMutationListener *ML = Context.getASTMutationListener()) in checkDeclIsAllowedInOpenMPTarget() local 11652 if (ASTMutationListener *ML = Context.getASTMutationListener()) in checkDeclIsAllowedInOpenMPTarget() local
|