blob: e7d930af76c04a049b1f2ec71d2ede658fa9de86 [file] [log] [blame]
###############################################################################
# Copyright (c) 2010 Nokia and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Nokia - Initial API and implementation
###############################################################################
DivideByZero=divide by zero
ASTEvaluationEngine_DidNotDetectType=did not detect type
ASTInstructionCompiler_InvalidNumber=invalid number format
ArraySubscript_ArrayHasNoBounds=array type has no bounds
ArraySubscript_CannotIndirectTemporary=cannot indirect temporary
ArraySubscript_ErrorDereferencingArray=error dereferencing array
ArraySubscript_MustSubscriptArray=only arrays or pointers may be subscripted
ArraySubscript_ReadingPastEndOfString=reading past end of string
ArraySubscript_SubscriptMustBeInteger=subscript not an integral type
UnhandledSize=unhandled size {0}
EvaluateID_CannotResolveName=cannot resolve {0}
EvaluateID_NameHasNoLocation=no location found for {0}
EvaluateID_VariableNotFound=''{0}'' not found
FieldReference_InvalidPointerDeref=left operand of '->' not a pointer to a class, struct, or union
FieldReference_InvalidDotDeref=left operand of '.' not a class, struct, or union, or reference to one
FieldReference_InvalidMember=''{0}'' is an invalid class, struct, or union member
FieldReference_AmbiguousMember=''{0}'' matches 2 or more members (possibly inherited) of ''{1}''
FieldReference_CannotDereferenceType=cannot dereference this type
FieldReference_UnhandledOperandSize=unhandled operand size
GetValue_TypePromotionError=internal error: type promotion failure
Instruction_CannotUseCompositeType=cannot use composite type in expression
Instruction_EmptyStack=empty stack
Instruction_UnhandledTypeCombination=unhandled type combination {0} and {1}
UnhandledTypeCode=unhandled type code
UnsupportedStringOperation=operation not supported on strings
OperandValue_CannotGetAddress=cannot get address of {0}
OperandValue_CannotReadUnspecifiedType=cannot read from unspecified type
OperandValue_CannotReadVoid=cannot read from void
OperandValue_UnhandledType=Unhandled type
OperandValue_VariableNoAddress=variable has no address
OperatorAddrOf_RequiresVariable=unary '&' requires a memory location
OperatorAddrOf_NoRegister=cannot get memory address of the variable because it is in register
OperatorAddrOf_NoBitField=cannot get memory address of a bit-field
OperatorCast_CannotCastString=cannot cast string literal
OperatorIndirection_RequiresPointer=unary '*' requires a pointer
OperatorIndirection_NoBitField=unary '*' cannot be applied to a bit-field
OperatorIndirection_NoFunction=cannot dereference a function pointer
OperatorIndirection_UnhandledType=unhandled type {0}
OperatorMinus_NonPtrMinusPtr=subtracting pointer from non-pointer
OperatorPlus_PtrPlusPtr=adding two pointers
VariableWithValue_CannotLocateVariable=Cannot locate variable
VariableWithValue_NoTwelveByteLongDouble=12-byte long double not implemented
VariableWithValue_UnhandledType=Unhandled type
VariableWithValue_UnknownLocation=unknown location
VariableWithValue_VariableHasNoType=Variable has no type