Home
last modified time | relevance | path

Searched refs:indexVar (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/cc/frontends/p4/compiler/
DebpfInstance.py69 def __init__(self, hlirInstance, indexVar, factory): argument
74 assert isinstance(indexVar, str)
78 self.indexVar = indexVar
DebpfParser.py56 index = "[" + ebpfStack.indexVar + "]"
331 ebpfStack.indexVar, ebpfStack.arraySize)
344 index = "[" + ebpfStack.indexVar + "]"
372 serializer.appendFormat("{0}++;", ebpfStack.indexVar)
DebpfDeparser.py101 index = "[" + ebpfStack.indexVar + "]"
DebpfProgram.py382 "{0}8 {0} = 0;", self.config.uprefix, h.indexVar)
/external/llvm-project/flang/lib/Semantics/
Dsemantics.cpp304 if (const Symbol * indexVar{name.symbol}) { in ActivateIndexVar() local
305 if (const Symbol * root{GetAssociationRoot(*indexVar)}) { in ActivateIndexVar()
312 if (Symbol * indexVar{name.symbol}) { in DeactivateIndexVar()
313 if (const Symbol * root{GetAssociationRoot(*indexVar)}) { in DeactivateIndexVar()