Home
last modified time | relevance | path

Searched refs:DName (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp40 const char *DName, const char *LDName) { in EnsureFPIntrinsicsExist() argument
48 EnsureFunctionExists(M, DName, Fn.arg_begin(), Fn.arg_end(), in EnsureFPIntrinsicsExist()
/external/google-breakpad/src/processor/testdata/
Dmodule0.out15614 FUNC 14a25 d 0 DName::DName()
15619 FUNC 14a32 12 4 DName::DName(DNameNode *)
15624 FUNC 14a44 9c 4 DName::DName(DName const &)
15637 FUNC 14ae0 a 0 DName::status()
15639 FUNC 14aea 5 0 DName::clearStatus()
15641 FUNC 14aef 7 0 DName::setPtrRef()
15643 FUNC 14af6 a 0 DName::isPtrRef()
15645 FUNC 14b00 8 0 DName::setIsArray()
15647 FUNC 14b08 a 0 DName::isArray()
15649 FUNC 14b12 a 0 DName::isNoTE()
[all …]
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym15614 FUNC 14a25 d 0 DName::DName()
15619 FUNC 14a32 12 4 DName::DName(DNameNode *)
15624 FUNC 14a44 9c 4 DName::DName(DName const &)
15637 FUNC 14ae0 a 0 DName::status()
15639 FUNC 14aea 5 0 DName::clearStatus()
15641 FUNC 14aef 7 0 DName::setPtrRef()
15643 FUNC 14af6 a 0 DName::isPtrRef()
15645 FUNC 14b00 8 0 DName::setIsArray()
15647 FUNC 14b08 a 0 DName::isArray()
15649 FUNC 14b12 a 0 DName::isNoTE()
[all …]
/external/clang/lib/AST/
DASTContext.cpp4251 DeclarationName DName; in getNameForTemplate() local
4253 DName = DeclarationNames.getIdentifier(DTN->getIdentifier()); in getNameForTemplate()
4254 return DeclarationNameInfo(DName, NameLoc); in getNameForTemplate()
4256 DName = DeclarationNames.getCXXOperatorName(DTN->getOperator()); in getNameForTemplate()
4261 return DeclarationNameInfo(DName, NameLoc, DNLoc); in getNameForTemplate()