HomeSort by relevance Sort by last modified time
    Searched refs:EVal (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Sema/
conditional-expr.c 53 enum Enum { EVal };
54 test0 = test0 ? EVal : test0;
55 test1 = test0 ? EVal : (int) test0;
57 (unsigned) EVal
60 test0 = test0 ? EVal : test1; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
61 test0 = test0 ? test1 : EVal; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
  /external/clang/test/SemaCXX/
conditional-expr.cpp 53 enum Enum { EVal };
172 i1 = i1 ? i1 : EVal;
173 i1 = i1 ? EVal : i1;
209 test0 = test0 ? EVal : test0;
210 test1 = test0 ? EVal : (int) test0;
212 test0 = test0 ? EVal : test1; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
213 test0 = test0 ? test1 : EVal; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
215 test1 = test0 ? EVal : (int) test0;
216 test1 = test0 ? (int) test0 : EVal;
  /cts/suite/audio_quality/lib/include/task/
TaskProcess.h 66 EVal,
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 113 case EVal: {
270 Param param(EVal, item[1]);
331 ASSERT((type == TaskProcess::EId) || (type == TaskProcess::EVal));
349 ASSERT((mType == TaskProcess::EId) || (mType == TaskProcess::EVal));
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 195 bool ParseExpression(const MCExpr *&EVal);
    [all...]

Completed in 243 milliseconds