Cppcheck
|
Go to the source code of this file.
Macros | |
#define | C90_KEYWORDS |
#define | C99_KEYWORDS "inline", "restrict", "_Bool", "_Complex", "_Imaginary" |
#define | C11_KEYWORDS "_Alignas", "_Alignof", "_Atomic", "_Generic", "_Noreturn", "_Static_assert", "_Thread_local" |
#define | C23_KEYWORDS |
#define | CPP03_KEYWORDS |
#define | CPP11_KEYWORDS |
#define | CPP20_KEYWORDS |
#define | CPP_TMTS_KEYWORDS "atomic_cancel", "atomic_commit", "atomic_noexcept", "synchronized" |
#define | CPP_REFL_TS_KEYWORDS "reflexpr" |
Variables | |
static const std::unordered_set< std::string > | c89_keywords_all |
static const std::unordered_set< std::string > | c89_keywords = c89_keywords_all |
static const std::unordered_set< std::string > | c99_keywords_all |
static const std::unordered_set< std::string > | c99_keywords |
static const std::unordered_set< std::string > | c11_keywords_all |
static const std::unordered_set< std::string > | c11_keywords |
static const std::unordered_set< std::string > | c23_keywords_all |
static const std::unordered_set< std::string > | c23_keywords |
static const std::unordered_set< std::string > | cpp03_keywords_all |
static const std::unordered_set< std::string > | cpp03_keywords = cpp03_keywords_all |
static const std::unordered_set< std::string > | cpp11_keywords_all |
static const std::unordered_set< std::string > | cpp11_keywords |
static const std::unordered_set< std::string > | cpp14_keywords_all = cpp11_keywords_all |
static const std::unordered_set< std::string > | cpp14_keywords |
static const std::unordered_set< std::string > | cpp17_keywords_all = cpp11_keywords_all |
static const std::unordered_set< std::string > | cpp17_keywords |
static const std::unordered_set< std::string > | cpp20_keywords_all |
static const std::unordered_set< std::string > | cpp20_keywords |
static const std::unordered_set< std::string > | cpp23_keywords |
static const std::unordered_set< std::string > | cpp23_keywords_all = cpp20_keywords_all |
#define C11_KEYWORDS "_Alignas", "_Alignof", "_Atomic", "_Generic", "_Noreturn", "_Static_assert", "_Thread_local" |
Definition at line 34 of file keywords.cpp.
#define C23_KEYWORDS |
Definition at line 42 of file keywords.cpp.
#define C90_KEYWORDS |
Definition at line 25 of file keywords.cpp.
#define C99_KEYWORDS "inline", "restrict", "_Bool", "_Complex", "_Imaginary" |
Definition at line 31 of file keywords.cpp.
#define CPP03_KEYWORDS |
Definition at line 82 of file keywords.cpp.
#define CPP11_KEYWORDS |
Definition at line 94 of file keywords.cpp.
#define CPP20_KEYWORDS |
Definition at line 98 of file keywords.cpp.
#define CPP_REFL_TS_KEYWORDS "reflexpr" |
Definition at line 110 of file keywords.cpp.
#define CPP_TMTS_KEYWORDS "atomic_cancel", "atomic_commit", "atomic_noexcept", "synchronized" |
Definition at line 107 of file keywords.cpp.
|
static |
Definition at line 68 of file keywords.cpp.
Referenced by Keywords::getOnly().
|
static |
|
static |
Definition at line 76 of file keywords.cpp.
|
static |
Definition at line 72 of file keywords.cpp.
Referenced by Keywords::getAll(), and Keywords::getOnly().
|
static |
Definition at line 54 of file keywords.cpp.
Referenced by Keywords::getOnly().
|
static |
Definition at line 50 of file keywords.cpp.
Referenced by Keywords::getAll().
|
static |
Definition at line 60 of file keywords.cpp.
Referenced by Keywords::getOnly().
|
static |
Definition at line 56 of file keywords.cpp.
Referenced by Keywords::getAll().
|
static |
Definition at line 121 of file keywords.cpp.
Referenced by Keywords::getOnly().
|
static |
Definition at line 117 of file keywords.cpp.
Referenced by Keywords::getAll().
|
static |
Definition at line 127 of file keywords.cpp.
Referenced by Keywords::getOnly().
|
static |
Definition at line 123 of file keywords.cpp.
Referenced by Keywords::getAll().
|
static |
Definition at line 133 of file keywords.cpp.
Referenced by Keywords::getOnly().
|
static |
Definition at line 131 of file keywords.cpp.
Referenced by Keywords::getAll().
|
static |
Definition at line 137 of file keywords.cpp.
Referenced by Keywords::getOnly().
|
static |
Definition at line 135 of file keywords.cpp.
Referenced by Keywords::getAll().
|
static |
Definition at line 143 of file keywords.cpp.
Referenced by Keywords::getOnly().
|
static |
Definition at line 139 of file keywords.cpp.
Referenced by Keywords::getAll().
|
static |
Definition at line 147 of file keywords.cpp.
Referenced by Keywords::getOnly().
|
static |
Definition at line 149 of file keywords.cpp.
Referenced by Keywords::getAll().