Home
last modified time | relevance | path

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

12345678910

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc95 typedef StringBufTesterVoidMethodNoHandlerDataNoHandle ME; typedef in StringBufTesterVoidMethodNoHandlerDataNoHandle
113 typedef StringBufTesterVoidMethodNoHandlerDataWithHandle ME; typedef in StringBufTesterVoidMethodNoHandlerDataWithHandle
132 typedef StringBufTesterVoidMethodWithHandlerDataNoHandle ME; typedef in StringBufTesterVoidMethodWithHandlerDataNoHandle
151 typedef StringBufTesterVoidMethodWithHandlerDataWithHandle ME; typedef in StringBufTesterVoidMethodWithHandlerDataWithHandle
172 typedef StringBufTesterVoidFunctionNoHandlerDataNoHandle ME; typedef in StringBufTesterVoidFunctionNoHandlerDataNoHandle
190 typedef StringBufTesterVoidFunctionNoHandlerDataWithHandle ME; typedef in StringBufTesterVoidFunctionNoHandlerDataWithHandle
210 typedef StringBufTesterVoidFunctionWithHandlerDataNoHandle ME; typedef in StringBufTesterVoidFunctionWithHandlerDataNoHandle
229 typedef StringBufTesterVoidFunctionWithHandlerDataWithHandle ME; typedef in StringBufTesterVoidFunctionWithHandlerDataWithHandle
250 typedef StringBufTesterSizeTMethodNoHandlerDataNoHandle ME; typedef in StringBufTesterSizeTMethodNoHandlerDataNoHandle
269 typedef StringBufTesterBoolMethodNoHandlerDataNoHandle ME; typedef in StringBufTesterBoolMethodNoHandlerDataNoHandle
[all …]
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h61 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
85 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/external/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.file_type.pass.cpp23 constexpr fs::file_type ME(int val) { return static_cast<fs::file_type>(val); } in ME() function
Denum.copy_options.pass.cpp24 constexpr fs::copy_options ME(int val) { return static_cast<fs::copy_options>(val); } in ME() function
Denum.perms.pass.cpp25 constexpr fs::perms ME(int val) { return static_cast<fs::perms>(val); } in ME() function
Denum.directory_options.pass.cpp25 constexpr fs::directory_options ME(int val) { return static_cast<fs::directory_options>(val); } in ME() function
Denum.perm_options.pass.cpp25 constexpr fs::perm_options ME(int val) { in ME() function
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.file_type.pass.cpp22 constexpr fs::file_type ME(int val) { return static_cast<fs::file_type>(val); } in ME() function
Denum.perm_options.pass.cpp24 constexpr fs::perm_options ME(int val) { in ME() function
Denum.directory_options.pass.cpp24 constexpr fs::directory_options ME(int val) { return static_cast<fs::directory_options>(val); } in ME() function
Denum.copy_options.pass.cpp23 constexpr fs::copy_options ME(int val) { return static_cast<fs::copy_options>(val); } in ME() function
Denum.perms.pass.cpp24 constexpr fs::perms ME(int val) { return static_cast<fs::perms>(val); } in ME() function
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCAsmInfo.cpp43 const MCExpr *ME = in getExprForFDESymbol() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster.h73 typedef Master ME; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCAsmInfo.cpp43 const MCExpr *ME = in getExprForFDESymbol() local
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.h54 ME = 270, enumerator
73 #define ME 270 macro
/external/clang/lib/Analysis/
DObjCNoReturn.cpp49 bool ObjCNoReturn::isImplicitNoReturn(const ObjCMessageExpr *ME) { in isImplicitNoReturn()
/external/llvm-project/clang/lib/Analysis/
DObjCNoReturn.cpp48 bool ObjCNoReturn::isImplicitNoReturn(const ObjCMessageExpr *ME) { in isImplicitNoReturn()
/external/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
DAttr.cpp19 bool VisitMemberExpr(MemberExpr *ME) { in VisitMemberExpr()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp81 const MemberExpr *ME = cast<MemberExpr>(E); in getBaseInfo() local
238 } else if (auto *ME = dyn_cast<MemberExpr>(E)) { in visitPotentialCaptures() local
/external/llvm-project/clang/lib/ARCMigrate/
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
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp290 if (ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E)) { in getReferencedDecl() local
303 if (MemberExpr *ME = dyn_cast<MemberExpr>(E)) in getReferencedDecl() local
400 if (ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E)) in isDelegateMessage() local
/external/clang/lib/Sema/
DScopeInfo.cpp71 const MemberExpr *ME = cast<MemberExpr>(E); in getBaseInfo() local
233 else if (MemberExpr *ME = dyn_cast<MemberExpr>(E)) in getPotentialVariableCapture() local
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DPreferMemberInitializerCheck.cpp64 const auto *ME = dyn_cast<MemberExpr>(BO->getLHS()->IgnoreParenImpCasts()); in isAssignmentToMemberOf() local
78 const auto *ME = in isAssignmentToMemberOf() local

12345678910