Searched refs:DName (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 40 const char *DName, const char *LDName) { in EnsureFPIntrinsicsExist() argument 48 EnsureFunctionExists(M, DName, Fn->arg_begin(), Fn->arg_end(), in EnsureFPIntrinsicsExist()
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 40 const char *DName, const char *LDName) { in EnsureFPIntrinsicsExist() argument 48 EnsureFunctionExists(M, DName, Fn.arg_begin(), Fn.arg_end(), in EnsureFPIntrinsicsExist()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 40 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/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 15614 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/ |
D | module0.out | 15614 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/ |
D | ASTContext.cpp | 4305 DeclarationName DName; in getNameForTemplate() local 4307 DName = DeclarationNames.getIdentifier(DTN->getIdentifier()); in getNameForTemplate() 4308 return DeclarationNameInfo(DName, NameLoc); in getNameForTemplate() 4310 DName = DeclarationNames.getCXXOperatorName(DTN->getOperator()); in getNameForTemplate() 4315 return DeclarationNameInfo(DName, NameLoc, DNLoc); in getNameForTemplate()
|