Searched refs:DA (Results 1 - 25 of 93) sorted by relevance

1234

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp1.cpp9 DefArg(const DefArg &DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
10 DefArg(const DefArg &DA, int k = 3) = default; // expected-error {{an explicitly-defaulted copy constructor cannot have default arguments}}
11 DefArg(DefArg &&DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
12 DefArg(DefArg &&DA, int k = 3) = default; // expected-error {{an explicitly-defaulted move constructor cannot have default arguments}}
/external/clang/test/SemaCXX/
H A Dwarn-reinterpret-base-class.cpp10 class DA : public A { class in inherits:A
12 class DDA : public DA {
21 class DDVA : public virtual DA {
23 class DMA : public virtual A, public virtual DA {
110 (void)*reinterpret_cast<DA *>(a);
111 (void)*reinterpret_cast<const DA *>(a);
112 (void)*reinterpret_cast<volatile DA *>(a);
113 (void)*reinterpret_cast<const volatile DA *>(a);
115 (void)*reinterpret_cast<const DA *>(ca);
116 (void)*reinterpret_cast<const volatile DA *>(c
[all...]
/external/emma/
H A Dtest.sh85 DA:3,1
86 DA:5,1
87 DA:6,1
88 DA:12,1
101 DA:5,1
102 DA:6,1
103 DA:11,1
104 DA:12,1
105 DA:13,1
106 DA
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, argument
22 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
H A DDWARFTypeUnit.h22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, argument
25 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
H A DDWARFUnit.cpp20 DWARFUnit::DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, argument
23 : Abbrev(DA), InfoSection(IS), RangeSection(RS), StringSection(SS),
37 DataExtractor DA(AddrOffsetSection, isLittleEndian, AddrSize);
38 Result = DA.getAddress(&Offset);
49 DataExtractor DA(StringOffsetSection, isLittleEndian, 0);
50 Result = DA.getU32(&Offset);
H A DDWARFUnit.h66 DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS,
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_64.c88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar));
113 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift - shift2), dst_ar));
115 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift2), dst_ar));
133 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
148 FAIL_IF(push_inst(compiler, ins | T(src1) | DA(EQUAL_FLAG) | SH_IMM(src2), EQUAL_FLAG)); \
155 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
213 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
222 FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG));
227 FAIL_IF(push_inst(compiler, SELECT_OP(DSRL32, SRL) | T(src2) | DA(EQUAL_FLAG) | SH_IMM(31), EQUAL_FLAG));
241 return push_inst(compiler, SELECT_OP(DADDU, ADDU) | S(dst) | TA(0) | DA(EQUAL_FLA
[all...]
H A DsljitNativeMIPS_32.c50 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
58 FAIL_IF(push_inst(compiler, op_imm | T(src1) | DA(EQUAL_FLAG) | SH_IMM(src2), EQUAL_FLAG)); \
64 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
121 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
130 FAIL_IF(push_inst(compiler, CLZ | S(src2) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG));
135 FAIL_IF(push_inst(compiler, SRL | T(src2) | DA(EQUAL_FLAG) | SH_IMM(31), EQUAL_FLAG));
149 return push_inst(compiler, ADDU | S(dst) | TA(0) | DA(EQUAL_FLAG), EQUAL_FLAG);
157 FAIL_IF(push_inst(compiler, OR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
159 FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
168 FAIL_IF(push_inst(compiler, OR | S(src1) | TA(ULESS_FLAG) | DA(ULESS_FLA
[all...]
H A DsljitNativeSPARC_common.c103 #define DA(d) ((d) << 25) macro
159 #define WRY (OPC1(0x2) | OPC3(0x30) | DA(0))
249 inst[0] = BICC | DA(0x8);
262 inst[0] = BICC | DA(0x8);
535 | ((flags & MEM_MASK) <= GPR_REG ? D(reg) : DA(reg))
621 dest = ((flags & MEM_MASK) <= GPR_REG ? D(reg) : DA(reg));
978 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSTOI, FDTOI) | DA(TMP_FREG1) | S2A(src), MOVABLE_INS));
1015 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FITOS, FITOD) | DA(dst_r) | S2A(TMP_FREG1), MOVABLE_INS));
1072 FAIL_IF(push_inst(compiler, FMOVS | DA(dst_r) | S2A(src), MOVABLE_INS));
1074 FAIL_IF(push_inst(compiler, FMOVS | DA(dst_
[all...]
H A DsljitNativeSPARC_32.c86 FAIL_IF(push_inst(compiler, BICC | DA(0x1) | (7 & DISP_MASK), UNMOVABLE_INS));
93 FAIL_IF(push_inst(compiler, BICC | DA(0xe) | (-2 & DISP_MASK), UNMOVABLE_INS));
H A DsljitNativeMIPS_common.c85 #define DA(d) ((d) << 11) macro
796 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | DA(tmp_ar), tmp_ar));
822 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(!argw ? OFFS_REG(arg) : TMP_REG3) | DA(tmp_ar), tmp_ar));
892 FAIL_IF(push_inst(compiler, ADDU_W | S(TMP_REG3) | T(base) | DA(tmp_ar), tmp_ar));
1397 FAIL_IF(push_inst(compiler, CFC1 | TA(EQUAL_FLAG) | DA(FCSR_REG), EQUAL_FLAG));
1398 FAIL_IF(push_inst(compiler, SRL | TA(EQUAL_FLAG) | DA(EQUAL_FLAG) | SH_IMM(23), EQUAL_FLAG));
1404 FAIL_IF(push_inst(compiler, CFC1 | TA(ULESS_FLAG) | DA(FCSR_REG), ULESS_FLAG));
1406 FAIL_IF(push_inst(compiler, SRL | TA(ULESS_FLAG) | DA(ULESS_FLAG) | SH_IMM(23), ULESS_FLAG));
1408 FAIL_IF(push_inst(compiler, CFC1 | TA(UGREATER_FLAG) | DA(FCSR_REG), UGREATER_FLAG));
1409 FAIL_IF(push_inst(compiler, SRL | TA(UGREATER_FLAG) | DA(UGREATER_FLA
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp21 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) argument
22 : Asm(AP), StrPool(DA, *Asm, Pref) {}
H A DDwarfFile.h50 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFreeTextAnnotationDictionary_autogen.cpp35 SkString SkPdfFreeTextAnnotationDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfFreeTextAnnotationDictionary
36 SkPdfNativeObject* ret = get("DA", "");
44 return get("DA", "") != NULL;
H A DSkPdfVariableTextFieldDictionary_autogen.cpp23 SkString SkPdfVariableTextFieldDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfVariableTextFieldDictionary
24 SkPdfNativeObject* ret = get("DA", "");
32 return get("DA", "") != NULL;
H A DSkPdfInteractiveFormDictionary_autogen.cpp71 SkString SkPdfInteractiveFormDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfInteractiveFormDictionary
72 SkPdfNativeObject* ret = get("DA", "");
80 return get("DA", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFreeTextAnnotationDictionary_autogen.cpp35 SkString SkPdfFreeTextAnnotationDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfFreeTextAnnotationDictionary
36 SkPdfNativeObject* ret = get("DA", "");
44 return get("DA", "") != NULL;
H A DSkPdfVariableTextFieldDictionary_autogen.cpp23 SkString SkPdfVariableTextFieldDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfVariableTextFieldDictionary
24 SkPdfNativeObject* ret = get("DA", "");
32 return get("DA", "") != NULL;
H A DSkPdfInteractiveFormDictionary_autogen.cpp71 SkString SkPdfInteractiveFormDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfInteractiveFormDictionary
72 SkPdfNativeObject* ret = get("DA", "");
80 return get("DA", "") != NULL;
/external/llvm/lib/MC/MCAnalysis/
H A DMCModuleYAML.cpp327 } else if (const MCDataAtom *DA = dyn_cast<MCDataAtom>(MCA)) {
328 A.Data = DA->getData();
389 MCDataAtom *DA = MCM.createDataAtom(StartAddress, EndAddress); local
395 DA->addData((uint8_t)Data[i]);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp256 CFX_ByteString DA = FPDF_GetFieldAttr(pAnnotDict, "DA")->GetString(); local
257 if (DA.IsEmpty()) {
258 DA = pFormDict->GetString("DA");
260 if (DA.IsEmpty()) {
263 CPDF_SimpleParser syntax(DA);
271 CPVT_Color crText = ParseColor(DA);
H A Ddoc_formfield.cpp1079 CFX_ByteString DA = FPDF_GetFieldAttr(m_pDict, "DA")->GetString(); local
1080 if (DA.IsEmpty()) {
1081 DA = m_pForm->m_pFormDict->GetString("DA");
1083 if (DA.IsEmpty()) {
1086 CPDF_SimpleParser syntax(DA);
/external/clang/include/clang/AST/
H A DTemplateBase.h76 struct DA { struct in class:clang::TemplateArgument
109 struct DA DeclArg;
/external/chromium_org/third_party/icu/source/data/sprep/
H A Drfc3491.txt511 00DA; 00FA; MAP
630 01D9; 01DA; MAP
723 03DA; 03DB; MAP
843 04DA; 04DB; MAP
1240 24C0; 24DA; MAP
1303 33DA; 0070 0072; MAP

Completed in 4620 milliseconds

1234