HomeSort by relevance Sort by last modified time
    Searched refs:SA (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/test/SemaCXX/
empty-class-layout.cpp 3 #define SA(n, p) int a##n[(p) ? 1 : -1]
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(8, sizeof(S4) == 2)
    [all...]
class-layout.cpp 3 #define SA(n, p) int a##n[(p) ? 1 : -1]
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(7, sizeof(A) == 1);
    [all...]
  /external/clang/test/Parser/
cxx-using-declaration.cpp 6 struct SA { int V; };
11 using typename A::SA;
17 SA x; //Still needs handling.
  /external/llvm/lib/MC/
MCObjectWriter.cpp 56 const MCSymbol &SA = A->getSymbol();
58 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined())
61 const MCSymbolData &DataA = Asm.getSymbolData(SA);
MachObjectWriter.cpp 574 const MCSymbol &SA = DataA.getSymbol().AliasedSymbol();
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();
MCExpr.cpp 299 const MCSymbol &SA = A->getSymbol();
302 if (SA.isUndefined() || SB.isUndefined())
308 MCSymbolData &AD = Asm->getSymbolData(SA);
316 if (Asm->isThumbFunc(&SA))
MCAssembler.cpp 259 const MCSymbol &SA = A->getSymbol();
261 SA.AliasedSymbol().isUndefined()) {
264 const MCSymbolData &DataA = getSymbolData(SA);
  /external/clang/tools/libclang/
IndexingContext.cpp 43 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);
    [all...]
IndexingContext.h 182 StrAdapter &SA);
196 StrAdapter &SA);
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 172 std::auto_ptr<SplitAnalysis> SA;
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();
    [all...]
SplitKit.h 204 SplitAnalysis &SA;
342 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
344 SplitEditor(SplitAnalysis &SA, LiveIntervals&, VirtRegMap&,
SplitKit.cpp 301 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
302 SplitEditor::SplitEditor(SplitAnalysis &sa,
306 : SA(sa), LIS(lis), VRM(vrm),
657 const MachineLoopInfo &Loops = SA.Loops;
    [all...]
  /external/clang/test/CodeGen/
x86_64-arguments.c 301 } SA;
303 extern void func42(SA s);
304 void func43(SA s) {
  /external/netcat/
netcat.c 88 #define SA struct sockaddr /* socket overgeneralization braindeath */
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 *)remend, sizeof (SA))
    [all...]
  /external/icu4c/test/intltest/
itspoof.cpp 142 const uint32_t SA = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE;
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) {
  /frameworks/opt/calendar/src/com/android/calendarcommon/
EventRecurrence.java 47 public static final int SA = 0x00400000;
135 sParseWeekdayMap.put("SA", SA);
185 return SA;
208 return SA;
229 case SA:
257 case SA:
288 case SA:
289 return "SA";
408 if (day == SU || day == SA) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 97 case EventRecurrence.SA: return Calendar.SATURDAY;
  /external/qemu/slirp/
ip_input.c 579 #define SA struct sockaddr *
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/
ip_input.c 579 #define SA struct sockaddr *
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/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 575 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
576 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
599 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
600 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
640 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
641 uint32_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
675 I->getOperand(0), SA, I->getName());
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 328 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
329 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
342 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
344 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
360 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
362 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
    [all...]
ScalarEvolution.cpp 827 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);
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon/
EventRecurrenceTest.java 353 verifyRecurType("FREQ=DAILY;BYDAY=1SU,-2MO,+33TU,WE,TH,FR,SA",
368 EventRecurrence.SA
409 + "BYDAY=MO,TU,WE,TH,FR,SA,SU",
423 EventRecurrence.SA,
673 "FREQ=YEARLY;UNTIL=20000131T090000Z;BYMONTH=1;BYDAY=SU,MO,TU,WE,TH,FR,SA",
699 "FREQ=MONTHLY;BYDAY=SA;BYMONTHDAY=7,8,9,10,11,12,13",
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 541 if (const SectionAttr *SA = D->getAttr<SectionAttr>())
542 GV->setSection(SA->getName());
592 if (const SectionAttr *SA = FD->getAttr<SectionAttr>())
593 F->setSection(SA->getName());
    [all...]

Completed in 657 milliseconds

1 2