/external/clang/test/OpenMP/ |
D | target_data_use_device_ptr_ast_print.cpp | 38 struct SC { struct 50 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
|
D | target_data_use_device_ptr_messages.cpp | 59 struct SC { struct 71 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
|
D | target_is_device_ptr_ast_print.cpp | 83 struct SC { struct 95 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
|
D | target_is_device_ptr_messages.cpp | 67 struct SC { struct 79 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
|
D | target_map_messages.cpp | 79 struct SC { struct 91 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() function
|
D | target_codegen_registration.cpp | 209 struct SC { struct 216 SC() { in SC() argument 222 ~SC() { in ~SC() argument
|
D | target_map_codegen.cpp | 3210 struct SC{ struct 3211 int a; 3212 struct SB s; 3213 struct SB *p; 3214 int b[10];
|
/external/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 120 const MCSchedClassDesc *SC) const { in getWriteProcResBegin() 124 const MCSchedClassDesc *SC) const { in getWriteProcResEnd() 128 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry() 136 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
|
/external/v8/src/ |
D | counters.cc | 106 #define SC(name, caption) \ in Counters() macro 113 #define SC(name) \ in Counters() macro 119 #define SC(name) \ in Counters() macro 127 #define SC(name) \ in Counters() macro 135 #define SC(name) \ in Counters() macro 146 #define SC(name, caption) name##_.Reset(); in ResetCounters() macro 151 #define SC(name) \ in ResetCounters() macro 157 #define SC(name) \ in ResetCounters() macro 163 #define SC(name) \ in ResetCounters() macro 169 #define SC(name) \ in ResetCounters() macro
|
D | counters.h | 1032 #define STATS_COUNTER_LIST_1(SC) \ argument 1074 #define STATS_COUNTER_LIST_2(SC) \ argument 1194 #define SC(name, caption) \ macro 1200 #define SC(name) \ macro 1206 #define SC(name) \ macro 1214 #define SC(name) \ macro 1222 #define SC(name) \ macro 1300 #define SC(name, caption) \ macro 1306 #define SC(name) \ macro 1312 #define SC(name) \ macro [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetSchedule.h | 122 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin() 126 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/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/llvm/lib/Linker/ |
D | LinkModules.cpp | 404 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local 435 const Comdat *SC = GV.getComdat(); in addLazyFor() local 532 if (const Comdat *SC = GV.getComdat()) in run() local 537 if (const Comdat *SC = SF.getComdat()) in run() local 542 if (const Comdat *SC = GA.getComdat()) in run() local 561 const Comdat *SC = GV->getComdat(); in run() local
|
/external/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 34 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local 45 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSXAPIChecker.cpp | 110 SubChecker SC = in checkPreStmt() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 128 void addLiteralOption(Option &Opt, SubCommand *SC, StringRef Name) { in addLiteralOption() 152 for (auto SC : Opt.Subs) in addLiteralOption() local 157 void addOption(Option *O, SubCommand *SC) { in addOption() 203 for (auto SC : O->Subs) in addOption() local 208 void removeOption(Option *O, SubCommand *SC) { in removeOption() 242 for (auto SC : RegisteredSubCommands) in removeOption() local 245 for (auto SC : O->Subs) in removeOption() local 266 void updateArgStr(Option *O, StringRef NewName, SubCommand *SC) { in updateArgStr() 280 for (auto SC : O->Subs) in updateArgStr() local 1023 for (auto SC : RegisteredSubCommands) { in ResetAllOptionOccurrences() local
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 114 void addLiteralOption(Option &Opt, SubCommand *SC, const char *Name) { in addLiteralOption() 138 for (auto SC : Opt.Subs) in addLiteralOption() local 143 void addOption(Option *O, SubCommand *SC) { in addOption() 189 for (auto SC : O->Subs) in addOption() local 194 void removeOption(Option *O, SubCommand *SC) { in removeOption() 228 for (auto SC : RegisteredSubCommands) in removeOption() local 231 for (auto SC : O->Subs) in removeOption() local 252 void updateArgStr(Option *O, StringRef NewName, SubCommand *SC) { in updateArgStr() 266 for (auto SC : O->Subs) in updateArgStr() local 1001 for (auto SC : RegisteredSubCommands) { in ResetAllOptionOccurrences() local
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | DbiStream.cpp | 261 for (auto &SC : SectionContribs) in visitSectionContributions() local 264 for (auto &SC : SectionContribs2) in visitSectionContributions() local
|
D | ModInfo.cpp | 52 SCBytes SC; // First section contribution of this module. member
|
/external/clang/include/clang/Basic/ |
D | Specifiers.h | 214 inline bool isLegalForFunction(StorageClass SC) { in isLegalForFunction() 219 inline bool isLegalForVariable(StorageClass SC) { in isLegalForVariable()
|
/external/clang/lib/ARCMigrate/ |
D | TransProtectedScope.cpp | 42 SwitchCase *SC; member
|
/external/llvm/utils/TableGen/ |
D | SubtargetEmitter.cpp | 808 for (const CodeGenSchedClass &SC : SchedModels.schedClasses()) { in GenSchedClassTables() local 1283 for (const CodeGenSchedClass &SC : SchedModels.schedClasses()) { in EmitSchedModelHelpers() local 1291 const CodeGenSchedClass &SC = SchedModels.getSchedClass(VC); in EmitSchedModelHelpers() local
|