OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUnusedResultAWarning
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
2394
///
isUnusedResultAWarning
- Return true if this immediate expression should
2398
bool Expr::
isUnusedResultAWarning
(const Expr *&WarnE, SourceLocation &Loc,
2416
isUnusedResultAWarning
(WarnE, Loc, R1, R2, Ctx);
2419
isUnusedResultAWarning
(WarnE, Loc, R1, R2, Ctx);
2423
isUnusedResultAWarning
(WarnE, Loc, R1, R2, Ctx);
2426
isUnusedResultAWarning
(WarnE, Loc, R1, R2, Ctx);
2454
return UO->getSubExpr()->
isUnusedResultAWarning
(WarnE, Loc, R1, R2, Ctx);
2475
return BO->getRHS()->
isUnusedResultAWarning
(WarnE, Loc, R1, R2, Ctx);
2479
if (!BO->getLHS()->
isUnusedResultAWarning
(WarnE, Loc, R1, R2, Ctx) ||
2480
!BO->getRHS()->
isUnusedResultAWarning
(WarnE, Loc, R1, R2, Ctx)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
251
///
isUnusedResultAWarning
- Return true if this immediate expression should
255
bool
isUnusedResultAWarning
(const Expr *&WarnExpr, SourceLocation &Loc,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
245
if (!E->
isUnusedResultAWarning
(WarnExpr, Loc, R1, R2, Context))
Completed in 165 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026