Home
last modified time | relevance | path

Searched defs:callees (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.h50 TVector<FunctionNode*> callees; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.h45 std::vector<int> callees; member
DCallDAG.cpp93 std::set<CreatorFunctionData *> callees; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dcall_graph.cpp142 const auto& callees = call_graph_edges_[function_id]; in ComputeInterproceduralFunctionCallDepths() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dcall_graph.cpp142 const auto& callees = call_graph_edges_[function_id]; in ComputeInterproceduralFunctionCallDepths() local
/third_party/spirv-tools/source/fuzz/
Dcall_graph.cpp142 const auto& callees = call_graph_edges_[function_id]; in ComputeInterproceduralFunctionCallDepths() local
/third_party/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp148 exec_list callees; member in __anon7aea43530111::function
/third_party/skia/third_party/externals/tint/src/inspector/
Dtest_inspector_builder.cc38 std::vector<std::string> callees, in MakeCallerBodyFunction()
/third_party/node/deps/v8/tools/gcmole/
Dgcmole.cc258 CalleesSet* callees = callgraph_[name]; in EnterScope() local
282 CalleesSet* callees = i->second; in PrintCallGraph() local