Searched refs:ValueInt (Results 1 – 2 of 2) sorted by relevance
3 struct ValueInt struct5 ValueInt(int v = 0) : ValueLength(v) {} in ValueInt() function16 struct ValueBoth : ValueInt, ValueEnum { }; argument18 struct IndirectValueInt : ValueInt { };19 struct TwoValueInts : ValueInt, IndirectValueInt { };22 …(void)new int[ValueInt(10)]; // expected-warning{{implicit conversion from array size expression o… in test()
627 int ValueInt = 1; in EmitCondBrHints() local631 ValueInt = static_cast<int>(ValueAPS.getSExtValue()); in EmitCondBrHints()647 ValueInt = 1; in EmitCondBrHints()653 Value = llvm::ConstantInt::get(Int32Ty, ValueInt); in EmitCondBrHints()