Home
last modified time | relevance | path

Searched refs:def1 (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/lld/test/ELF/
Dsymver.s9 # RUN: llvm-mc -filetype=obj -triple=x86_64 %t/def1.s -o %t/def1.o
16 # RUN: ld.lld -shared --soname=def1.so --version-script=%t/ver %t/def1.o -o %t/def1.so
20 # RUN: not ld.lld -shared --version-script=%t/ver %t/def1.o %t/hid1.o -o /dev/null 2>&1 | \
23 # RUN: ld.lld -shared --version-script=%t/ver %t/def1.o %t/hid1w.o -o /dev/null
27 # DUP-NEXT: >>> defined at {{.*}}/def1{{w?}}.o:(.text+0x0)
31 # RUN: ld.lld -shared --version-script=%t/ver %t/ref1p.o %t/def1.o -o %t.protected
38 # RUN: ld.lld -shared --soname=t --version-script=%t/ver %t/ref.o %t/ref1.o %t/def1.o -o %t1
85 # RUN: ld.lld -shared --soname=t --version-script=%t/ver %t/ref.o %t/ref1.o %t/def1.so -o %t4
103 # RUN: ld.lld -shared --soname=t --version-script=%t/ver --wrap=foo %t/ref.o %t/ref1.o %t/def1.o %t…
119 # RUN: ld.lld -shared --soname=t --version-script=%t/ver --wrap=foo %t/ref.o %t/ref1.o %t/def1.so %…
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c387 UDateFormat *def1 = NULL; in TestNewFormatAndParseAPI() local
456 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestNewFormatAndParseAPI()
462 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestNewFormatAndParseAPI()
466 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestNewFormatAndParseAPI()
471 udat_close(def1); in TestNewFormatAndParseAPI()
490 UDateFormat *def1 = NULL; in TestSampleFormatAndParseWithError() local
555 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestSampleFormatAndParseWithError()
561 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestSampleFormatAndParseWithError()
565 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParseWithError()
569 udat_close(def1); in TestSampleFormatAndParseWithError()
[all …]
Dcdattst.c72 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; in TestDateFormat() local
128 def1 = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0,NULL, 0, &status); in TestDateFormat()
283 udat_applyPattern(def1, FALSE, temp, u_strlen(temp)); in TestDateFormat()
287 resultlengthneeded=udat_toPattern(def1, FALSE, NULL, resultlength, &status); in TestDateFormat()
293 udat_toPattern(def1, FALSE, result, resultlength, &status); in TestDateFormat()
328 udat_set2DigitYearStart(def1 ,d1, &status); in TestDateFormat()
332 if(udat_get2DigitYearStart(fr_pat, &status) != udat_get2DigitYearStart(def1, &status)) in TestDateFormat()
351 udat_setNumberFormat(def1, numformat1); in TestDateFormat()
352 numformat2=udat_getNumberFormat(def1); in TestDateFormat()
361 udat_adoptNumberFormat(def1, adoptNF); in TestDateFormat()
[all …]
/external/llvm-project/clang/test/ARCMT/
Dassign-prop-with-arc-runtime.m40 @property (retain) id def1; property
50 @synthesize def1, def2, def3;
Dassign-prop-with-arc-runtime.m.result40 @property (strong) id def1;
50 @synthesize def1, def2, def3;
/external/clang/test/ARCMT/
Dassign-prop-with-arc-runtime.m40 @property (retain) id def1; property
50 @synthesize def1, def2, def3;
Dassign-prop-with-arc-runtime.m.result40 @property (strong) id def1;
50 @synthesize def1, def2, def3;
/external/llvm-project/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll115 ; def1
128 ; NaryReassociate should match use1 with def3, and use2 with def1.
131 %def1 = add i32 %a, %b
156 ; CHECK: [[t2:%[0-9]+]] = add i32 %def1, %c
/external/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll114 ; def1
127 ; NaryReassociate should match use1 with def3, and use2 with def1.
130 %def1 = add i32 %a, %b
155 ; CHECK: [[t2:%[0-9]+]] = add i32 %def1, %c
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_helper.cpp255 Value *def1 = bld.getSSA(); in handleLogOp() local
262 Instruction *hi = bld.mkOp1(insn->op, sTy, def1, src0[1]); in handleLogOp()
270 insn->setSrc(1, def1); in handleLogOp()
Dnv50_ir_build_util.cpp276 LValue *def1 = getSSA(); in mkSelect() local
279 mkMov(def1, flSrc)->setPredicate(CC_NOT_P, pred); in mkSelect()
281 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1); in mkSelect()
Dnv50_ir_peephole.cpp3957 Value *def1[4]; in checkSplitLoad() local
3979 def1[n1] = ld1->getDef(d); in checkSplitLoad()
3980 size1 += def1[n1++]->reg.size; in checkSplitLoad()
3994 size1 -= def1[--n1]->reg.size; in checkSplitLoad()
4019 ld1->setDef(d, (d < n1) ? def1[d] : NULL); in checkSplitLoad()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dinline-asm.ll268 %def1 = call i32 asm sideeffect "; def $0 ", "={v0}"()
269 %add = shl i32 %def0, %def1
/external/libxml2/
Drelaxng.c3794 xmlRelaxNGCompareNameClasses(xmlRelaxNGDefinePtr def1, in xmlRelaxNGCompareNameClasses() argument
3806 if ((def1->type == XML_RELAXNG_ELEMENT) || in xmlRelaxNGCompareNameClasses()
3807 (def1->type == XML_RELAXNG_ATTRIBUTE)) { in xmlRelaxNGCompareNameClasses()
3810 if (def1->name != NULL) { in xmlRelaxNGCompareNameClasses()
3811 node.name = def1->name; in xmlRelaxNGCompareNameClasses()
3815 if (def1->ns != NULL) { in xmlRelaxNGCompareNameClasses()
3816 if (def1->ns[0] == 0) { in xmlRelaxNGCompareNameClasses()
3820 ns.href = def1->ns; in xmlRelaxNGCompareNameClasses()
3826 if (def1->nameClass != NULL) { in xmlRelaxNGCompareNameClasses()
3827 ret = xmlRelaxNGCompareNameClasses(def1->nameClass, def2); in xmlRelaxNGCompareNameClasses()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_memory.cpp89 auto def1 = _.FindDef(type1->word(operand)); in HaveLayoutCompatibleMembers() local
91 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp89 auto def1 = _.FindDef(type1->word(operand)); in HaveLayoutCompatibleMembers() local
91 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp89 auto def1 = _.FindDef(type1->word(operand)); in HaveLayoutCompatibleMembers() local
91 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
/external/skqp/tools/bookmaker/
DincludeParser.cpp1712 std::sort(consts.begin(), consts.end(), [](Definition* def1, Definition* def2) { in filteredBlock() argument
1713 return def1->fLineCount < def2->fLineCount; in filteredBlock()
/external/libabigail/src/
Dabg-ir.cc19804 const class_or_union* def1 = l_is_decl_only in equals() local
19812 if (!def1 || !def2) in equals()
19855 if (!!def1 != !!def2) in equals()
19882 bool val = *def1 == *def2; in equals()