Home
last modified time | relevance | path

Searched refs:getVariables (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp133 auto variables = str.getVariables(); in mlirGen()
253 for (auto &var : parentStruct->getVariables()) { in getStructFor()
287 auto structVars = structAST->getVariables(); in getMemberIndex()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/parser/
H A DAST.cpp245 for (auto &variable : node->getVariables()) in dump()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DAST.h286 llvm::ArrayRef<std::unique_ptr<VarDeclExprAST>> getVariables() { in getVariables() function
/llvm-project-15.0.7/lldb/examples/python/
H A Dpytracer.py65 def getVariables(self): member in CodeFancy