HomeSort by relevance Sort by last modified time
    Searched defs:DR (Results 1 - 21 of 21) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 36 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S);
38 if (DR && isa<EnumConstantDecl>(DR->getDecl()))
52 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S);
54 if (DR)
55 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl()))
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 70 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E))
71 return DR->getDecl();
202 const DeclRefExpr *DR = cast<DeclRefExpr>(Head);
203 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
BodyFarm.cpp 110 DeclRefExpr *DR =
119 return DR;
195 DeclRefExpr *DR = M.makeDeclRefExpr(Block);
196 ImplicitCastExpr *ICE = M.makeLvalueToRvalue(DR, Ty);
258 DeclRefExpr *DR = M.makeDeclRefExpr(PV);
259 ImplicitCastExpr *ICE = M.makeLvalueToRvalue(DR, Ty);
LiveVariables.cpp 224 void VisitDeclRefExpr(DeclRefExpr *DR);
357 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS))
358 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
369 observer->observerKill(DR);
386 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) {
387 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl()))
388 if (!isAlwaysAlive(D) && LV.inAssignment.find(DR) == LV.inAssignment.end())
403 DeclRefExpr *DR = 0;
410 else if ((DR = dyn_cast<DeclRefExpr>(cast<Expr>(element)->IgnoreParens()))) {
411 VD = cast<VarDecl>(DR->getDecl())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 63 const DeclRefExpr *DR = cast<DeclRefExpr>(Ex);
64 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
67 Ranges.push_back(DR->getSourceRange());
DeadStoresChecker.cpp 54 bool VisitDeclRefExpr(DeclRefExpr *DR) {
56 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl()))
226 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk,
228 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl()))
229 CheckVarDecl(VD, DR, Val, dsk, Live);
242 const DeclRefExpr *DR;
244 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts())))
245 if (DR->getDecl() == VD)
248 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts())))
249 if (DR->getDecl() == VD
    [all...]
IdempotentOperationChecker.cpp 95 static bool isConstantOrPseudoConstant(const DeclRefExpr *DR,
499 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts());
500 if (!DR)
503 const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl());
691 const DeclRefExpr *DR,
694 if (DR->getType().isConstQualified())
698 if (isa<EnumConstantDecl>(DR->getDecl()))
701 const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl());
718 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S);
720 if (DR)
    [all...]
  /external/clang/www/
make_cxx_dr_status 16 class DR:
23 def parse(dr):
26 for col in dr.split('</TR>', 1)[0].split('<TD')[1:]
32 return DR(section, issue, url, status, title)
47 drs = sorted((parse(dr) for dr in file(index, 'r').read().split('<TR>')[2:]),
48 key = lambda dr: dr.issue)
131 assert False, 'unknown status %s for issue %s' % (status, dr.issue)
134 for dr in drs
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 236 DataRefImpl DR = SecI->getRawDataRefImpl();
242 ArrayRef<char> RawName = Obj->getSectionRawName(DR);
243 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR);
244 ArrayRef<char> RawSegmentName = Obj->getSectionRawFinalSegmentName(DR);
351 DataRefImpl DR = RelI->getRawDataRefImpl();
352 macho::RelocationEntry RE = Obj->getRelocation(DR);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 321 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
323 StringRef SegmentName = MachOOF->getSectionFinalSegmentName(DR);
llvm-objdump.cpp 415 DataRefImpl DR = i->getRawDataRefImpl();
416 SegmentName = MachO->getSectionFinalSegmentName(DR);
723 DataRefImpl DR = Section->getRawDataRefImpl();
724 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR);
  /bootable/recovery/minadbd/
adb.h 338 # define DR(...) \
352 # define DR(...) ((void)0)
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 51 DispRange DR;
61 SystemZAddressingMode(AddrForm form, DispRange dr)
62 : Form(form), DR(dr), Base(), Disp(0), Index(),
156 // Try to match Addr as a FormBD address with displacement type DR.
159 bool selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr,
163 // displacement type DR. Return true on success, storing the base,
166 SystemZAddressingMode::DispRange DR, SDValue Addr,
310 // with range DR. Here we're interested in the range of both the instruction
311 // described by DR and of any pairing instruction
    [all...]
  /external/qemu/hw/
goldfish_pipe.c 37 # define DR(...) D(__VA_ARGS__)
39 # define DR(...) (void)0
1069 DR("%s: command=%d (0x%x)", __FUNCTION__, value, value);
1074 DR("%s: size=%d (0x%x)", __FUNCTION__, value, value);
1079 DR("%s: address=%d (0x%x)", __FUNCTION__, value, value);
1084 DR("%s: channel=%d (0x%x)", __FUNCTION__, value, value);
1138 DR("%s: REG_STATUS status=%d (0x%x)", __FUNCTION__, dev->status, dev->status);
1144 DR("%s: channel=0x%x wanted=%d", __FUNCTION__,
1156 DR("%s: no signaled channels", __FUNCTION__);
1160 DR("%s: wakes %d", __FUNCTION__, dev->wakes)
    [all...]
  /system/core/adb/
adb.h 399 # define DR(...) \
413 # define DR(...) ((void)0)
  /external/clang/lib/Sema/
SemaLookup.cpp 667 DeclContext::lookup_const_result DR = DC->lookup(R.getLookupName());
668 for (DeclContext::lookup_const_iterator I = DR.begin(), E = DR.end(); I != E;
    [all...]
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 4229 milliseconds