Home
last modified time | relevance | path

Searched refs:ValueInt (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dnew-array-size-conv.cpp3 struct ValueInt struct
5 ValueInt(int v = 0) : ValueLength(v) {} in ValueInt() function
16 struct ValueBoth : ValueInt, ValueEnum { }; argument
18 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()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp627 int ValueInt = 1; in EmitCondBrHints() local
631 ValueInt = static_cast<int>(ValueAPS.getSExtValue()); in EmitCondBrHints()
647 ValueInt = 1; in EmitCondBrHints()
653 Value = llvm::ConstantInt::get(Int32Ty, ValueInt); in EmitCondBrHints()