Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4827891
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, 3:35 PM
Size
521 B
Mime Type
text/x-c++
Expires
Thu, Aug 27, 3:35 PM (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
287290
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 pointerarithmetic {
class PointerArithmetic {
public:
static llvm::Value* add(llvm::Value *left, llvm::Value *right, compilation::Context context, const std::string& hintVarDecl);
};
} }
#endif /* POINTERARITHMETIC_H */
Event Timeline
Log In to Comment