/external/chromium_org/v8/src/ |
D | counters.cc | 78 #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
|
D | counters.h | 380 #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/ |
D | MCSubtargetInfo.h | 94 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/ |
D | TargetSchedule.h | 113 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin() 117 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
|
/external/libunwind/src/sh/ |
D | gen-offsets.c | 9 #define SC(N,X) \ macro
|
/external/libunwind/src/arm/ |
D | gen-offsets.c | 9 #define SC(N,X) \ macro
|
/external/libunwind/src/aarch64/ |
D | gen-offsets.c | 9 #define SC(N,X) \ macro
|
/external/libunwind/src/mips/ |
D | gen-offsets.c | 8 #define SC(N,X) \ macro
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSXAPIChecker.cpp | 110 SubChecker SC = in checkPreStmt() local
|
D | UnixAPIChecker.cpp | 336 SubChecker SC = in checkPreStmt() local
|
/external/clang/include/clang/Basic/ |
D | Specifiers.h | 184 inline bool isLegalForFunction(StorageClass SC) { in isLegalForFunction() 189 inline bool isLegalForVariable(StorageClass SC) { in isLegalForVariable()
|
/external/clang/lib/Frontend/ |
D | MultiplexConsumer.cpp | 290 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/ |
D | TransProtectedScope.cpp | 42 SwitchCase *SC; member
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 251 SC, enumerator
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 344 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()
|
D | StmtOpenMP.h | 67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective()
|
D | Expr.h | 107 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/ |
D | LinkModules.cpp | 891 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/ |
D | SetTheory.cpp | 305 const std::vector<Record*> &SC = Set->getSuperClasses(); in expand() local
|
/external/libpcap/ |
D | tokdefs.h | 130 SC = 348, enumerator 251 #define SC 348 macro
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 469 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec() 1115 if (DeclSpec::SCS SC = getStorageClassSpec()) { in Finish() local
|
D | Sema.cpp | 146 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/ |
D | xcore-stringtype.c | 22 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 679 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/ |
D | MachineScheduler.cpp | 1604 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
|