Home
last modified time | relevance | path

Searched refs:entryPoints (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/cc/frontends/p4/compiler/
DebpfProgram.py67 self.entryPoints = [] # control-flow entry points from parser
121 self.entryPoints.append(n)
501 for e in self.entryPoints:
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h712 std::vector<std::unique_ptr<Instruction> > entryPoints; variable
DSpvBuilder.cpp1085 entryPoints.push_back(std::unique_ptr<Instruction>(entryPoint)); in addEntryPoint()
2735 dumpInstructions(out, entryPoints); in dump()