OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConditionTrue
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp
165
Expr *&rebuiltExpr = ce->
isConditionTrue
() ? LHS : RHS;
172
ce->
isConditionTrue
());
/src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp
193
if (!E->
isConditionTrue
())
ASTImporter.cpp
6577
bool CondIsTrue = !E->isConditionDependent() && E->
isConditionTrue
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
4467
///
isConditionTrue
- Return whether the condition is true (i.e. not
4469
bool
isConditionTrue
() const {
4483
return
isConditionTrue
() ? getLHS() : getRHS();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
1181
Record.push_back(E->isConditionDependent() ? false : E->
isConditionTrue
());
Completed in 80 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026