Searched refs:ME (Results 1 - 25 of 77) sorted by relevance

1234

/external/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp49 bool VisitObjCMessageExpr(ObjCMessageExpr *ME) { argument
50 if (ME->isDelegateInitCall() &&
51 isRemovable(ME) &&
53 ME->getExprLoc())) {
56 ME->getExprLoc());
57 SourceRange ExprRange = ME->getSourceRange();
H A DTransAutoreleasePool.cpp352 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E); local
353 if (!ME) return false;
354 if (ME->getMethodFamily() == OMF_new &&
355 ME->getReceiverKind() == ObjCMessageExpr::Class &&
356 isNSAutoreleasePool(ME->getReceiverInterface()))
358 if (ME->getReceiverKind() == ObjCMessageExpr::Instance &&
359 ME->getMethodFamily() == OMF_init) {
360 Expr *rec = getEssential(ME->getInstanceReceiver());
375 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(S); local
376 if (!ME) retur
[all...]
H A DTransZeroOutPropsInDealloc.cpp42 bool VisitObjCMessageExpr(ObjCMessageExpr *ME) { argument
46 if (ME->getReceiverKind() != ObjCMessageExpr::Instance)
48 Expr *receiver = ME->getInstanceReceiver();
61 if (PropDecl->getSetterName() == ME->getSelector()) {
71 Expr *RHS = ME->getArg(0);
75 if (RHSIsNull && isRemovable(ME))
76 TA.removeStmt(ME);
H A DTransRetainReleaseDealloc.cpp248 if (ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E))
249 return (ME->isInstanceMessage() && ME->getSelector() == DelegateSel);
H A DTransforms.cpp112 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E); local
113 if (!ME)
115 switch (ME->getMethodFamily()) {
120 switch (ME->getReceiverKind()) {
124 return hasSideEffects(ME->getInstanceReceiver(), Ctx);
476 ME = (*I)->instmeth_end(); MI != ME; ++MI) {
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h54 ME = 270, enumerator in enum:yytokentype
73 #define ME 270 macro
/external/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp29 const MCExpr *ME; local
31 ME = MCSymbolRefExpr::Create(Symbol, MCSymbolRefExpr::VK_None, MC);
34 ME = MCBinaryExpr::CreateAdd(ME, MCConstantExpr::Create(MO.getOffset(), MC),
37 return (MCOperand::CreateExpr(ME));
/external/icu4c/config/
H A Dicu-config-bottom18 ME=`basename "$0"`
72 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
78 echo "${ME}: icu-config: ICU configuration helper script"
99 echo "### $ME: Can't find ${ICUUC_FILE} - ICU prefix is wrong." 1>&2
103 echo "### $ME: Exitting." 1>&2
161 echo "### $ME: Error: --noverify must be the first argument." 1>&2
287 HERE=`echo $0 | sed -e "s/$ME//g"`
383 echo ${ME}: ERROR Unknown Option $arg 1>&2
386 echo "### $ME: Exitting." 1>&2
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp32 if (ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(S))
33 if (ME->getSelector() == Dealloc) {
34 switch (ME->getReceiverKind()) {
58 if (ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(S))
59 if (ME->getSelector() == Release)
60 if (ME->getInstanceReceiver())
61 if (Expr *Receiver = ME->getInstanceReceiver()->IgnoreParenCasts())
67 if (ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(S))
68 if (ME->getInstanceReceiver())
69 if (Expr *Receiver = ME
[all...]
H A DIteratorsChecker.cpp73 static RefState getInvalid( const MemberExpr *ME ) {
74 return RefState(Invalid, ME);
132 const MemberExpr *ME) const;
231 const MemRegion *MR, const MemberExpr *ME) const {
242 state = state->set<IteratorState>(I.getKey(), RefState::getInvalid(ME));
286 if (const MemberExpr *ME = dyn_cast<MemberExpr>(CE->getCallee())) {
287 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ME->getBase());
302 StringRef mName = ME->getMemberDecl()->getName();
413 const MemberExpr *ME = RS->getMemberExpr(); local
414 if (ME) {
570 const MemberExpr *ME = dyn_cast<MemberExpr>(MCE->getCallee()); local
[all...]
H A DDereferenceChecker.cpp68 const MemberExpr *ME = cast<MemberExpr>(Ex); local
70 << " field '" << ME->getMemberNameInfo() << "')";
71 SourceLocation L = ME->getMemberLoc();
/external/qemu/memcheck/
H A Dmemcheck_proc_management.c73 ME("memcheck: Unable to allocate new thread descriptor.");
103 ME("memcheck: Unable to allocate new process descriptor");
122 ME("memcheck: Unable to get parent process pid=%u for new process pid=%u",
134 ME("memcheck: Unable to copy process' %s[pid=%u] allocation map to new process pid=%u",
144 ME("memcheck: Unable to copy process' %s[pid=%u] mmrange map to new process pid=%u",
274 ME("memcheck: Unable to allocate %u bytes for image path %s to set it for pid=%u",
364 ME("memcheck: Unable to find mapping for guest PC 0x%08X in process %s[pid=%u]",
387 ME("memcheck: Unable to allocate %u bytes for calling stack.",
410 ME("memcheck: Unable to allocate %u bytes for module path in the thread calling stack.",
481 ME("memchec
[all...]
H A Dmemcheck_logging.h31 #define ME(...) \ macro
H A Dmemcheck_mmrange_map.c131 ME("memcheck: Unable to allocate new MMRangeMapEntry on insert.");
194 ME("memcheck: Unable to allocate new MMRangeMapEntry on copy.");
200 ME("memcheck: Unable to allocate new path for MMRangeMapEntry on copy.");
207 ME("memcheck: Unable to insert new range map entry on copy. Insert returned %u",
H A Dmemcheck.c382 ME("memcheck: Unable to obtain process for libc_init pid=%u", pid);
414 ME("memcheck: Unable to obtain process for allocation pid=%u",
430 ME("memcheck: Unable to allocate %u bytes for the calling stack",
457 ME("memcheck: Duplicate allocation blocks:");
468 ME("memcheck: Unable to insert an entry to the allocation map:");
490 ME("memcheck: Unable to obtain process for pid=%u on free",
536 ME("memcheck: Unable to obtain process for pid=%u on query_%s",
H A Dmemcheck_malloc_map.c170 ME("memcheck: Unable to allocate new AllocMapEntry on insert.");
233 ME("memcheck: Unable to allocate new AllocMapEntry on copy.");
256 ME("memcheck: Unable to insert new map entry on copy. Insert returned %u",
/external/llvm/lib/Analysis/IPA/
H A DFindUsedTypes.cpp70 for (Module::iterator MI = m.begin(), ME = m.end(); MI != ME; ++MI) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp81 static bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME);
87 unsigned &SH, unsigned &MB, unsigned &ME);
309 bool PPCDAGToDAGISel::isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { argument
314 ME = CountLeadingZeros_32((Val - 1) ^ Val);
320 ME = CountLeadingZeros_32(Val) - 1;
332 unsigned &MB, unsigned &ME) {
367 return isRunOfOnes(Mask, MB, ME);
414 unsigned MB, ME; local
415 if (InsertMask && isRunOfOnes(InsertMask, MB, ME)) {
436 getI32Imm(ME) };
330 isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, unsigned &SH, unsigned &MB, unsigned &ME) argument
928 unsigned Imm, Imm2, SH, MB, ME; local
957 unsigned MB, ME; local
978 unsigned Imm, SH, MB, ME; local
990 unsigned Imm, SH, MB, ME; local
[all...]
/external/clang/test/SemaTemplate/
H A Dtemplate-id-printing.cpp37 namespace ME { namespace
52 } // namespace ME
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp37 void ExprEngine::CreateCXXTemporaryObject(const MaterializeTemporaryExpr *ME, argument
41 const Expr *tempExpr = ME->GetTemporaryExpr()->IgnoreParens();
50 svalBuilder.getRegionManager().getCXXTempObjectRegion(ME, LCtx);
53 Bldr.generateNode(ME, Pred, state->BindExpr(ME, LCtx, loc::MemRegionVal(R)));
/external/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp272 MachineBasicBlock::iterator ME = MBB->getFirstTerminator(); local
273 assert(StartMI != ME && "MI already at terminator");
278 for (++MI; InstrLimit > 0 && MI != ME; ++MI, --InstrLimit) {
322 if (MI == ME) RestorePointMI = ME;
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp36 unsigned char ME = MI->getOperand(4).getImm(); local
38 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
41 if (SH <= 31 && MB == (32-SH) && ME == 31) {
68 unsigned char ME = MI->getOperand(3).getImm(); local
70 if (63-SH == ME) {
/external/qemu/tcg/ppc/
H A Dtcg-target.c402 #define ME(e) ((e)<<1) macro
561 | ME (31 - CPU_TLB_ENTRY_BITS)
576 | ME (31 - TARGET_PAGE_BITS)
757 | ME (31 - CPU_TLB_ENTRY_BITS)
772 | ME (31 - TARGET_PAGE_BITS)
809 | ME (31)));
817 | ME (31)));
1154 | ME (31)
1221 | ME (31)
1241 | ME (3
[all...]
/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp694 ME = 24, // ME Maine enumerator in enum:USState
736 NH, NH, NH, NH, NH, NH, NH, NH, NH, ME, // 030-039
737 ME, ME, ME, ME, ME, ME, ME, M
[all...]
/external/clang/lib/Analysis/
H A DReachableCode.cpp212 const MemberExpr *ME = cast<MemberExpr>(S); local
213 R1 = ME->getSourceRange();
214 return ME->getMemberLoc();

Completed in 1174 milliseconds

1234