OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputExpr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
378
Expr *
InputExpr
= Exprs[i];
381
if (CheckNakedParmReference(
InputExpr
, *this))
386
checkExprMemoryConstraintCompat(*this,
InputExpr
, Info, true))
391
if (CheckAsmLValue(
InputExpr
, *this))
392
return StmtError(Diag(
InputExpr
->getBeginLoc(),
395
<<
InputExpr
->getSourceRange());
397
if (!
InputExpr
->isValueDependent()) {
399
if (
InputExpr
->EvaluateAsRValue(EVResult, Context, true)) {
403
if (EVResult.Val.toIntegralConstant(IntResult,
InputExpr
->getType(),
406
return StmtError(Diag(
InputExpr
->getBeginLoc()
[
all
...]
TreeTransform.h
4395
Expr *
InputExpr
= Input.getSourceExpression();
4396
if (!
InputExpr
)
InputExpr
= Input.getArgument().getAsExpr();
4398
ExprResult E = getDerived().TransformExpr(
InputExpr
);
7637
Expr *
InputExpr
= S->getInputExpr(I);
7638
ExprResult Result = getDerived().TransformExpr(
InputExpr
);
7642
ExprsChanged |= Result.get() !=
InputExpr
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
2083
const Expr *
InputExpr
,
2090
InputExpr
->EvaluateAsRValue(EVResult, getContext(), true);
2093
if (EVResult.Val.toIntegralConstant(IntResult,
InputExpr
->getType(),
2099
if (
InputExpr
->EvaluateAsInt(Result, getContext()))
2104
if (CodeGenFunction::hasScalarEvaluationKind(
InputExpr
->getType()))
2105
return EmitScalarExpr(
InputExpr
);
2106
if (
InputExpr
->getStmtClass() == Expr::CXXThisExprClass)
2107
return EmitScalarExpr(
InputExpr
);
2108
InputExpr
=
InputExpr
->IgnoreParenNoopCasts(getContext())
[
all
...]
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026