/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | MemoryTreeTests.cpp | 31 MemoryTree MT; in TEST() local 50 MemoryTree MT; in TEST() local 63 MemoryTree MT(&Alloc); in TEST() local
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | MemoryTree.cpp | 19 size_t traverseTree(const MemoryTree &MT, std::string &ComponentName, in traverseTree() 53 void record(const MemoryTree &MT, std::string RootName, in record()
|
/llvm-project/llvm/lib/Object/ |
H A D | WindowsMachineFlag.cpp | 34 machineToStr(COFF::MachineTypes MT) machineToStr() argument
|
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
H A D | mutex.pass.cpp | 100 using MT = TestMutexThrows; in main() typedef 111 using MT = TestMutexThrows; in main() typedef 122 using MT = TestMutexThrows; in main() typedef
|
/llvm-project/clang/unittests/CodeGen/ |
H A D | IRMatchers.h | 185 if (const auto *MT = dyn_cast<MDTuple>(MR)) { in match() local 221 if (const auto *MT = dyn_cast<ValueAsMetadata>(M)) in match() local 338 if (const auto *MT = dyn_cast<MDTuple>(&M)) { in matchEntity() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Linux.cpp | 143 return MT; in getMultiarchTriple() local 134 std::string MT = std::string(IsMipsR6 ? "mipsisa64r6" : "mips64") + getMultiarchTriple() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 95 const ConstantMatrixType *MT = cast<ConstantMatrixType>(Ty); ConvertTypeForMem() local 623 const ConstantMatrixType *MT = cast<ConstantMatrixType>(Ty); ConvertType() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 302 OMPDeclareTargetDeclAttr::MapTypeTy MT; global() member
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FileIndexTests.cpp | 726 MemoryTree MT(&Alloc); in TEST() local 748 MemoryTree MT(&Alloc); in TEST() local [all...] |
H A D | BackgroundIndexTests.cpp | 907 MemoryTree MT(&Alloc); TEST() local
|
H A D | ClangdTests.cpp | 1255 MemoryTree MT(&Alloc); TEST() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 430 MappingType MT) in MappingNode()
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVDuplicatesTracker.h | 201 SPIRVDuplicatesTracker<MachineInstr> MT; global() variable
|
/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 357 encodeMemoryElementType(uint64_t MT) encodeMemoryElementType() argument 362 encodeMergeType(uint64_t MT) encodeMergeType() argument
|
H A D | ClangDiagnosticsEmitter.cpp | 451 getModifierName(ModifierType MT) getModifierName() argument
|
H A D | MveEmitter.cpp | 1791 const MultiVectorType *MT = getMultiVectorType(n, VT); EmitHeader() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1035 FT = MT->getPointeeType()->getAs<FunctionProtoType>(); in canCalleeThrow() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ClangdLSPServer.cpp | 1438 MemoryTree MT; maybeExportMemoryProfile() local 1621 MemoryTree MT(&DetailAlloc); onMemoryUsage() local
|
H A D | Protocol.cpp | 1635 toJSON(const MemoryTree & MT) toJSON() argument
|
/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 1170 if (const ClassTemplatePartialSpecializationDecl *MT = getSourceRange() local 1520 if (const VarTemplatePartialSpecializationDecl *MT = getSourceRange() local
|
H A D | Type.cpp | 2260 if (const auto *MT = dyn_cast<MatrixType>(CanonicalType)) hasFloatingRepresentation() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 1829 OMPDeclareTargetDeclAttr::MapTypeTy MT = OMPDeclareTargetDeclAttr::MT_To; in ParseOMPDeclareTargetClauses() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 201 if (auto *MT = dyn_cast<MemTransferInst>(MI)) { in SimplifyAnyMemTransfer() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 385 if (const auto *MT = dyn_cast<MaterializeTemporaryExpr>(Result)) { in createTemporaryRegionIfNeeded() local
|
/llvm-project/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1654 CXType MT = clang_Type_getModifiedType(T); in PrintType() local
|