OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CondResult
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/make/
cond.c
166
static
CondResult
CondParser_Or(CondParser *, bool);
834
static
CondResult
837
CondResult
res;
862
static
CondResult
865
CondResult
res, rhs;
883
static
CondResult
886
CondResult
res, rhs;
906
static
CondResult
912
CondResult
rval;
941
CondResult
[
all
...]
make.h
555
typedef enum
CondResult
{
559
}
CondResult
;
823
CondResult
Cond_EvalCondition(const char *) MAKE_ATTR_USE;
824
CondResult
Cond_EvalLine(const char *) MAKE_ATTR_USE;
parse.c
2623
CondResult
condResult
;
2644
condResult
= Cond_EvalLine(line);
2647
if (
condResult
!= CR_ERROR
2654
switch (
condResult
) {
var.c
3491
CondResult
cond_rc = CR_TRUE; /* anything other than CR_ERROR */
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
1037
ExprResult
CondResult
=
1039
if (
CondResult
.isInvalid())
1044
Cond =
CondResult
.get();
1673
ExprResult
CondResult
= CheckBooleanCondition(DoLoc, Cond);
1674
if (
CondResult
.isInvalid())
1676
Cond =
CondResult
.get();
1678
CondResult
= ActOnFinishFullExpr(Cond, DoLoc, /*DiscardedValue*/ false);
1679
if (
CondResult
.isInvalid())
1681
Cond =
CondResult
.get();
SemaChecking.cpp
10913
bool
CondResult
;
10914
if (CO->getCond()->EvaluateAsBooleanCondition(
CondResult
, C))
10916
CondResult
? CO->getTrueExpr() : CO->getFalseExpr(),
SemaExpr.cpp
8719
ExprResult
CondResult
= CorrectDelayedTyposInExpr(CondExpr);
8723
if (!
CondResult
.isUsable())
8734
CondExpr =
CondResult
.get();
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
2075
Sema::ConditionResult &
CondResult
,
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
15420
ICEDiag
CondResult
= CheckICE(Exp->getCond(), Ctx);
15421
if (
CondResult
.Kind == IK_NotICE)
15422
return
CondResult
;
15431
if (
CondResult
.Kind == IK_ICEIfUnevaluated)
15432
return
CondResult
;
15436
// Note that if we get here,
CondResult
is 0, and at least one of
Completed in 112 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026