Searched defs:DD (Results 1 - 4 of 4) sorted by path

/frameworks/compile/libbcc/runtime/lib/ppc/
H A DDD.h12 }DD; typedef in typeref:union:__anon1242
/frameworks/compile/libbcc/runtime/test/Unit/ppc/
H A DDD.h12 } DD; typedef in typeref:union:__anon1253
/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp120 const clang::DeclaratorDecl *DD) {
121 const clang::Type* T = RSExportType::GetTypeOfDecl(DD);
119 CreateFromDecl(RSContext *Context, const clang::DeclaratorDecl *DD) argument
H A Dslang_rs_export_type.cpp592 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) { argument
593 if (DD) {
595 if (DD->getTypeSourceInfo())
596 T = DD->getTypeSourceInfo()->getType();
598 T = DD->getType();

Completed in 634 milliseconds