#include "builtin_factory.h"#include <util/config.h>#include <util/prefix.h>#include <util/string_utils.h>#include <util/symbol_table.h>#include "ansi_c_internal_additions.h"#include "ansi_c_parser.h"#include "ansi_c_typecheck.h"#include <sstream>Go to the source code of this file.
Check whether given identifier is a compiler built-in.
If so, add declaration to symbol table.
Definition at line 104 of file builtin_factory.cpp.
Definition at line 42 of file builtin_factory.cpp.