Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4001291
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
Thu, Jul 9, 6:12 AM
Size
502 B
Mime Type
text/x-c++
Expires
Sat, Jul 11, 6:12 AM (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
273403
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