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

/frameworks/compile/libbcc/runtime/test/Unit/ppc/
H A DDD.h12 } DD; typedef in typeref:union:__anon1306
/frameworks/compile/libbcc/runtime/lib/ppc/
H A DDD.h12 }DD; typedef in typeref:union:__anon1295
/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp123 const clang::DeclaratorDecl *DD) {
124 const clang::Type* T = RSExportType::GetTypeOfDecl(DD);
122 CreateFromDecl(RSContext *Context, const clang::DeclaratorDecl *DD) argument
H A Dslang_rs_export_type.cpp434 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) { argument
435 if (DD) {
437 if (DD->getTypeSourceInfo())
438 T = DD->getTypeSourceInfo()->getType();
440 T = DD->getType();

Completed in 387 milliseconds