Home
last modified time | relevance | path

Searched defs:UpVal (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlobject.h604 typedef struct UpVal { struct
610 struct UpVal *next; /* linked list */ argument
615 } UpVal; typedef
/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp197 isl::val UpVal = UB.get_val(); in getNumberOfIterations() local