OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FalseResult
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp
831
APInt
FalseResult
= getSizeWithOverflow(FalseSide);
833
if (TrueResult ==
FalseResult
) {
837
if (TrueResult.slt(
FalseResult
))
842
if (TrueResult.sgt(
FalseResult
))
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
15403
ICEDiag
FalseResult
= CheckICE(Exp->getFalseExpr(), Ctx);
15404
if (
FalseResult
.Kind == IK_NotICE) return
FalseResult
;
15406
if (
FalseResult
.Kind == IK_ICEIfUnevaluated &&
15408
return
FalseResult
;
15425
ICEDiag
FalseResult
= CheckICE(Exp->getFalseExpr(), Ctx);
15429
if (
FalseResult
.Kind == IK_NotICE)
15430
return
FalseResult
;
15433
if (TrueResult.Kind == IK_ICE &&
FalseResult
.Kind == IK_ICE)
15437
// TrueResult and
FalseResult
is non-zero
[
all
...]
Completed in 27 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026