#include <limits.h>
#include <stdint.h>
#include <type_traits>
#include <gtest/gtest.h>
#include "test/test_util.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
static void | CheckRepresentation (T value) |
TEST (CompilerTest, IntegerRepresentation) | |
TEST (CompilerTest, PointerRepresentation) | |
|
static |
Definition at line 26 of file compiler_test.cc.
TEST | ( | CompilerTest | , |
IntegerRepresentation | |||
) |
Definition at line 59 of file compiler_test.cc.
TEST | ( | CompilerTest | , |
PointerRepresentation | |||
) |
Definition at line 152 of file compiler_test.cc.