Searched defs:SA (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/Parser/
H A Dcxx-using-declaration.cpp6 struct SA { int V; }; struct in namespace:A
11 using typename A::SA;
17 SA x; //Still needs handling.
/external/clang/test/SemaCXX/
H A Dclass-layout.cpp3 #define SA(n, p) int a##n[(p) ? 1 : -1] macro
10 SA(0, sizeof(A) == 8);
16 SA(1, sizeof(B) == 12);
25 SA(2, sizeof(C) == 8);
31 SA(3, sizeof(D) == 8);
38 SA(4, sizeof(E) == 5);
44 SA(5, sizeof(F) == 6);
49 SA(6, sizeof(H) == 1);
56 SA(6_1, sizeof(I) == 5);
62 SA(
[all...]
H A Dempty-class-layout.cpp3 #define SA(n, p) int a##n[(p) ? 1 : -1] macro
8 SA(0, sizeof(A) == 4);
11 SA(1, sizeof(B) == 1);
14 SA(2, sizeof(C) == 4);
21 SA(3, sizeof(G) == 2);
28 SA(4, sizeof(I) == 2);
33 SA(5, sizeof(J) == 3);
42 SA(6, sizeof(S1) == 24);
47 SA(7, sizeof(S2) == 24);
55 SA(
[all...]
/external/llvm/lib/MC/
H A DMCObjectWriter.cpp56 const MCSymbol &SA = A->getSymbol(); local
58 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined())
61 const MCSymbolData &DataA = Asm.getSymbolData(SA);
H A DMCExpr.cpp299 const MCSymbol &SA = A->getSymbol(); local
302 if (SA.isUndefined() || SB.isUndefined())
308 MCSymbolData &AD = Asm->getSymbolData(SA);
316 if (Asm->isThumbFunc(&SA))
H A DMCAssembler.cpp259 const MCSymbol &SA = A->getSymbol(); local
261 SA.AliasedSymbol().isUndefined()) {
264 const MCSymbolData &DataA = getSymbolData(SA);
H A DMachObjectWriter.cpp574 const MCSymbol &SA = DataA.getSymbol().AliasedSymbol(); local
575 const MCSection &SecA = SA.getSection();
589 if (!SA.isTemporary() || !SA.isInSection() || &SecA != &SecB)
600 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
608 const MCFragment *FA = Asm.getSymbolData(SA).getFragment();
/external/icu4c/test/intltest/
H A Ditspoof.cpp142 const uint32_t SA = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE; local
174 // This mapping exists in the ML and MA tables, does not exist in SL, SA
177 CHECK_SKELETON(SA, "\\u0C83", "\\u0C83");
184 CHECK_SKELETON(SA, "\\u0391", "\\u0391");
193 CHECK_SKELETON(SA, "\\u13CF", "\\u13CF");
198 CHECK_SKELETON(SA, "\\u0022", "\\u0027\\u0027");
374 } else if (tableType.indexOf("SA") >= 0) {
/external/llvm/lib/CodeGen/
H A DSplitKit.h204 SplitAnalysis &SA; member in class:llvm::SplitEditor
342 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
344 SplitEditor(SplitAnalysis &SA, LiveIntervals&, VirtRegMap&,
H A DRegAllocGreedy.cpp172 std::auto_ptr<SplitAnalysis> SA; member in class:__anon6647::RAGreedy
674 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks();
707 if (Intf.last() >= SA->getLastSplitPoint(BC.Number))
761 if (Intf.last() >= SA->getLastSplitPoint(Number))
780 BitVector Todo = SA->getThroughBlocks();
837 if (!SA->getNumThroughBlocks())
874 /// SA around all use blocks instead of forming bundle regions.
877 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks();
898 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks();
938 /// stack-bound bundles. The shared SA/S
[all...]
/external/qemu/slirp/
H A Dip_input.c579 #define SA struct sockaddr * macro
580 if ((ia = (INA)ifa_ifwithdstaddr((SA)&ipaddr)) == 0)
581 ia = (INA)ifa_ifwithnet((SA)&ipaddr);
616 if ((ia = (INA)ifa_ifwithaddr((SA)&ipaddr)) == 0 &&
648 ia = (INA)ifaof_ i f p foraddr((SA)&ipaddr,
663 if (ifa_ifwithaddr((SA)&ipaddr) == 0)
/external/qemu/slirp-android/
H A Dip_input.c579 #define SA struct sockaddr * macro
580 if ((ia = (INA)ifa_ifwithdstaddr((SA)&ipaddr)) == 0)
581 ia = (INA)ifa_ifwithnet((SA)&ipaddr);
616 if ((ia = (INA)ifa_ifwithaddr((SA)&ipaddr)) == 0 &&
648 ia = (INA)ifaof_ i f p foraddr((SA)&ipaddr,
663 if (ifa_ifwithaddr((SA)&ipaddr) == 0)
/external/clang/tools/libclang/
H A DIndexingContext.cpp43 StrAdapter SA(this);
45 SA.toCStr(filename),
57 StrAdapter SA(this);
58 CXIdxMacroInfo MacroInfo = { getIndexLoc(Loc), SA.toCStr(Name) };
70 StrAdapter SA(this);
72 SA.toCStr(Name), 0 };
81 StrAdapter SA(this);
83 SA.toCStr(Name), 0 };
107 StrAdapter SA(this);
115 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
627 getIndexedEntityInfo(const NamedDecl *D, CXIdxIndexedEntityInfo &IdxEntityInfo, CXIdxEntityInfo &EntityInfo, CXIdxIndexedDeclInfo &IdxDeclInfo, StrAdapter &SA) argument
660 getEntityInfo(const NamedDecl *D, CXIdxEntityInfo &EntityInfo, StrAdapter &SA) argument
[all...]
/external/clang/test/CodeGen/
H A Dx86_64-arguments.c301 } SA; typedef in typeref:struct:t128_2
303 extern void func42(SA s);
304 void func43(SA s) {
/external/netcat/
H A Dnetcat.c88 #define SA struct sockaddr /* socket overgeneralization braindeath */ macro
664 rr = bind (nnetfd, (SA *)lclend, sizeof (SA));
758 rr = connect (nnetfd, (SA *)remend, sizeof (SA));
812 x = sizeof (SA); /* how 'bout getsockNUM instead, pinheads?! */
813 rr = getsockname (nnetfd, (SA *) lclend, &x);
832 x = sizeof (SA); /* retval for recvfrom */
836 (nnetfd, bigbuf_net, BIGSIZ, MSG_PEEK, (SA *) remend, &x);
852 rr = connect (nnetfd, (SA *)remen
[all...]
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp827 if (const SCEVAddExpr *SA = dyn_cast<SCEVAddExpr>(Op)) {
830 for (unsigned i = 0, e = SA->getNumOperands(); i != e && !hasTrunc; ++i) {
831 const SCEV *S = getTruncateExpr(SA->getOperand(i), Ty);
1072 const SCEVAddExpr *SA = dyn_cast<SCEVAddExpr>(Start); local
1073 if (!SA)
1080 for (SCEVAddExpr::op_iterator I = SA->op_begin(), E = SA->op_end();
1085 if (DiffOps.size() == SA->getNumOperands())
1092 const SCEV *PreStart = SE->getAddExpr(DiffOps, SA->getNoWrapFlags());
3730 if (ConstantInt *SA
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp1642 unsigned SA local
1644 return Success(Result.getInt() << SA, E);
1654 unsigned SA = local
1656 return Success(Result.getInt() >> SA, E);
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp672 const Value *SA = StripPointerCastsAndObjCCalls(LocA.Ptr); local
675 AliasAnalysis::alias(Location(SA, LocA.Size, LocA.TBAATag),
682 const Value *UA = GetUnderlyingObjCPtr(SA);
684 if (UA != SA || UB != SB) {

Completed in 461 milliseconds