Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4827633
pointerarithmetic.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Aug 25, 2:51 PM
Size
502 B
Mime Type
text/x-c++
Expires
Thu, Aug 27, 2:51 PM (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
286471
Attached To
rXR Xreate
pointerarithmetic.h
View Options
/*
* File: pointerarithmetic.h
* Author: pgess <v.melnychenko@xreate.org>
*
* Created on March 29, 2017, 11:52 AM
*/
#ifndef POINTERARITHMETIC_H
#define POINTERARITHMETIC_H
#include "pass/compilepass.h"
namespace llvm {
class Value;
}
namespace xreate { namespace compilation {
class PointerArithmetic {
public:
static llvm::Value* add(llvm::Value *left, llvm::Value *right, Context context, const std::string& hintVarDecl);
};
} }
#endif /* POINTERARITHMETIC_H */
Event Timeline
Log In to Comment