HomeSort by relevance Sort by last modified time
    Searched full:unevaluated (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/test/SemaObjCXX/
arc-ppe.mm 3 // Make sure the ARC auto-deduction of id* in unevaluated contexts
5 // context is unevaluated.
  /external/clang/test/Preprocessor/
expr_comma.c 4 // Comma is allowed if unevaluated in C99
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p2.cpp 18 int i2 = sizeof([]()->void{}()); // expected-error{{lambda expression in an unevaluated operand}}
20 const std::type_info &ti2 = typeid([&]() -> int { return i; }()); // expected-error{{lambda expression in an unevaluated operand}}
38 = typeid([=]() -> int { boom_float.tickle(); return 0; }()); // expected-error{{lambda expression in an unevaluated operand}} \
templates.cpp 80 = typeid([=,&r] () -> R& { // expected-error{{lambda expression in an unevaluated operand}}
  /external/clang/test/SemaCXX/
runtimediag-ppe.cpp 5 // the context is unevaluated.
undefined-internal.cpp 160 // Check that nesting an unevaluated or constant-evaluated context does
164 // Check that the checks work with unevaluated contexts
uninit-variables.cpp 19 // Don't warn on unevaluated contexts.
vararg-non-pod.cpp 73 // PR5761: unevaluated operands and the non-POD warning
warn-bad-memaccess.cpp 105 // Unevaluated code shouldn't warn.
cxx98-compat.cpp 284 int k = sizeof(S::n); // expected-warning {{use of non-static data member 'n' in an unevaluated context is incompatible with C++98}}
285 const std::type_info &ti = typeid(S::n); // expected-warning {{use of non-static data member 'n' in an unevaluated context is incompatible with C++98}}
  /external/clang/test/SemaTemplate/
overload-uneval.cpp 3 // Tests that overload resolution is treated as an unevaluated context.
instantiate-init.cpp 61 // cause instantiation is in an unevaluated context, but one requiring its
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p12-0x.cpp 23 // Make sure the rule for unevaluated operands works correctly with typeid.
  /external/clang/test/CXX/special/class.temporary/
p1.cpp 38 // Don't enforce this in an unevaluated context.
  /external/clang/test/Sema/
self-comparison.c 43 // Don't complain in unevaluated contexts.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.def 35 expression may be used in an unevaluated part of an integer
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.def 35 expression may be used in an unevaluated part of an integer
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.def 35 expression may be used in an unevaluated part of an integer
  /external/clang/test/CodeGenCXX/
template-instantiation.cpp 146 // complete their type in an unevaluated context, we *do* emit initializers with
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 568 << "Unevaluated(S, Sema::Unevaluated);\n";
594 << "Unevaluated(S, Sema::Unevaluated);\n";
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaLambda.cpp 723 // A lambda-expression shall not appear in an unevaluated operand
727 case Unevaluated:
    [all...]
SemaExprCXX.cpp 333 // polymorphic class type [...] [the] expression is an unevaluated
696 // We don't need to capture this in an unevaluated context.
697 if (ExprEvalContexts.back().Context == Unevaluated && !Explicit)
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 257 EnterExpressionEvaluationContext Unevaluated(Actions,
    [all...]

Completed in 722 milliseconds

1 2