HomeSort by: relevance | last modified time | path
    Searched refs:ME (Results 1 - 25 of 139) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/openldap/dist/build/
mkdep.aix 15 cc_r -ME $* > /dev/null
  /src/external/gpl3/binutils/dist/include/elf/
arc-reloc.def 100 ( ME ( ( ( S + A ) - _SDA_BASE_ ) ) ))
114 ( ME ( ( ( ( S + A ) - P ) >> 1 ) ) ))
121 ( ME ( ( ( ( S + A ) - P ) >> 2 ) ) ))
128 ( ME ( ( ( ( S + A ) - P ) >> 1 ) ) ))
135 ( ME ( ( ( ( S + A ) - P ) >> 2 ) ) ))
149 ( ME ( ( ( S + A ) - _SDA_BASE_ ) ) ))
156 ( ME ( ( ( ( S + A ) - _SDA_BASE_ ) >> 1 ) ) ))
163 ( ME ( ( ( ( S + A ) - _SDA_BASE_ ) >> 2 ) ) ))
205 ( ME ( ( S + A ) ) ))
212 ( ME ( ( S + A ) ) )
    [all...]
  /src/external/gpl3/binutils.old/dist/include/elf/
arc-reloc.def 100 ( ME ( ( ( S + A ) - _SDA_BASE_ ) ) ))
114 ( ME ( ( ( ( S + A ) - P ) >> 1 ) ) ))
121 ( ME ( ( ( ( S + A ) - P ) >> 2 ) ) ))
128 ( ME ( ( ( ( S + A ) - P ) >> 1 ) ) ))
135 ( ME ( ( ( ( S + A ) - P ) >> 2 ) ) ))
149 ( ME ( ( ( S + A ) - _SDA_BASE_ ) ) ))
156 ( ME ( ( ( ( S + A ) - _SDA_BASE_ ) >> 1 ) ) ))
163 ( ME ( ( ( ( S + A ) - _SDA_BASE_ ) >> 2 ) ) ))
205 ( ME ( ( S + A ) ) ))
212 ( ME ( ( S + A ) ) )
    [all...]
  /src/external/gpl3/gdb.old/dist/include/elf/
arc-reloc.def 100 ( ME ( ( ( S + A ) - _SDA_BASE_ ) ) ))
114 ( ME ( ( ( ( S + A ) - P ) >> 1 ) ) ))
121 ( ME ( ( ( ( S + A ) - P ) >> 2 ) ) ))
128 ( ME ( ( ( ( S + A ) - P ) >> 1 ) ) ))
135 ( ME ( ( ( ( S + A ) - P ) >> 2 ) ) ))
149 ( ME ( ( ( S + A ) - _SDA_BASE_ ) ) ))
156 ( ME ( ( ( ( S + A ) - _SDA_BASE_ ) >> 1 ) ) ))
163 ( ME ( ( ( ( S + A ) - _SDA_BASE_ ) >> 2 ) ) ))
205 ( ME ( ( S + A ) ) ))
212 ( ME ( ( S + A ) ) )
    [all...]
  /src/external/gpl3/gdb/dist/include/elf/
arc-reloc.def 100 ( ME ( ( ( S + A ) - _SDA_BASE_ ) ) ))
114 ( ME ( ( ( ( S + A ) - P ) >> 1 ) ) ))
121 ( ME ( ( ( ( S + A ) - P ) >> 2 ) ) ))
128 ( ME ( ( ( ( S + A ) - P ) >> 1 ) ) ))
135 ( ME ( ( ( ( S + A ) - P ) >> 2 ) ) ))
149 ( ME ( ( ( S + A ) - _SDA_BASE_ ) ) ))
156 ( ME ( ( ( ( S + A ) - _SDA_BASE_ ) >> 1 ) ) ))
163 ( ME ( ( ( ( S + A ) - _SDA_BASE_ ) >> 2 ) ) ))
205 ( ME ( ( S + A ) ) ))
212 ( ME ( ( S + A ) ) )
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp 49 bool VisitObjCMessageExpr(ObjCMessageExpr *ME) {
50 if (ME->isDelegateInitCall() &&
51 isRemovable(ME) &&
53 ME->getExprLoc())) {
56 ME->getExprLoc());
57 SourceRange ExprRange = ME->getSourceRange();
TransAutoreleasePool.cpp 352 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E);
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);
376 if (!ME) return false
    [all...]
TransZeroOutPropsInDealloc.cpp 42 bool VisitObjCMessageExpr(ObjCMessageExpr *ME) {
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);
  /src/external/gpl3/gdb/dist/gnulib/import/extra/
gitlog-to-changelog 49 (my $ME = $0) =~ s|.*/||;
55 warn "$ME: failed to close standard output: $!\n";
65 print $STREAM "Try '$ME --help' for more information.\n";
70 Usage: $ME [OPTIONS] [ARGS]
74 $ME, they may be preceded by '--'.
105 $ME --since=2008-01-01 > ChangeLog
106 $ME -- -n 5 foo > last-5-commits-to-branch-foo
176 or die "$ME: $f: failed to open for reading: $!\n";
193 or (warn "$ME: $f:$.: invalid line; expected an SHA1\n"),
198 and (warn "$ME: $f:$.: duplicate SHA1\n")
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gitlog-to-changelog 49 (my $ME = $0) =~ s|.*/||;
55 warn "$ME: failed to close standard output: $!\n";
65 print $STREAM "Try '$ME --help' for more information.\n";
70 Usage: $ME [OPTIONS] [ARGS]
74 $ME, they may be preceded by '--'.
105 $ME --since=2008-01-01 > ChangeLog
106 $ME -- -n 5 foo > last-5-commits-to-branch-foo
176 or die "$ME: $f: failed to open for reading: $!\n";
193 or (warn "$ME: $f:$.: invalid line; expected an SHA1\n"),
198 and (warn "$ME: $f:$.: duplicate SHA1\n")
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 41 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ObjCNoReturn.cpp 48 bool ObjCNoReturn::isImplicitNoReturn(const ObjCMessageExpr *ME) {
49 Selector S = ME->getSelector();
51 if (ME->isInstanceMessage()) {
56 if (const ObjCInterfaceDecl *ID = ME->getReceiverInterface()) {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileEntry.h 62 StringRef getName() const { return ME->first(); }
64 return *ME->second->V.get<FileEntry *>();
66 DirectoryEntryRef getDir() const { return *ME->second->Dir; }
125 MapValue(MapEntry &ME) : V(&ME) {}
129 bool isSameRef(const FileEntryRef &RHS) const { return ME == RHS.ME; }
151 explicit FileEntryRef(const MapEntry &ME) : ME(&ME) {
    [all...]
DirectoryEntry.h 47 const DirectoryEntry &getDirEntry() const { return *ME->getValue(); }
49 StringRef getName() const { return ME->getKey(); }
59 const MapEntry &getMapEntry() const { return *ME; }
62 bool isSameRef(DirectoryEntryRef RHS) const { return ME == RHS.ME; }
65 DirectoryEntryRef(const MapEntry &ME) : ME(&ME) {}
91 DirectoryEntryRef(optional_none_tag) : ME(nullptr) {}
92 bool hasOptionalValue() const { return ME; }
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCAsmInfo.cpp 43 const MCExpr *ME =
46 return RISCVMCExpr::create(ME, RISCVMCExpr::VK_RISCV_32_PCREL, Ctx);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
RunLoopAutoreleaseLeakChecker.cpp 91 const auto *ME = Match.getNodeAs<ObjCMessageExpr>(OtherMsgBind);
92 assert(ME);
103 assert(ME != RLR);
106 if (seenBefore(DeclBody, RLR, ME))
113 ME, BR.getSourceManager(), ADC);
114 SourceRange Range = ME->getSourceRange();
InvalidatedIteratorChecker.cpp 46 void checkPreStmt(const MemberExpr *ME, CheckerContext &C) const;
107 void InvalidatedIteratorChecker::checkPreStmt(const MemberExpr *ME,
109 if (!ME->isArrow() || ME->isImplicitAccess())
113 SVal BaseVal = State->getSVal(ME->getBase(), C.getLocationContext());
  /src/external/gpl2/lvm2/dist/test/
mkdtemp 28 ME=$(basename "$0")
29 die() { echo >&2 "$ME: $@"; exit 1; }
67 *) die "Usage: $ME DIR TEMPLATE";;
  /src/sys/dev/acpi/
apei.c 372 const struct cper_memory_error *ME = buf;
382 CPER_MEMORY_ERROR_VALIDATION_BITS_FMT, ME->ValidationBits);
384 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_ERROR_STATUS) {
416 "\0", ME->ErrorStatus);
419 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_PHYSICAL_ADDRESS) {
421 ctx, ME->PhysicalAddress);
423 if (ME->ValidationBits &
426 "\n", ctx, ME->PhysicalAddressMask);
428 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_NODE) {
430 ME->Node)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 147 void ExprEngine::VisitObjCMessage(const ObjCMessageExpr *ME,
152 CEMgr.getObjCMethodCall(ME, Pred->getState(), Pred->getLocationContext());
199 Pred = Bldr.generateNode(ME, Pred, nilState, nullptr,
220 Pred = Bldr.generateNode(ME, Pred, notNilState);
250 if (ObjCNoRet.isImplicitNoReturn(ME)) {
253 Bldr.generateSink(ME, Pred, State);
260 if (ObjCNoRet.isImplicitNoReturn(ME)) {
263 Bldr.generateSink(ME, Pred, Pred->getState());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 44 const MCExpr *ME;
85 ME = MCSymbolRefExpr::create(Symbol, RelocationType, MC);
88 ME = MCBinaryExpr::createAdd(ME, MCConstantExpr::create(MO.getOffset(), MC),
91 ME = HexagonMCExpr::create(ME, MC);
92 HexagonMCInstrInfo::setMustExtend(*ME, MustExtend);
93 return MCOperand::createExpr(ME);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnyCall.h 78 AnyCall(const ObjCMessageExpr *ME)
79 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {}
113 if (const auto *ME = dyn_cast<ObjCMessageExpr>(E)) {
114 return AnyCall(ME);
  /src/share/man/man0/
makewhatis.sed 45 /^NNAAMMEE/!d
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) {
66 ME = countLeadingZeros((Val - 1) ^ Val);
72 ME = countLeadingZeros(Val) - 1;
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) {
90 ME = countLeadingZeros((Val - 1) ^ Val);
96 ME = countLeadingZeros(Val) - 1;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVMCInstLower.cpp 78 const MCExpr *ME =
82 ME = MCBinaryExpr::createAdd(
83 ME, MCConstantExpr::create(MO.getOffset(), Ctx), Ctx);
86 ME = RISCVMCExpr::create(ME, Kind, Ctx);
87 return MCOperand::createExpr(ME);

Completed in 23 milliseconds

1 2 3 4 5 6