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.cpp3 struct ValueInt struct
5 ValueInt(int v = 0) : ValueLength(v) {} in ValueInt() argument
16 struct ValueBoth : ValueInt, ValueEnum { }; argument
/external/clang/lib/CodeGen/
DCGStmt.cpp626 int ValueInt = 1; in EmitCondBrHints() local