/external/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 | 104 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/ |
D | TargetSchedule.h | 113 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin() 117 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
|
/external/libunwind/src/mips/ |
D | gen-offsets.c | 8 #define SC(N,X) \ macro
|
/external/libunwind/src/aarch64/ |
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/sh/ |
D | gen-offsets.c | 9 #define SC(N,X) \ macro
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSXAPIChecker.cpp | 110 SubChecker SC = in checkPreStmt() local
|
D | UnixAPIChecker.cpp | 360 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 | 329 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/ |
D | TransProtectedScope.cpp | 42 SwitchCase *SC; member
|
/external/llvm/lib/TableGen/ |
D | SetTheory.cpp | 305 const std::vector<Record*> &SC = Set->getSuperClasses(); in expand() local
|
/external/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 262 const MCSchedClassDesc *SC = SchedModel.getSchedClassDesc(Idx); in instr2instrSC() local
|
D | MachineScheduler.cpp | 1626 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/ |
D | Stmt.h | 654 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()
|
D | Expr.h | 108 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/ |
D | tokdefs.h | 130 SC = 348, enumerator 251 #define SC 348 macro
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 276 SC, enumerator
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 494 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec() 1146 if (DeclSpec::SCS SC = getStorageClassSpec()) { in Finish() local
|
D | Sema.cpp | 144 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/ |
D | xcore-stringtype.c | 30 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/Analysis/ |
D | ScalarEvolutionExpander.cpp | 783 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
|