Searched refs:LocationType (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 132 enum LocationType { enum 140 LocationType Type; 145 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) in Location()
|
/external/v8/src/compiler/ |
D | linkage.h | 107 enum LocationType { REGISTER, STACK_SLOT }; enum 109 class TypeField : public BitField<LocationType, 0, 1> {}; 115 LinkageLocation(LocationType type, int32_t location, in LinkageLocation()
|
/external/vixl/src/aarch32/ |
D | disasm-aarch32.h | 68 enum LocationType { enum 114 LocationType location_type_; 119 PrintLabel(LocationType location_type, Label* label, Label::Offset position) in PrintLabel() 121 LocationType GetLocationType() const { return location_type_; } in GetLocationType() 138 LocationType location_type_; 142 PrintMemOperand(LocationType location_type, const MemOperand& operand) in PrintMemOperand() 144 LocationType GetLocationType() const { return location_type_; } in GetLocationType() 149 LocationType location_type_; 153 PrintAlignedMemOperand(LocationType location_type, in PrintAlignedMemOperand() 156 LocationType GetLocationType() const { return location_type_; } in GetLocationType()
|
/external/bison/doc/ |
D | bison.texi | 9872 %define api.location.type @var{LocationType} 9875 The requirements over your @var{LocationType} are: 9896 operator<< (std::ostream& o, const @var{LocationType}& s)} function. 12355 @c LocalWords: clval CDEBUG cdebug deftypeopx yyterminate LocationType
|
/external/bison/ |
D | ChangeLog-2012 | 11311 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType) 16044 LocationType.
|