|
Jlm
|
#include <gtest/gtest.h>#include <jlm/llvm/frontend/LlvmModuleConversion.hpp>#include <jlm/llvm/ir/operators/call.hpp>#include <jlm/llvm/ir/operators/MemoryStateOperations.hpp>#include <jlm/llvm/ir/operators/operators.hpp>#include <jlm/llvm/ir/print.hpp>#include <llvm/IR/BasicBlock.h>#include <llvm/IR/IRBuilder.h>#include <llvm/IR/Module.h>
Go to the source code of this file.
Functions | |
| TEST (FunctionCallTests, test_function_call) | |
| TEST (FunctionCallTests, test_malloc_call) | |
| TEST (FunctionCallTests, test_free_call) | |
| TEST | ( | FunctionCallTests | , |
| test_free_call | |||
| ) |
Definition at line 128 of file FunctionCallTests.cpp.
| TEST | ( | FunctionCallTests | , |
| test_function_call | |||
| ) |
Definition at line 18 of file FunctionCallTests.cpp.
| TEST | ( | FunctionCallTests | , |
| test_malloc_call | |||
| ) |
Definition at line 71 of file FunctionCallTests.cpp.