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

1 2

  /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/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfVariableTextFieldDictionary_autogen.cpp 11 SkPdfDictionary* SkPdfVariableTextFieldDictionary::DR(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("DR", "");
20 return get("DR", "") != NULL;
SkPdfInteractiveFormDictionary_autogen.cpp 59 SkPdfDictionary* SkPdfInteractiveFormDictionary::DR(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("DR", "");
68 return get("DR", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfVariableTextFieldDictionary_autogen.cpp 11 SkPdfDictionary* SkPdfVariableTextFieldDictionary::DR(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("DR", "");
20 return get("DR", "") != NULL;
SkPdfInteractiveFormDictionary_autogen.cpp 59 SkPdfDictionary* SkPdfInteractiveFormDictionary::DR(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("DR", "");
68 return get("DR", "") != NULL;
  /system/core/adb/
adb_trace.h 85 # define DR(...) \
119 # define DR(...) \
138 # define DR(...) ((void)0)
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-table.hh 24 #define DR JOINING_GROUP_DALATH_RISH
47 /* 0700 */ X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,A,X,D,D,D,DR,DR,R,R,R,D,D,D,D,R,D,
48 /* 0720 */ D,D,D,D,D,D,D,D,R,D,DR,D,R,D,D,DR,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,
165 #undef DR
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 70 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E))
71 return DR->getDecl();
201 const DeclRefExpr *DR = cast<DeclRefExpr>(Head);
202 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
BodyFarm.cpp 112 DeclRefExpr *DR =
121 return DR;
207 DeclRefExpr *DR = M.makeDeclRefExpr(Block);
208 ImplicitCastExpr *ICE = M.makeLvalueToRvalue(DR, Ty);
270 DeclRefExpr *DR = M.makeDeclRefExpr(PV);
271 ImplicitCastExpr *ICE = M.makeLvalueToRvalue(DR, Ty);
LiveVariables.cpp 209 void VisitDeclRefExpr(DeclRefExpr *DR);
342 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS))
343 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
354 observer->observerKill(DR);
371 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) {
372 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl()))
373 if (!isAlwaysAlive(D) && LV.inAssignment.find(DR) == LV.inAssignment.end())
387 DeclRefExpr *DR = nullptr;
394 else if ((DR = dyn_cast<DeclRefExpr>(cast<Expr>(element)->IgnoreParens()))) {
395 VD = cast<VarDecl>(DR->getDecl())
    [all...]
ReachableCode.cpp 35 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex);
36 if (!DR)
38 return isa<EnumConstantDecl>(DR->getDecl());
  /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()))
229 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk,
231 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl()))
232 CheckVarDecl(VD, DR, Val, dsk, Live);
245 const DeclRefExpr *DR;
247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts())))
248 if (DR->getDecl() == VD)
251 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts())))
252 if (DR->getDecl() == VD
    [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)
136 assert False, 'unknown status %s for issue %s' % (status, dr.issue)
140 for dr in drs
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-table.hh 24 #define DR JOINING_GROUP_DALATH_RISH
47 /* 0700 */ X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,A,X,D,D,D,DR,DR,R,R,R,D,D,D,D,R,D,
48 /* 0720 */ D,D,D,D,D,D,D,D,R,D,DR,D,R,D,D,DR,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,
165 #undef DR
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 224 DataRefImpl DR = Section.getRawDataRefImpl();
230 ArrayRef<char> RawName = Obj->getSectionRawName(DR);
231 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR);
232 ArrayRef<char> RawSegmentName = Obj->getSectionRawFinalSegmentName(DR);
318 DataRefImpl DR = Reloc.getRawDataRefImpl();
319 MachO::any_relocation_info RE = Obj->getRelocation(DR);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 316 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
318 StringRef SegmentName = MachOOF->getSectionFinalSegmentName(DR);
llvm-objdump.cpp 460 DataRefImpl DR = Section.getRawDataRefImpl();
461 SegmentName = MachO->getSectionFinalSegmentName(DR);
791 DataRefImpl DR = Section->getRawDataRefImpl();
792 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR);
  /bootable/recovery/minadbd/
adb.h 334 # define DR(...) \
348 # define DR(...) ((void)0)
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 53 DispRange DR;
63 SystemZAddressingMode(AddrForm form, DispRange dr)
64 : Form(form), DR(dr), Base(), Disp(0), Index(),
159 // Try to match Addr as a FormBD address with displacement type DR.
162 bool selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr,
165 // Try to match Addr as a FormBDX address with displacement type DR.
168 bool selectMVIAddr(SystemZAddressingMode::DispRange DR, SDValue Addr,
172 // displacement type DR. Return true on success, storing the base,
175 SystemZAddressingMode::DispRange DR, SDValue Addr
    [all...]
  /external/qemu/hw/android/goldfish/
pipe.c 37 # define DR(...) D(__VA_ARGS__)
39 # define DR(...) (void)0
1084 DR("%s: command=%d (0x%x)", __FUNCTION__, value, value);
1089 DR("%s: size=%d (0x%x)", __FUNCTION__, value, value);
1094 DR("%s: address=%d (0x%x)", __FUNCTION__, value, value);
1099 DR("%s: address_high=%d (0x%x)", __FUNCTION__, value, value);
1104 DR("%s: channel=%d (0x%x)", __FUNCTION__, value, value);
1109 DR("%s: channel_high=%d (0x%x)", __FUNCTION__, value, value);
1181 DR("%s: REG_STATUS status=%d (0x%x)", __FUNCTION__, dev->status, dev->status);
1187 DR("%s: channel=0x%llx wanted=%d", __FUNCTION__
    [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 92 #define DR(dr) (reg_map[dr])
570 FAIL_IF(push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-local_size), DR(SLJIT_SP)));
574 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), local_size));
575 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | TA(0) | D(TMP_REG2), DR(TMP_REG2)));
576 FAIL_IF(push_inst(compiler, SUBU_W | S(SLJIT_SP) | T(TMP_REG1) | D(SLJIT_SP), DR(SLJIT_SP)));
596 FAIL_IF(push_inst(compiler, ADDU_W | SA(4) | TA(0) | D(SLJIT_S0), DR(SLJIT_S0)));
598 FAIL_IF(push_inst(compiler, ADDU_W | SA(5) | TA(0) | D(SLJIT_S1), DR(SLJIT_S1)));
600 FAIL_IF(push_inst(compiler, ADDU_W | SA(6) | TA(0) | D(SLJIT_S2), DR(SLJIT_S2)))
    [all...]
sljitNativeSPARC_common.c 112 #define DR(dr) (reg_map[dr])
537 ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) ? DR(reg) : MOVABLE_INS));
596 FAIL_IF(push_inst(compiler, SLL_W | D(arg2) | S1(OFFS_REG(arg)) | IMM_ARG | argw, DR(arg2)));
603 FAIL_IF(push_inst(compiler, ADD | D(TMP_REG3) | S1(TMP_REG3) | IMM(argw - compiler->cache_argw), DR(TMP_REG3)));
622 delay_slot = ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) ? DR(reg) : MOVABLE_INS;
628 return push_inst(compiler, ADD | D(base) | S1(base) | S2(arg2), DR(base));
790 FAIL_IF(push_inst(compiler, (op == SLJIT_UMUL ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0)));
791 return push_inst(compiler, RDY | D(SLJIT_R1), DR(SLJIT_R1))
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 673 DeclContext::lookup_const_result DR = DC->lookup(R.getLookupName());
674 for (DeclContext::lookup_const_iterator I = DR.begin(), E = DR.end(); I != E;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 694 milliseconds

1 2