|
Cppcheck
|
#include "config.h"#include "mathlib.h"#include "templatesimplifier.h"#include "utils.h"#include "vfvalue.h"#include <cassert>#include <cstdint>#include <cstddef>#include <functional>#include <list>#include <memory>#include <ostream>#include <set>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | ScopeInfo2 |
| struct | TokenImpl |
| struct | TokenImpl::CppcheckAttributes |
| class | Token |
| The token list that the TokenList generates is a linked-list of this class. More... | |
| struct | Token::stringifyOptions |
Enumerations | |
| enum class | TokenDebug { None , ValueFlow , ValueType } |
Functions | |
| Token * | findTypeEnd (Token *tok) |
| Token * | findLambdaEndScope (Token *tok) |
| const Token * | findLambdaEndScope (const Token *tok) |
|
strong |