AQUAgpusph 4.1.2
|
OpenCL kernel kernel based tool. (see Aqua::CalcServer::Kernel for details) More...
#include <clang-c/Index.h>
#include <clang-c/Platform.h>
#include <AuxiliarMethods.h>
#include <InputOutput/Logger.h>
#include <CalcServer.h>
#include <CalcServer/Kernel.h>
Data Structures | |
struct | Aqua::CalcServer::clientData |
Data structure to store the variables requested and a flag to know if the entry point has been found. More... | |
Namespaces | |
namespace | Aqua |
Main AQUAgpusph namespace. | |
namespace | Aqua::CalcServer |
Calculation server name space. | |
Functions | |
CXChildVisitResult | Aqua::CalcServer::cursorVisitor (CXCursor cursor, CXCursor parent, CXClientData client_data) |
Main traverse method, which will parse all tokens except functions declarations. | |
CXChildVisitResult | Aqua::CalcServer::functionDeclVisitor (CXCursor cursor, CXCursor parent, CXClientData client_data) |
OpenCL kernel kernel based tool. (see Aqua::CalcServer::Kernel for details)