/external/protobuf/src/google/protobuf/compiler/ |
D | scc.h | 74 const SCC* scc; // if null it means its still on the stack member 117 SCC* scc = CreateSCC(); in DFS() local 140 void AddChildren(SCC* scc) { in AddChildren()
|
/external/grpc-grpc/test/core/util/ |
D | debugger_macros.cc | 39 grpc_subchannel_call* scc = grpc_client_channel_get_subchannel_call(el); in grpc_transport_stream_from_call() local
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_file.cc | 475 const SCC* scc = GetSCC(msg); in GetCrossFileReferencesForField() local 511 for (auto scc : Sorted(refs.strong_sccs)) { in GenerateInternalForwardDeclarations() local 517 for (auto scc : Sorted(refs.weak_sccs)) { in GenerateInternalForwardDeclarations() local 653 for (auto scc : sccs_) { in GenerateSource() local 876 for (auto scc : sccs_) { in GenerateReflectionInitializationCode() local 909 void FileGenerator::GenerateInitForSCC(const SCC* scc, io::Printer* printer) { in GenerateInitForSCC()
|
D | cpp_helpers.h | 555 inline std::string SccInfoSymbol(const SCC* scc, const Options& options) { in SccInfoSymbol()
|
D | cpp_helpers.cc | 1139 MessageAnalysis MessageSCCAnalyzer::GetSCCAnalysis(const SCC* scc) { in GetSCCAnalysis()
|
/external/llvm-project/llvm/docs/ |
D | AMDGPUOperandSyntax.rst | 545 scc section in Operands 550 .. _amdgpu_synid_lds_direct:
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | TypeData.java | 350 List<TypeData> scc = new ArrayList<TypeData>(); // strongly connected component in dfs() local 363 private void fixTypes(List<TypeData> scc, ClassPool cp) throws NotFoundException { in fixTypes() 415 private void fixTypes1(List<TypeData> scc, TypeData kind) throws NotFoundException { in fixTypes1() 430 …private String fixTypes2(List<TypeData> scc, Set<String> lowersSet, ClassPool cp) throws NotFoundE… in fixTypes2()
|
/external/llvm-project/mlir/lib/Analysis/ |
D | CallGraph.cpp | 218 for (auto &scc : make_range(llvm::scc_begin(this), llvm::scc_end(this))) { in print() local
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.h | 217 inline void InitSCC(SCCInfoBase* scc) { in InitSCC()
|
D | generated_message_util.cc | 778 void InitSCC_DFS(SCCInfoBase* scc) { in InitSCC_DFS() 797 void InitSCCImpl(SCCInfoBase* scc) { in InitSCCImpl()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_scheduler.c | 119 int scc; member 137 static int node_scc_exactly(struct isl_sched_node *node, int scc) in node_scc_exactly() 142 static int node_scc_at_most(struct isl_sched_node *node, int scc) in node_scc_at_most() 147 static int node_scc_at_least(struct isl_sched_node *node, int scc) in node_scc_at_least() 392 int scc; member 3896 static int edge_scc_exactly(struct isl_sched_edge *edge, int scc) in edge_scc_exactly() 3901 static int edge_dst_scc_at_most(struct isl_sched_edge *edge, int scc) in edge_dst_scc_at_most() 3906 static int edge_src_scc_at_least(struct isl_sched_edge *edge, int scc) in edge_src_scc_at_least() 5963 struct isl_sched_graph *scc; member 6191 int scc = graph->node[g->order[i]].scc; in mark_merge_sccs() local [all …]
|
D | isl_ast_codegen.c | 1986 static isl_stat add_nodes(__isl_take isl_basic_set_list *scc, void *user) in add_nodes() 2143 static isl_stat generate_sorted_domains_wrap(__isl_take isl_basic_set_list *scc, in generate_sorted_domains_wrap()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/ |
D | resource_alias_analysis.cc | 161 for (auto& scc : make_range(scc_begin, scc_end)) { in BacktrackAnalysis() local
|
/external/llvm-project/llvm/test/MC/Lanai/ |
D | v11.s | 437 scc %r21 label
|
/external/llvm/test/MC/Lanai/ |
D | v11.s | 437 scc %r21 label
|
/external/llvm-project/mlir/lib/Transforms/ |
D | Inliner.cpp | 605 runTransformOnCGSCCs(cg, [&](CallGraphSCC &scc) { in runOnOperation()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 395 std::string GetMessagesFileName(const GeneratorOptions& options, const SCC* scc, in GetMessagesFileName() 1796 io::Printer* printer, const SCC* scc, in GenerateRequiresForSCC() 3810 const SCC* scc = analyzer.GetSCC(desc); in GenerateAll() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_init.c | 2343 static char *try_config(char *s, const char *opt, char scc) in try_config()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 1880 SymbolContextScope *scc = variable->GetSymbolContextScope(); in ResolveSymbolContext() local
|