|
KSeExpr 4.0.4.0
|
#include "ExprConfig.h"Go to the source code of this file.
Macros | |
| #define | LLVM_BASE const { return 0; } |
| #define | LLVM_BODY const override { return 0; } |
Typedefs | |
| using | LLVM_VALUE = double |
| using | LLVM_BUILDER = double |
| #define LLVM_BASE const { return 0; } |
Definition at line 27 of file ExprLLVM.h.
Referenced by KSeExpr::ExprLocalVar::codegen(), KSeExpr::ExprNode::codegen(), and KSeExpr::ExprVarEnv::codegenMerges().
| #define LLVM_BODY const override { return 0; } |
Definition at line 28 of file ExprLLVM.h.
Referenced by KSeExpr::ExprAssignNode::codegen(), KSeExpr::ExprBinaryOpNode::codegen(), KSeExpr::ExprBlockNode::codegen(), KSeExpr::ExprCompareEqNode::codegen(), KSeExpr::ExprCompareNode::codegen(), KSeExpr::ExprCondNode::codegen(), KSeExpr::ExprFuncNode::codegen(), KSeExpr::ExprIfThenElseNode::codegen(), KSeExpr::ExprLocalFunctionNode::codegen(), KSeExpr::ExprModuleNode::codegen(), KSeExpr::ExprNumNode::codegen(), KSeExpr::ExprPrototypeNode::codegen(), KSeExpr::ExprStrNode::codegen(), KSeExpr::ExprSubscriptNode::codegen(), KSeExpr::ExprUnaryOpNode::codegen(), KSeExpr::ExprVarNode::codegen(), and KSeExpr::ExprVecNode::codegen().
| using LLVM_BUILDER = double |
Definition at line 26 of file ExprLLVM.h.
| using LLVM_VALUE = double |
Definition at line 25 of file ExprLLVM.h.