Home
last modified time | relevance | path

Searched refs:def2 (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/clang/test/ARCMT/
Dassign-prop-with-arc-runtime.m41 @property (atomic,retain) id def2; property
50 @synthesize def1, def2, def3;
Dassign-prop-with-arc-runtime.m.result41 @property (atomic,strong) id def2;
50 @synthesize def1, def2, def3;
/external/clang/test/ARCMT/
Dassign-prop-with-arc-runtime.m41 @property (atomic,retain) id def2; property
50 @synthesize def1, def2, def3;
Dassign-prop-with-arc-runtime.m.result41 @property (atomic,strong) id def2;
50 @synthesize def1, def2, def3;
/external/clang/test/Modules/
Ddecldef.mm14 Def2 *def2;
59 def2->func();
/external/llvm-project/clang/test/Modules/
Ddecldef.mm14 Def2 *def2;
59 def2->func();
/external/markdown/tests/extensions-x-def_list/
Dloose_def_list.txt17 par 2 of def2-2
/external/llvm-project/lld/test/ELF/
Dsymver.s13 # RUN: llvm-mc -filetype=obj -triple=x86_64 %t/def2.s -o %t/def2.o
49 # RUN: not ld.lld -shared --soname=t --version-script=%t/ver %t/ref.o %t/ref1.o %t/def2.o \
61 # RUN: ld.lld -shared --soname=t --version-script=%t/ver %t/ref.o %t/ref1.o %t/hid1.o %t/def2.o -o …
217 #--- def2.s
/external/llvm-project/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll122 ; def2 def3
136 %def2 = add i32 %a, %b
137 call void @foo(i32 %def2)
/external/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll121 ; def2 def3
135 %def2 = add i32 %a, %b
136 call void @foo(i32 %def2)
/external/libxml2/
Drelaxng.c3795 xmlRelaxNGDefinePtr def2) in xmlRelaxNGCompareNameClasses() argument
3808 if (def2->type == XML_RELAXNG_TEXT) in xmlRelaxNGCompareNameClasses()
3825 if (xmlRelaxNGElementMatch(&ctxt, def2, &node)) { in xmlRelaxNGCompareNameClasses()
3827 ret = xmlRelaxNGCompareNameClasses(def1->nameClass, def2); in xmlRelaxNGCompareNameClasses()
3835 if (def2->type == XML_RELAXNG_TEXT) in xmlRelaxNGCompareNameClasses()
3839 ret = xmlRelaxNGCompareNameClasses(def1->content, def2); in xmlRelaxNGCompareNameClasses()
3849 if ((def2->type == XML_RELAXNG_ELEMENT) || in xmlRelaxNGCompareNameClasses()
3850 (def2->type == XML_RELAXNG_ATTRIBUTE)) { in xmlRelaxNGCompareNameClasses()
3851 if (def2->name != NULL) { in xmlRelaxNGCompareNameClasses()
3852 node.name = def2->name; in xmlRelaxNGCompareNameClasses()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_memory.cpp90 auto def2 = _.FindDef(type2->word(operand)); in HaveLayoutCompatibleMembers() local
91 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp90 auto def2 = _.FindDef(type2->word(operand)); in HaveLayoutCompatibleMembers() local
91 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp90 auto def2 = _.FindDef(type2->word(operand)); in HaveLayoutCompatibleMembers() local
91 if (!AreLayoutCompatibleStructs(_, def1, def2)) { in HaveLayoutCompatibleMembers()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp3958 Value *def2[4]; in checkSplitLoad() local
4002 def2[n2] = ld1->getDef(d); in checkSplitLoad()
4003 size2 += def2[n2++]->reg.size; in checkSplitLoad()
4028 ld2->setDef(d, (d < n2) ? def2[d] : NULL); in checkSplitLoad()
Dnv50_ir_lowering_nvc0.cpp2616 ValueDef &def2 = su2d->def(i); in processSurfaceCoordsGM107() local
2626 NULL, def2.get()); in processSurfaceCoordsGM107()
/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.cc19808 const class_or_union* def2 = r_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()