Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dnew-array-size-conv.cpp5 struct ValueInt struct
7 ValueInt(int v = 0) : ValueLength(v) {} in ValueInt() function
18 struct ValueBoth : ValueInt, ValueEnum { }; argument
/external/clang/lib/CodeGen/
DCGLoopInfo.cpp146 unsigned ValueInt = 1; in push() local