Searched defs:OperandTypes (Results 1 - 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/parser/
H A DResultType.h32 friend struct OperandTypes;
139 struct OperandTypes struct in namespace:JSC
141 OperandTypes(ResultType first = ResultType::unknownType(), ResultType second = ResultType::unknownType()) function in struct:JSC::OperandTypes
172 static OperandTypes fromInt(int value)
174 OperandTypes types;

Completed in 32 milliseconds