Home
last modified time | relevance | path

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

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