Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dhomogeneous-aggregates.cpp86 struct Float2 { float y; }; argument
87 struct HVAWithEmptyBase : Float1, Empty, Float2 { float z; };
97 struct HVAWithEmptyBitField : Float1, Float2 {
/external/smali/smali/src/main/jflex/
DsmaliLexer.jflex217 Float2 = -? "." [0-9]+ {DecimalExponent}?
220 Float = {Float1} | {Float2} | {Float3} | {Float4}