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

12

/external/v8/src/
H A Dv8-counters.cc42 #define SC(name, caption) \ macro
46 STATS_COUNTER_LIST_1(SC)
47 STATS_COUNTER_LIST_2(SC)
48 #undef SC macro
H A Dv8-counters.h58 #define STATS_COUNTER_LIST_1(SC) \
60 SC(global_handles, V8.GlobalHandles) \
62 SC(pcre_mallocs, V8.PcreMallocCount) \
64 SC(memory_allocated, V8.OsMemoryAllocated) \
65 SC(normalized_maps, V8.NormalizedMaps) \
66 SC(props_to_dictionary, V8.ObjectPropertiesToDictionary) \
67 SC(elements_to_dictionary, V8.ObjectElementsToDictionary) \
68 SC(alive_after_last_gc, V8.AliveAfterLastGC) \
69 SC(objs_since_last_young, V8.ObjsSinceLastYoung) \
70 SC(objs_since_last_ful
261 #define SC macro
265 #undef SC macro
291 #define SC macro
295 #undef SC macro
[all...]
/external/chromium_org/v8/src/
H A Dv8-counters.cc51 #define SC(name, caption) \ macro
54 STATS_COUNTER_LIST_1(SC)
55 STATS_COUNTER_LIST_2(SC)
56 #undef SC macro
58 #define SC(name) \ macro
61 INSTANCE_TYPE_LIST(SC)
62 #undef SC macro
64 #define SC(name) \ macro
69 CODE_KIND_LIST(SC)
70 #undef SC macro
72 #define SC macro
78 #undef SC macro
80 #define SC macro
86 #undef SC macro
[all...]
H A Dv8-counters.h113 #define STATS_COUNTER_LIST_1(SC) \
115 SC(global_handles, V8.GlobalHandles) \
117 SC(memory_allocated, V8.OsMemoryAllocated) \
118 SC(normalized_maps, V8.NormalizedMaps) \
119 SC(props_to_dictionary, V8.ObjectPropertiesToDictionary) \
120 SC(elements_to_dictionary, V8.ObjectElementsToDictionary) \
121 SC(alive_after_last_gc, V8.AliveAfterLastGC) \
122 SC(objs_since_last_young, V8.ObjsSinceLastYoung) \
123 SC(objs_since_last_full, V8.ObjsSinceLastFull) \
124 SC(string_table_capacit
315 #define SC macro
319 #undef SC macro
321 #define SC macro
325 #undef SC macro
327 #define SC macro
333 #undef SC macro
335 #define SC macro
341 #undef SC macro
343 #define SC macro
349 #undef SC macro
401 #define SC macro
405 #undef SC macro
407 #define SC macro
411 #undef SC macro
413 #define SC macro
417 #undef SC macro
419 #define SC macro
423 #undef SC macro
425 #define SC macro
429 #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.h274 /// \param SC Statement class.
280 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, argument
283 : Stmt(SC), Kind(K), StartLoc(StartLoc), EndLoc(EndLoc),
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) { }
862 CXXDefaultArgExpr(StmtClass SC, SourceLocation Loc, ParmVarDecl *param) argument
863 : Expr(SC,
871 CXXDefaultArgExpr(StmtClass SC, SourceLocation Loc, ParmVarDecl *param, argument
873 : Expr(SC, SubExpr->getType(),
1083 CXXConstructExpr(ASTContext &C, StmtClass SC, QualType T,
1094 CXXConstructExpr(StmtClass SC, EmptyShel argument
[all...]
/external/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp42 SwitchCase *SC; member in struct:__anon15994::CaseInfo
50 CaseInfo() : SC(0), 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) {
1214 const MCSchedClassDesc* SC = ExtraInstrs[I];
1215 if (!SC->isValid())
1218 PI = TE.MTM.SchedModel.getWriteProcResBegin(SC),
1219 PE = TE.MTM.SchedModel.getWriteProcResEnd(SC); PI != PE; ++PI) {
/external/llvm/utils/TableGen/
H A DSetTheory.cpp303 const std::vector<Record*> &SC = Set->getSuperClasses(); local
304 for (unsigned i = 0, e = SC.size(); i != e; ++i) {
306 if (!dyn_cast<StringInit>(SC[i]->getNameInit()))
308 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {
H A DSubtargetEmitter.cpp1314 const CodeGenSchedClass &SC = SchedModels.getSchedClass(*VCI); local
1315 OS << " case " << *VCI << ": // " << SC.Name << '\n';
1318 TI = SC.Transitions.begin(), TE = SC.Transitions.end();
1334 TI = SC.Transitions.begin(), TE = SC.Transitions.end();
1355 if (SC.isInferred())
1356 OS << " return " << SC.Index << ";\n";
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h245 /// CHAIN = SC CHAIN, Imm128 - System call. The 7-bit unsigned
247 SC, enumerator in enum:llvm::PPCISD::NodeType
/external/clang/include/clang/Basic/
H A DSpecifiers.h185 inline bool isLegalForFunction(StorageClass SC) { argument
186 return SC <= SC_PrivateExtern;
190 inline bool isLegalForVariable(StorageClass SC) { argument
/external/clang/lib/AST/
H A DDeclPrinter.cpp648 StorageClass SC = D->getStorageClass(); local
649 if (SC != SC_None)
650 Out << VarDecl::getStorageClassSpecifierString(SC) << " ";
H A DASTDumper.cpp810 StorageClass SC = D->getStorageClass(); local
811 if (SC != SC_None)
812 OS << ' ' << VarDecl::getStorageClassSpecifierString(SC);
924 StorageClass SC = D->getStorageClass(); local
925 if (SC != SC_None)
926 OS << ' ' << VarDecl::getStorageClassSpecifierString(SC);
H A DDeclCXX.cpp1345 StorageClass SC, bool isInline,
1348 SC, isInline, isConstexpr,
1341 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.cpp777 CXXConstructExpr::CXXConstructExpr(ASTContext &C, StmtClass SC, QualType T, argument
786 : Expr(SC, T, VK_RValue, OK_Ordinary,
H A DStmtProfile.cpp729 Stmt::StmtClass SC = DecodeOperatorCall(S, UnaryOp, BinaryOp); local
731 ID.AddInteger(SC);
734 if (SC == Stmt::UnaryOperatorClass)
736 else if (SC == Stmt::BinaryOperatorClass ||
737 SC == Stmt::CompoundAssignOperatorClass)
740 assert(SC == Stmt::ArraySubscriptExprClass);
/external/eigen/blas/testing/
H A Ddblat1.f92 DOUBLE PRECISION D12, SA, SB, SC, SS local in subroutine:CHECK0
132 CALL DROTG(SA,SB,SC,SS)
135 CALL STEST1(SC,DC1(K),DC1(K),SFAC)
248 DOUBLE PRECISION SA, SC, SS local in subroutine:CHECK2
275 DATA SC, SS/0.8D0, 0.6D0/
442 DOUBLE PRECISION SA, SC, SS local in subroutine:CHECK3
468 DATA SC, SS/0.8D0, 0.6D0/
534 CALL DROT(N,SX,INCX,SY,INCY,SC,SS)
H A Dsblat1.f92 REAL D12, SA, SB, SC, SS local in subroutine:CHECK0
132 CALL SROTG(SA,SB,SC,SS)
135 CALL STEST1(SC,DC1(K),DC1(K),SFAC)
248 REAL SA, SC, SS local in subroutine:CHECK2
275 DATA SC, SS/0.8E0, 0.6E0/
442 REAL SA, SC, SS local in subroutine:CHECK3
468 DATA SC, SS/0.8E0, 0.6E0/
534 CALL SROT(N,SX,INCX,SY,INCY,SC,SS)
/external/clang/lib/Sema/
H A DDeclSpec.cpp470 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");
1050 if (DeclSpec::SCS SC
[all...]
/external/libpcap/
H A Dtokdefs.h112 SC = 338, enumerator in enum:yytokentype
216 #define SC 338 macro
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp276 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(this))
277 return SC->getValue()->isZero();
282 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(this))
283 return SC->getValue()->isOne();
288 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(this))
289 return SC->getValue()->isAllOnesValue();
300 const SCEVConstant *SC = dyn_cast<SCEVConstant>(Mul->getOperand(0)); local
301 if (!SC) return false;
304 return SC->getValue()->getValue().isNegative();
838 if (const SCEVConstant *SC
[all...]
H A DScalarEvolutionExpander.cpp826 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(S->getRHS())) {
827 const APInt &RHS = SC->getValue()->getValue();
1736 const SCEVConstant *SC = dyn_cast<SCEVConstant>(D->getRHS()); local
1737 if (SC && !SC->getValue()->isZero())
/external/llvm/lib/TableGen/
H A DRecord.cpp366 const std::vector<Record*> &SC = Rec->getSuperClasses(); local
367 for (unsigned i = 0, e = SC.size(); i != e; ++i)
368 if (RTy->getRecord()->isSubClassOf(SC[i]))
1754 const std::vector<Record*> &SC = R.getSuperClasses(); local
1755 if (!SC.empty()) {
1757 for (unsigned i = 0, e = SC.size(); i != e; ++i)
1758 OS << " " << SC[i]->getNameInitAsString();

Completed in 1476 milliseconds

12