Jlm
Functions
FunctionCallTests.cpp File Reference
#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>
Include dependency graph for FunctionCallTests.cpp:

Go to the source code of this file.

Functions

 TEST (FunctionCallTests, test_function_call)
 
 TEST (FunctionCallTests, test_malloc_call)
 
 TEST (FunctionCallTests, test_free_call)
 

Function Documentation

◆ TEST() [1/3]

TEST ( FunctionCallTests  ,
test_free_call   
)

Definition at line 128 of file FunctionCallTests.cpp.

◆ TEST() [2/3]

TEST ( FunctionCallTests  ,
test_function_call   
)

Definition at line 18 of file FunctionCallTests.cpp.

◆ TEST() [3/3]

TEST ( FunctionCallTests  ,
test_malloc_call   
)

Definition at line 71 of file FunctionCallTests.cpp.