Home
last modified time | relevance | path

Searched defs:SA (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/test/Parser/
Dcxx-using-declaration.cpp6 struct SA { int V; }; struct
11 using typename A::SA;
/external/clang/tools/libclang/
DIndexingContext.cpp25 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 …]
DIndexingContext.h247 ScratchAlloc SA; variable
513 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) { in ScratchAlloc()
/external/llvm/lib/MC/
DMCObjectWriter.cpp30 const MCSymbol &SA = A->getSymbol(); in IsSymbolRefDifferenceFullyResolved() local
DMCExpr.cpp327 const MCSymbol &SA = A->getSymbol(); in AttemptToFoldSymbolOffsetDifference() local
DMachObjectWriter.cpp588 const MCSymbol &SA = DataA.getSymbol().AliasedSymbol(); in IsSymbolRefDifferenceFullyResolvedImpl() local
DMCAssembler.cpp266 const MCSymbol &SA = A->getSymbol(); in evaluateFixup() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp582 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/
Dip_input.c579 #define SA struct sockaddr * macro
/external/qemu/slirp/
Dip_input.c579 #define SA struct sockaddr * macro
/external/clang/test/SemaCXX/
Dclass-layout.cpp3 #define SA(n, p) int a##n[(p) ? 1 : -1] macro
Dempty-class-layout.cpp3 #define SA(n, p) int a##n[(p) ? 1 : -1] macro
/external/llvm/lib/CodeGen/
DSplitKit.h211 SplitAnalysis &SA; variable
DRegAllocGreedy.cpp171 std::auto_ptr<SplitAnalysis> SA; member in __anon810c75050111::RAGreedy
/external/eigen/blas/testing/
Ddblat1.f92 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
Dsblat1.f92 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
Dzblat1.f87 DOUBLE PRECISION SA local
606 DOUBLE PRECISION SA, SB local
Dcblat1.f87 REAL SA local
606 REAL SA, SB local
/external/icu4c/test/intltest/
Ditspoof.cpp148 const uint32_t SA = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE; in testSkeleton() local
/external/llvm/lib/Analysis/
DValueTracking.cpp474 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
DScalarEvolution.cpp847 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/
DCommonServices.h498 #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/
DTargetLowering.cpp1418 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/
DCodeGenModule.cpp616 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/
Dx86_64-arguments.c304 } SA; typedef

12