HomeSort by: relevance | last modified time | path
    Searched refs:Evaluated (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 2390 /// form, which contains extra information on the evaluated value of the
2423 // first time it is evaluated. FIXME: The notes won't always be emitted the
2426 return Eval->Evaluated.isAbsent() ? nullptr : &Eval->Evaluated;
2436 bool Result = Init->EvaluateAsInitializer(Eval->Evaluated, Ctx, this, Notes,
2450 Eval->Evaluated = APValue();
2451 else if (Eval->Evaluated.needsCleanup())
2452 Ctx.addDestruction(&Eval->Evaluated);
2457 return Result ? &Eval->Evaluated : nullptr;
2463 return &Eval->Evaluated;
    [all...]
ExprConstant.cpp 18 // * An evaluated result, valid only if constant folding has not failed.
22 // where it is possible to determine the evaluated result regardless.
508 /// The callee at the point where the arguments were evaluated. This might
783 /// If an expression could be evaluated, it is still possible it is not a C
788 /// indicates whether the subexpression is "evaluated" or not according to C
789 /// rules. For example, the RHS of (0 && foo()) is not evaluated. We can
826 /// evaluated, if any.
839 /// declaration whose initializer is being evaluated, if any.
2428 /// Check that this evaluated value is fully-initialized and can be loaded by
2589 // - the expression being evaluated is not a part of global variabl
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 314 // Substitute a single OpenMP clause, which is a potentially-evaluated
317 EnterExpressionEvaluationContext Evaluated(
395 // Substitute a single OpenMP clause, which is a potentially-evaluated
398 EnterExpressionEvaluationContext Evaluated(
4314 // // bug: default argument A<T>::FooImpl() is evaluated with 2-level
5116 EnterExpressionEvaluationContext Evaluated(
SemaInit.cpp 8155 EnterExpressionEvaluationContext Evaluated(
SemaExpr.cpp 848 // potentially potentially evaluated contexts.
889 // Passing a potentially-evaluated argument of class type (Clause 9)
1987 // A variable x whose name appears as a potentially-evaluated expression e
3335 // potentially-evaluated contexts? Since the variable isn't actually
5672 // Just mark all of the declarations in this potentially-evaluated expression
9928 // value is dependent (and thus cannot be evaluated by the constant
11375 // expression is potentially-evaluated, we can resolve the array to a
14285 /// Returns true if the given expression can be evaluated as a constant
14293 /// Returns true if the given expression can be evaluated as a constant
15539 // Enter a separate potentially-evaluated context while building bloc
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 153 // it's not necessarily a simple constant and it must be evaluated
639 APValue Evaluated =
641 return ConstantEmitter(CGF).emitAbstract(SLE->getLocation(), Evaluated,
2908 // VLA, it is evaluated.
2968 // effects are evaluated, but not the actual value.
3002 // Emit the RHS first. __block variables need to have the rhs evaluated
4206 // __block variables need to have the rhs evaluated first, plus
4484 // Even non-volatile automatic variables can't be evaluated unconditionally.
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 811 /// which it was evaluated (if any), and whether or not the statement
814 /// Whether this statement was already evaluated.
817 /// Whether this statement is being evaluated.
839 APValue Evaluated;
1293 /// declaration, and produce notes explaining why it cannot be evaluated.
1302 /// Return the already-evaluated value of this variable's
1304 /// to untyped APValue if the value could not be evaluated.

Completed in 104 milliseconds