OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueStmt
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp
1142
const Stmt *
ValueStmt
= S;
1144
ValueStmt
= ValueExpr;
1151
CK_NullPassedToNonnull, N, nullptr, C,
ValueStmt
);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
1779
class
ValueStmt
: public Stmt {
1786
const
ValueStmt
*ConstThis = this;
1798
class LabelStmt : public
ValueStmt
{
1806
:
ValueStmt
(LabelStmtClass), TheDecl(D), SubStmt(substmt) {
1811
explicit LabelStmt(EmptyShell Empty) :
ValueStmt
(LabelStmtClass, Empty) {}
1846
: public
ValueStmt
,
1855
:
ValueStmt
(AttributedStmtClass), SubStmt(SubStmt) {
1862
:
ValueStmt
(AttributedStmtClass, Empty) {
Expr.h
109
class Expr : public
ValueStmt
{
121
:
ValueStmt
(SC) {
130
explicit Expr(StmtClass SC, EmptyShell) :
ValueStmt
(SC) { }
/src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
395
const Expr *
ValueStmt
::getExprStmt() const {
406
llvm_unreachable("unknown kind of
ValueStmt
");
407
} while (isa<
ValueStmt
>(S));
ComputeDependence.cpp
164
dyn_cast_or_null<
ValueStmt
>(E->getSubStmt()->getStmtExprResult()))
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
15004
dyn_cast<
ValueStmt
>(Compound->getStmtExprResult())) {
Completed in 44 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026