OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVResult
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp
109
Expr::EvalResult
EVResult
;
110
if (CE->EvaluateAsInt(
EVResult
, C.getASTContext(), Expr::SE_NoSideEffects)) {
112
llvm::APSInt Result =
EVResult
.Val.getInt();
NumberObjectConversionChecker.cpp
89
Expr::EvalResult
EVResult
;
91
EVResult
, ACtx, Expr::SE_AllowSideEffects)) {
92
llvm::APSInt Result =
EVResult
.Val.getInt();
CheckSecuritySyntaxOnly.cpp
632
Expr::EvalResult
EVResult
;
633
if (!suffixEx->EvaluateAsInt(
EVResult
, BR.getContext()))
635
llvm::APSInt Result =
EVResult
.Val.getInt();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
398
Expr::EvalResult
EVResult
;
399
if (InputExpr->EvaluateAsRValue(
EVResult
, Context, true)) {
403
if (
EVResult
.Val.toIntegralConstant(IntResult, InputExpr->getType(),
SemaExpr.cpp
5124
Expr::EvalResult
EvResult
;
5125
if (!Dim->isValueDependent() && Dim->EvaluateAsInt(
EvResult
, Context)) {
5129
llvm::APSInt Value =
EvResult
.Val.getInt();
9804
Expr::EvalResult
EVResult
;
9805
bool CstInt = Int->get()->EvaluateAsInt(
EVResult
, S.Context);
9813
llvm::APSInt Result =
EVResult
.Val.getInt();
9841
Expr::EvalResult
EVResult
;
9842
bool CstInt = Int->get()->EvaluateAsInt(
EVResult
, S.Context);
9851
llvm::APSInt Result =
EVResult
.Val.getInt();
12495
Expr::EvalResult
EVResult
;
[
all
...]
SemaInit.cpp
8795
Expr::EvalResult
EVResult
;
8796
Init->EvaluateAsInt(
EVResult
, S.Context);
8797
llvm::APSInt Result =
EVResult
.Val.getInt();
SemaOpenMP.cpp
8923
Expr::EvalResult
EVResult
;
8925
OrderedLoopCountExpr->EvaluateAsInt(
EVResult
,
8927
llvm::APSInt Result =
EVResult
.Val.getInt();
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
14961
EvalResult
EVResult
;
14962
EVResult
.Diag = Diag;
14963
EvalInfo Info(Ctx,
EVResult
, EvalInfo::EM_IgnoreSideEffects);
14966
bool Result = ::EvaluateAsRValue(this,
EVResult
, Ctx, Info);
14969
assert(
EVResult
.Val.isInt() && "Expression did not evaluate to integer");
14971
return
EVResult
.Val.getInt();
14979
EvalResult
EVResult
;
14980
EVResult
.Diag = Diag;
14981
EvalInfo Info(Ctx,
EVResult
, EvalInfo::EM_IgnoreSideEffects);
14985
bool Result = ::EvaluateAsRValue(Info, this,
EVResult
.Val)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
2089
Expr::EvalResult
EVResult
;
2090
InputExpr->EvaluateAsRValue(
EVResult
, getContext(), true);
2093
if (
EVResult
.Val.toIntegralConstant(IntResult, InputExpr->getType(),
CGExprScalar.cpp
2805
Expr::EvalResult
EVResult
;
2806
if (E->EvaluateAsInt(
EVResult
, CGF.getContext())) {
2807
llvm::APSInt Value =
EVResult
.Val.getInt();
Completed in 76 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026