Home
last modified time | relevance | path

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

123

/external/chromium_org/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.h94 const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
98 const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
102 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry()
110 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/sh/
Dgen-offsets.c9 #define SC(N,X) \ macro
/external/libunwind/src/arm/
Dgen-offsets.c9 #define SC(N,X) \ macro
/external/libunwind/src/aarch64/
Dgen-offsets.c9 #define SC(N,X) \ macro
/external/libunwind/src/mips/
Dgen-offsets.c8 #define SC(N,X) \ macro
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSXAPIChecker.cpp110 SubChecker SC = in checkPreStmt() local
DUnixAPIChecker.cpp336 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.cpp290 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(Consumers[i])) in InitializeSema() local
296 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(Consumers[i])) in ForgetSema() local
/external/clang/lib/ARCMigrate/
DTransProtectedScope.cpp42 SwitchCase *SC; member
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h251 SC, enumerator
/external/clang/include/clang/AST/
DStmt.h344 explicit Stmt(StmtClass SC, EmptyShell) { in Stmt()
350 Stmt(StmtClass SC) { in Stmt()
648 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase()
652 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase()
660 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase()
983 void setSwitchCaseList(SwitchCase *SC) { FirstCase = SC; } in setSwitchCaseList()
992 void addSwitchCase(SwitchCase *SC) { in addSwitchCase()
1405 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt()
1414 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : in AsmStmt()
DStmtOpenMP.h67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective()
DExpr.h107 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, in Expr()
121 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { } in Expr()
2676 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, in CastExpr()
2697 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) in CastExpr()
2826 ExplicitCastExpr(StmtClass SC, QualType exprTy, ExprValueKind VK, in ExplicitCastExpr()
2832 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in ExplicitCastExpr()
3094 BinaryOperator(StmtClass SC, EmptyShell Empty) in BinaryOperator()
3145 AbstractConditionalOperator(StmtClass SC, QualType T, in AbstractConditionalOperator()
3154 AbstractConditionalOperator(StmtClass SC, EmptyShell Empty) in AbstractConditionalOperator()
/external/llvm/lib/Linker/
DLinkModules.cpp891 if (const Comdat *SC = SGV->getComdat()) { in linkGlobalProto() local
984 if (const Comdat *SC = SF->getComdat()) { in linkFunctionProto() local
1065 if (const Comdat *SC = SGA->getComdat()) { in linkAliasProto() local
/external/llvm/lib/TableGen/
DSetTheory.cpp305 const std::vector<Record*> &SC = Set->getSuperClasses(); in expand() local
/external/libpcap/
Dtokdefs.h130 SC = 348, enumerator
251 #define SC 348 macro
/external/clang/lib/Sema/
DDeclSpec.cpp469 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec()
1115 if (DeclSpec::SCS SC = getStorageClassSpec()) { in Finish() local
DSema.cpp146 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer)) in Initialize() local
230 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer)) in ~Sema() local
/external/clang/test/CodeGen/
Dxcore-stringtype.c22 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/CodeGen/
DMachineScheduler.cpp1604 const MCSchedClassDesc *SC = DAG->getSchedClass(&*I); in init() local
1685 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); in checkHazard() local
1888 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); in bumpNode() local
2113 const MCSchedClassDesc *SC = DAG->getSchedClass(SU); in initResourceDelta() local

123