Searched defs:SC (Results 1 - 25 of 52) sorted by relevance

123

/external/libunwind/src/aarch64/
H A Dgen-offsets.c9 #define SC(N,X) \ macro
30 SC ("R0", regs[0]);
31 SC ("R1", regs[1]);
32 SC ("R2", regs[2]);
33 SC ("R3", regs[3]);
34 SC ("R4", regs[4]);
35 SC ("R5", regs[5]);
36 SC ("R6", regs[6]);
37 SC ("R7", regs[7]);
38 SC ("R
[all...]
/external/libunwind/src/arm/
H A Dgen-offsets.c9 #define SC(N,X) \ macro
31 SC ("TRAPNO", trap_no);
32 SC ("ERRORCODE", error_code);
33 SC ("OLDMASK", oldmask);
34 SC ("R0", arm_r0);
35 SC ("R1", arm_r1);
36 SC ("R2", arm_r2);
37 SC ("R3", arm_r3);
38 SC ("R4", arm_r4);
39 SC ("R
[all...]
/external/libunwind/src/mips/
H A Dgen-offsets.c8 #define SC(N,X) \ macro
/external/libunwind/src/sh/
H A Dgen-offsets.c9 #define SC(N,X) \ macro
30 SC ("R0", sc_regs[0]);
31 SC ("R1", sc_regs[1]);
32 SC ("R2", sc_regs[2]);
33 SC ("R3", sc_regs[3]);
34 SC ("R4", sc_regs[4]);
35 SC ("R5", sc_regs[5]);
36 SC ("R6", sc_regs[6]);
37 SC ("R7", sc_regs[7]);
38 SC ("R
[all...]
/external/chromium_org/v8/src/
H A Dcounters.cc78 #define SC(name, caption) \ macro
81 STATS_COUNTER_LIST_1(SC)
82 STATS_COUNTER_LIST_2(SC)
83 #undef SC macro
85 #define SC(name) \ macro
88 INSTANCE_TYPE_LIST(SC)
89 #undef SC macro
91 #define SC(name) \ macro
96 CODE_KIND_LIST(SC)
97 #undef SC macro
99 #define SC macro
105 #undef SC macro
107 #define SC macro
113 #undef SC macro
118 #define SC macro
121 #undef SC macro
123 #define SC macro
127 #undef SC macro
129 #define SC macro
133 #undef SC macro
135 #define SC macro
139 #undef SC macro
141 #define SC macro
145 #undef SC macro
[all...]
H A Dcounters.h380 #define STATS_COUNTER_LIST_1(SC) \
382 SC(global_handles, V8.GlobalHandles) \
384 SC(memory_allocated, V8.OsMemoryAllocated) \
385 SC(normalized_maps, V8.NormalizedMaps) \
386 SC(props_to_dictionary, V8.ObjectPropertiesToDictionary) \
387 SC(elements_to_dictionary, V8.ObjectElementsToDictionary) \
388 SC(alive_after_last_gc, V8.AliveAfterLastGC) \
389 SC(objs_since_last_young, V8.ObjsSinceLastYoung) \
390 SC(objs_since_last_full, V8.ObjsSinceLastFull) \
391 SC(string_table_capacit
581 #define SC macro
585 #undef SC macro
587 #define SC macro
591 #undef SC macro
593 #define SC macro
599 #undef SC macro
601 #define SC macro
607 #undef SC macro
609 #define SC macro
615 #undef SC macro
672 #define SC macro
676 #undef SC macro
678 #define SC macro
682 #undef SC macro
684 #define SC macro
688 #undef SC macro
690 #define SC macro
694 #undef SC macro
696 #define SC macro
700 #undef SC macro
[all...]
/external/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h94 const MCSchedClassDesc *SC) const {
95 return &WriteProcResTable[SC->WriteProcResIdx];
98 const MCSchedClassDesc *SC) const {
99 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
102 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, argument
104 assert(DefIdx < SC->NumWriteLatencyEntries &&
107 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
110 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, argument
115 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC
[all...]
/external/clang/include/clang/AST/
H A DStmtOpenMP.h61 /// \param SC Statement class.
67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, argument
70 : Stmt(SC), Kind(K), StartLoc(std::move(StartLoc)),
H A DExprCXX.h187 CXXNamedCastExpr(StmtClass SC, QualType ty, ExprValueKind VK, argument
192 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
195 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
196 : ExplicitCastExpr(SC, Shell, PathSize) { }
866 CXXDefaultArgExpr(StmtClass SC, SourceLocation Loc, ParmVarDecl *param) argument
867 : Expr(SC,
875 CXXDefaultArgExpr(StmtClass SC, SourceLocation Loc, ParmVarDecl *param, argument
877 : Expr(SC, SubExpr->getType(),
1085 CXXConstructExpr(const ASTContext &C, StmtClass SC, QualType T,
1096 CXXConstructExpr(StmtClass SC, EmptyShel argument
[all...]
/external/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp42 SwitchCase *SC; member in struct:__anon17699::CaseInfo
50 CaseInfo() : SC(nullptr), State(St_Unchecked) {}
52 : SC(S), Range(Range), State(St_Unchecked) {}
175 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {");
/external/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp110 const MCSchedClassDesc *SC = SchedModel.resolveSchedClass(&MI); local
111 if (!SC->isValid())
115 PI = SchedModel.getWriteProcResBegin(SC),
116 PE = SchedModel.getWriteProcResEnd(SC); PI != PE; ++PI) {
1210 const MCSchedClassDesc* SC = ExtraInstrs[I];
1211 if (!SC->isValid())
1214 PI = TE.MTM.SchedModel.getWriteProcResBegin(SC),
1215 PE = TE.MTM.SchedModel.getWriteProcResEnd(SC); PI != PE; ++PI) {
/external/llvm/lib/TableGen/
H A DSetTheory.cpp305 const std::vector<Record*> &SC = Set->getSuperClasses(); local
306 for (unsigned i = 0, e = SC.size(); i != e; ++i) {
308 if (!dyn_cast<StringInit>(SC[i]->getNameInit()))
310 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c22 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, argument
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h249 /// CHAIN = SC CHAIN, Imm128 - System call. The 7-bit unsigned
251 SC, enumerator in enum:llvm::PPCISD::NodeType
/external/clang/include/clang/Basic/
H A DSpecifiers.h184 inline bool isLegalForFunction(StorageClass SC) { argument
185 return SC <= SC_PrivateExtern;
189 inline bool isLegalForVariable(StorageClass SC) { argument
/external/clang/lib/AST/
H A DDeclPrinter.cpp653 StorageClass SC = D->getStorageClass(); local
654 if (SC != SC_None)
655 Out << VarDecl::getStorageClassSpecifierString(SC) << " ";
H A DASTDumper.cpp900 StorageClass SC = D->getStorageClass(); local
901 if (SC != SC_None)
902 OS << ' ' << VarDecl::getStorageClassSpecifierString(SC);
1014 StorageClass SC = D->getStorageClass(); local
1015 if (SC != SC_None)
1016 OS << ' ' << VarDecl::getStorageClassSpecifierString(SC);
H A DDeclCXX.cpp1418 StorageClass SC, bool isInline,
1421 T, TInfo, SC, isInline, isConstexpr,
1414 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
H A DExprCXX.cpp850 CXXConstructExpr::CXXConstructExpr(const ASTContext &C, StmtClass SC, argument
859 : Expr(SC, T, VK_RValue, OK_Ordinary,
H A DStmtProfile.cpp837 Stmt::StmtClass SC = DecodeOperatorCall(S, UnaryOp, BinaryOp); local
839 ID.AddInteger(SC);
842 if (SC == Stmt::UnaryOperatorClass)
844 else if (SC == Stmt::BinaryOperatorClass ||
845 SC == Stmt::CompoundAssignOperatorClass)
848 assert(SC == Stmt::ArraySubscriptExprClass);
/external/clang/lib/Sema/
H A DDeclSpec.cpp469 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, argument
482 switch (SC) {
488 PrevSpec = getSpecifierName(SC);
495 PrevSpec = getSpecifierName(SC);
506 if (SC == SCS_auto)
521 SC == SCS_typedef))
522 return BadSpecifier(SC, (SCS)StorageClassSpec, PrevSpec, DiagID);
524 StorageClassSpec = SC;
526 assert((unsigned)SC == StorageClassSpec && "SCS constants overflow bitfield");
1115 if (DeclSpec::SCS SC
[all...]
/external/eigen/blas/testing/
H A Ddblat1.f136 DOUBLE PRECISION SA, SB, SC, SS, D12 local in subroutine:CHECK0
221 CALL DROTG(SA,SB,SC,SS)
224 CALL STEST1(SC,DC1(K),DC1(K),SFAC)
690 DOUBLE PRECISION SC, SS local in subroutine:CHECK3
715 DATA SC, SS/0.8D0, 0.6D0/
781 CALL DROT(N,SX,INCX,SY,INCY,SC,SS)
H A Dsblat1.f136 REAL D12, SA, SB, SC, SS local in subroutine:CHECK0
221 CALL SROTG(SA,SB,SC,SS)
224 CALL STEST1(SC,DC1(K),DC1(K),SFAC)
694 REAL SC, SS local in subroutine:CHECK3
719 DATA SC, SS/0.8E0, 0.6E0/
785 CALL SROT(N,SX,INCX,SY,INCY,SC,SS)
/external/libpcap/
H A Dtokdefs.h130 SC = 348, enumerator in enum:yytokentype
251 #define SC 348 macro
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1320 const CodeGenSchedClass &SC = SchedModels.getSchedClass(*VCI); local
1321 OS << " case " << *VCI << ": // " << SC.Name << '\n';
1324 TI = SC.Transitions.begin(), TE = SC.Transitions.end();
1340 TI = SC.Transitions.begin(), TE = SC.Transitions.end();
1361 if (SC.isInferred())
1362 OS << " return " << SC.Index << ";\n";

Completed in 1587 milliseconds

123