Home
last modified time | relevance | path

Searched defs:SC (Results 1 – 25 of 77) sorted by relevance

1234

/external/v8/src/
Dcounters.cc78 #define SC(name, caption) \ in Counters() macro
85 #define SC(name) \ in Counters() macro
91 #define SC(name) \ in Counters() macro
99 #define SC(name) \ in Counters() macro
107 #define SC(name) \ in Counters() macro
118 #define SC(name, caption) name##_.Reset(); in ResetCounters() macro
123 #define SC(name) \ in ResetCounters() macro
129 #define SC(name) \ in ResetCounters() macro
135 #define SC(name) \ in ResetCounters() macro
141 #define SC(name) \ in ResetCounters() macro
Dcounters.h380 #define STATS_COUNTER_LIST_1(SC) \ argument
433 #define STATS_COUNTER_LIST_2(SC) \ argument
581 #define SC(name, caption) \ macro
587 #define SC(name) \ macro
593 #define SC(name) \ macro
601 #define SC(name) \ macro
609 #define SC(name) \ macro
672 #define SC(name, caption) \ macro
678 #define SC(name) \ macro
684 #define SC(name) \ macro
[all …]
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h104 const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
108 const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
112 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry()
120 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h113 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
117 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
/external/libunwind/src/mips/
Dgen-offsets.c8 #define SC(N,X) \ macro
/external/libunwind/src/aarch64/
Dgen-offsets.c9 #define SC(N,X) \ macro
/external/libunwind/src/arm/
Dgen-offsets.c9 #define SC(N,X) \ macro
/external/libunwind/src/sh/
Dgen-offsets.c9 #define SC(N,X) \ macro
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSXAPIChecker.cpp110 SubChecker SC = in checkPreStmt() local
DUnixAPIChecker.cpp360 SubChecker SC = in checkPreStmt() local
/external/clang/include/clang/Basic/
DSpecifiers.h184 inline bool isLegalForFunction(StorageClass SC) { in isLegalForFunction()
189 inline bool isLegalForVariable(StorageClass SC) { in isLegalForVariable()
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp329 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(Consumer.get())) in InitializeSema() local
335 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(Consumer.get())) in ForgetSema() local
/external/clang/lib/ARCMigrate/
DTransProtectedScope.cpp42 SwitchCase *SC; member
/external/llvm/lib/TableGen/
DSetTheory.cpp305 const std::vector<Record*> &SC = Set->getSuperClasses(); in expand() local
/external/llvm/lib/CodeGen/
DMachineCombiner.cpp262 const MCSchedClassDesc *SC = SchedModel.getSchedClassDesc(Idx); in instr2instrSC() local
DMachineScheduler.cpp1626 const MCSchedClassDesc *SC = DAG->getSchedClass(&*I); in init() local
1707 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); in checkHazard() local
1910 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); in bumpNode() local
2135 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); in initResourceDelta() local
/external/clang/include/clang/AST/
DStmt.h654 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase()
658 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase()
666 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase()
991 void setSwitchCaseList(SwitchCase *SC) { FirstCase.setPointer(SC); } in setSwitchCaseList()
1000 void addSwitchCase(SwitchCase *SC) { in addSwitchCase()
1411 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt()
1420 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : in AsmStmt()
DExpr.h108 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, in Expr()
122 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { } in Expr()
2677 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr()
2701 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) in CastExpr()
2830 ExplicitCastExpr(StmtClass SC, QualType exprTy, ExprValueKind VK, in ExplicitCastExpr()
2836 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in ExplicitCastExpr()
3098 BinaryOperator(StmtClass SC, EmptyShell Empty) in BinaryOperator()
3149 AbstractConditionalOperator(StmtClass SC, QualType T, in AbstractConditionalOperator()
3158 AbstractConditionalOperator(StmtClass SC, EmptyShell Empty) in AbstractConditionalOperator()
/external/libpcap/
Dtokdefs.h130 SC = 348, enumerator
251 #define SC 348 macro
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h276 SC, enumerator
/external/clang/lib/Sema/
DDeclSpec.cpp494 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec()
1146 if (DeclSpec::SCS SC = getStorageClassSpec()) { in Finish() local
DSema.cpp144 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer)) in Initialize() local
256 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer)) in ~Sema() local
/external/clang/test/CodeGen/
Dxcore-stringtype.c30 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp679 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in addTaint() local
745 if (const SymbolCast *SC = dyn_cast<SymbolCast>(*SI)) in isTainted() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp783 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(S->getRHS())) { in visitUDivExpr() local
1817 if (auto *SC = dyn_cast<SCEVConstant>(UDivExpr->getRHS())) in isHighCostExpansionHelper() local
1903 const SCEVConstant *SC = dyn_cast<SCEVConstant>(D->getRHS()); in follow() local

1234