Home
last modified time | relevance | path

Searched defs:ME (Results 1 – 25 of 154) sorted by relevance

1234567

/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp37 ME = Def->getParent()->end(); in WebAssemblyDebugValueManager() local
75 ME = Def->getParent()->end(); in getSinkableDebugValues() local
96 ME = Def->getParent()->end(); in getSinkableDebugValues() local
102 ME = Insert->getIterator(); in getSinkableDebugValues() local
225 ME = Insert; in isInsertSamePlace() local
/llvm-project/libc/src/string/memory_utils/
H A Dop_builtin.h67 using ME = Memset; global() member
103 using ME = Bcmp; global() member
130 using ME = Memcmp; global() member
/llvm-project/libcxx/test/std/input.output/filesystems/fs.enum/
H A Denum.file_type.pass.cpp22 constexpr fs::file_type ME(int val) { return static_cast<fs::file_type>(val); } in ME() function
H A Denum.copy_options.pass.cpp23 constexpr fs::copy_options ME(int val) { return static_cast<fs::copy_options>(val); } in ME() function
H A Denum.perms.pass.cpp23 constexpr fs::perms ME(int val) { return static_cast<fs::perms>(val); } in ME() function
H A Denum.perm_options.pass.cpp23 constexpr fs::perm_options ME(int val) { in ME() function
H A Denum.directory_options.pass.cpp23 constexpr fs::directory_options ME(int val) { return static_cast<fs::directory_options>(val); } in ME() function
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCAsmInfo.cpp43 const MCExpr *ME = in getExprForFDESymbol() local
/llvm-project/clang/lib/Analysis/
H A DObjCNoReturn.cpp49 bool ObjCNoReturn::isImplicitNoReturn(const ObjCMessageExpr *ME) { in isImplicitNoReturn()
/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DAttr.cpp19 bool VisitMemberExpr(MemberExpr *ME) { in VisitMemberExpr() argument
/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp84 D = ME->getMemberDecl(); in getBaseInfo() local
241 Callback(cast<ValueDecl>(ME->getMemberDecl()), E); in visitPotentialCaptures() local
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMCInstLower.cpp122 const MCExpr *ME = lowerSymbolOperand() local
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMCInstLower.cpp67 const MCExpr *ME = in lowerSymbolOperand() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp294 if (ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E)) { in getReferencedDecl() local
307 if (MemberExpr *ME = dyn_cast<MemberExpr>(E)) in getReferencedDecl() local
404 if (ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E)) in isDelegateMessage() local
H A DTransUnusedInitDelegate.cpp49 bool VisitObjCMessageExpr(ObjCMessageExpr *ME) { in VisitObjCMessageExpr()
/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h68 explicit DirectoryEntryRef(const MapEntry &ME) : ME(&ME) {} in DirectoryEntryRef()
/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h79 AnyCall(const ObjCMessageExpr *ME) in AnyCall() argument
114 if (const auto *ME = dyn_cast<ObjCMessageExpr>(E)) { in forExpr() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemplate-id-printing.cpp37 namespace ME { namespace
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp44 const MCExpr *ME; GetSymbolRef() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h76 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() argument
100 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64() argument
/llvm-project/llvm/include/llvm/Support/
H A DModRef.h171 MemoryEffectsBase ME = *this; in getWithModRef() local
178 MemoryEffectsBase ME = *this; in getWithoutLoc() local
/llvm-project/clang-tools-extra/clangd/
H A DHeuristicResolver.cpp
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DPreferMemberInitializerCheck.cpp129 if (!ME) in isAssignmentToMemberOf() local
112 const auto *ME = dyn_cast<MemberExpr>(BO->getLHS()->IgnoreParenImpCasts()); isAssignmentToMemberOf() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp324 for (auto MI = ECs.member_begin(It), ME = ECs.member_end(); validateAndTransform() local
395 for (auto MI = ECs.member_begin(It), ME = ECs.member_end(); validateAndTransform() local

1234567