Searched refs:E_Location (Results 1 – 1 of 1) sorted by relevance
42 : Variable(Var), EntryKind(E_Location), Loc(Loc) { in Value()49 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt }; enumerator67 case E_Location:79 bool isLocation() const { return EntryKind == E_Location; } in isLocation()