Home
last modified time | relevance | path

Searched refs:mergeAttributes (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp207 static Error mergeAttributes(xmlNodePtr OriginalNode, in mergeAttributes() function
512 if (auto E = mergeAttributes(OriginalRoot, AdditionalRoot)) in treeMerge()
/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp158 TAttributes* TParseContext::mergeAttributes(TAttributes* attr1, TAttributes* attr2) const in mergeAttributes() function in glslang::TParseContext
DParseHelper.h475 TAttributes* mergeAttributes(TAttributes*, TAttributes*) const;
Dglslang.y4155 $$ = parseContext.mergeAttributes($1, $3);
Dglslang_tab.cpp11883 …(yyval.interm.attributes) = parseContext.mergeAttributes((yyvsp[-2].interm.attributes), (yyvsp[0].… in yyparse()