OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValueAPS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.cpp
631
llvm::APSInt
ValueAPS
= ValueExpr->EvaluateKnownConstInt(Ctx);
632
ValueInt =
ValueAPS
.getSExtValue();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
3633
llvm::APSInt
ValueAPS
;
3634
ExprResult R = VerifyIntegerConstantExpression(E, &
ValueAPS
);
3639
bool ValueIsPositive =
ValueAPS
.isStrictlyPositive();
3640
if (!ValueIsPositive ||
ValueAPS
.getActiveBits() > 31) {
3642
<<
ValueAPS
.toString(10) << ValueIsPositive;
Completed in 52 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026