#include "init_handler.h"
#include "init_handler_i.h"
Include dependency graph for init_handler.cc:
Go to the source code of this file.
Functions | |
Ptree * | get_string_literal (Ptree *t) |
Extract string literal. More... | |
bool | is_character_type (Type t) |
True iff t is a character type (according to 8.5.2p1). More... |
|
Extract string literal. If t is a (possibly parenthesized) string literal, return pointer to that literal. Returns null otherwise. Definition at line 126 of file init_handler.cc. References Ptree::GetLength(), Ptree::GetPosition(), Ptree::IsLeaf(), and Ptree::Second(). Referenced by Init_handler::process_brace(), and Init_handler::process_initializer(). |
|
True iff t is a character type (according to 8.5.2p1).
Definition at line 148 of file init_handler.cc. References Type::is_same_unqualified_type(). Referenced by Init_handler::process_brace(), and Init_handler::process_initializer(). |