Home
last modified time | relevance | path

Searched defs: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
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp627 int ValueInt = 1; in EmitCondBrHints() local