Searched refs:HasIndex (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerARMv7.h71 HasIndex, enumerator in enum:JSC::MacroAssemblerARMv7::ArmAddress::AddressType
90 : type(HasIndex)
393 if (address.type == ArmAddress::HasIndex)
407 if (address.type == ArmAddress::HasIndex)
421 if (address.type == ArmAddress::HasIndex)
435 if (address.type == ArmAddress::HasIndex)
/external/clang/lib/Sema/
H A DSemaExprMember.cpp301 bool HasIndex[16] = {}; local
318 if (HasIndex[Idx]) HasRepeated = true;
319 HasIndex[Idx] = true;
325 if (HasIndex[Idx]) HasRepeated = true;
326 HasIndex[Idx] = true;

Completed in 117 milliseconds