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

  /external/clang/test/SemaCXX/
new-array-size-conv.cpp 3 struct ValueInt
5 ValueInt(int v = 0) : ValueLength(v) {}
16 struct ValueBoth : ValueInt, ValueEnum { };
18 struct IndirectValueInt : ValueInt { };
19 struct TwoValueInts : ValueInt, IndirectValueInt { };
22 (void)new int[ValueInt(10)]; // expected-warning{{implicit conversion from array size expression of type 'ValueInt' to integral type 'int' is a C++11 extension}}
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 74 int ValueInt;
82 ValueInt = 0;
84 ValueInt = 1;
96 (ValueInt = ValueAPS.getSExtValue()) < 1) {
103 return LoopHintAttr::CreateImplicit(S.Context, Option, ValueInt,
137 int ValueInt = LH->getValue();
166 << LoopHintAttr::getValueName(ValueInt);
169 CategoryState.Enabled = ValueInt;
177 << ValueInt;
180 CategoryState.Value = ValueInt;
    [all...]
  /external/chromium_org/tools/gn/
input_conversion_unittest.cc 81 TEST_F(InputConversionTest, ValueInt) {
  /external/clang/lib/CodeGen/
CGStmt.cpp 562 int ValueInt = LH->getValue();
587 if (ValueInt == 1) {
595 ValueInt = 1;
600 Value = llvm::ConstantInt::get(Int32Ty, ValueInt);
604 Value = (ValueInt == 0) ? Builder.getFalse() : Builder.getTrue();
608 Value = llvm::ConstantInt::get(Int32Ty, ValueInt);
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 88 milliseconds