Home
last modified time | relevance | path

Searched defs:Sinks (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/test/
Dvcm_payload_sink_factory.h50 typedef std::vector<VcmPayloadSink*> Sinks; typedef
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp348 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, in trim()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DRandomIRBuilderTest.cpp157 SmallVector<Instruction *, 1> Sinks = {&*std::next(BB.begin())}; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1114 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local