Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sema.h File Reference
#include <unordered_set>
#include "tc/lang/builtins.h"
#include "tc/lang/error_report.h"
#include "tc/lang/tree.h"
#include "tc/lang/tree_views.h"
Include dependency graph for sema.h:

Go to the source code of this file.

Classes

struct  lang::TypeInfo
 
struct  lang::Sema
 

Namespaces

 lang
 

Macros

#define TYPE_INFO_OPTION(tok, c, b)
 

Macro Definition Documentation

#define TYPE_INFO_OPTION (   tok,
  c,
 
)
Value:
case tok: \
code_ = c; \
bits_ = b; \
break;