/external/clang/test/Parser/ |
D | cxx-using-declaration.cpp | 6 struct SA { int V; }; struct 11 using typename A::SA;
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 25 ScratchAlloc &SA) { in ObjCProtocolListInfo() 118 ScratchAlloc SA(IdxCtx); in create() local 125 ScratchAlloc &SA) { in CXXBasesListInfo() 227 ScratchAlloc SA(*this); in ppIncludedFile() local 259 ScratchAlloc SA(*this); in handleDecl() local 368 ScratchAlloc SA(*this); in handleObjCInterface() local 423 ScratchAlloc SA(*this); in handleObjCProtocol() local 437 ScratchAlloc SA(*this); in handleObjCCategory() local 469 ScratchAlloc SA(*this); in handleObjCCategoryImpl() local 518 ScratchAlloc SA(*this); in handleObjCProperty() local [all …]
|
D | IndexingContext.h | 247 ScratchAlloc SA; variable 513 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) { in ScratchAlloc()
|
/external/llvm/lib/MC/ |
D | MCObjectWriter.cpp | 30 const MCSymbol &SA = A->getSymbol(); in IsSymbolRefDifferenceFullyResolved() local
|
D | MCExpr.cpp | 327 const MCSymbol &SA = A->getSymbol(); in AttemptToFoldSymbolOffsetDifference() local
|
D | MachObjectWriter.cpp | 588 const MCSymbol &SA = DataA.getSymbol().AliasedSymbol(); in IsSymbolRefDifferenceFullyResolvedImpl() local
|
D | MCAssembler.cpp | 266 const MCSymbol &SA = A->getSymbol(); in evaluateFixup() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 582 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) { in SimplifyDemandedUseBits() local 606 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) { in SimplifyDemandedUseBits() local 647 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) { in SimplifyDemandedUseBits() local
|
/external/qemu/slirp-android/ |
D | ip_input.c | 579 #define SA struct sockaddr * macro
|
/external/qemu/slirp/ |
D | ip_input.c | 579 #define SA struct sockaddr * macro
|
/external/clang/test/SemaCXX/ |
D | class-layout.cpp | 3 #define SA(n, p) int a##n[(p) ? 1 : -1] macro
|
D | empty-class-layout.cpp | 3 #define SA(n, p) int a##n[(p) ? 1 : -1] macro
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.h | 211 SplitAnalysis &SA; variable
|
D | RegAllocGreedy.cpp | 171 std::auto_ptr<SplitAnalysis> SA; member in __anon810c75050111::RAGreedy
|
/external/eigen/blas/testing/ |
D | dblat1.f | 92 DOUBLE PRECISION D12, SA, SB, SC, SS local 157 + SA(10), STEMP(1), STRUE(8), SX(8) local 248 DOUBLE PRECISION SA, SC, SS local 442 DOUBLE PRECISION SA, SC, SS local 724 DOUBLE PRECISION SA, SB local
|
D | sblat1.f | 92 REAL D12, SA, SB, SC, SS local 157 + SA(10), STEMP(1), STRUE(8), SX(8) local 248 REAL SA, SC, SS local 442 REAL SA, SC, SS local 724 REAL SA, SB local
|
D | zblat1.f | 87 DOUBLE PRECISION SA local 606 DOUBLE PRECISION SA, SB local
|
D | cblat1.f | 87 REAL SA local 606 REAL SA, SB local
|
/external/icu4c/test/intltest/ |
D | itspoof.cpp | 148 const uint32_t SA = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE; in testSkeleton() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 474 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) { in ComputeMaskedBits() local 486 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) { in ComputeMaskedBits() local 502 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) { in ComputeMaskedBits() local
|
D | ScalarEvolution.cpp | 847 if (const SCEVAddExpr *SA = dyn_cast<SCEVAddExpr>(Op)) { in getTruncateExpr() local 1085 const SCEVAddExpr *SA = dyn_cast<SCEVAddExpr>(Start); in getPreStartForSignExtend() local 3737 if (ConstantInt *SA = dyn_cast<ConstantInt>(U->getOperand(1))) { in createSCEV() local 3755 if (ConstantInt *SA = dyn_cast<ConstantInt>(U->getOperand(1))) { in createSCEV() local 5028 const SCEVAddExpr *SA = cast<SCEVAddExpr>(V); in BuildConstantFromSCEV() local
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 498 #define SOCKADDR_IS_IP_LOOPBACK( SA ) \ argument 505 #define SOCKADDR_IS_IP_LOOPBACK( SA ) \ argument 518 #define SOCKADDR_IS_IP_LINK_LOCAL( SA ) \ argument 524 #define SOCKADDR_IS_IP_LINK_LOCAL( SA ) \ argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1418 if (ConstantSDNode *SA = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in SimplifyDemandedBits() local 1480 if (ConstantSDNode *SA = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in SimplifyDemandedBits() local 1533 if (ConstantSDNode *SA = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in SimplifyDemandedBits() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 616 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) in SetCommonAttributes() local 667 if (const SectionAttr *SA = FD->getAttr<SectionAttr>()) in SetFunctionAttributes() local
|
/external/clang/test/CodeGen/ |
D | x86_64-arguments.c | 304 } SA; typedef
|