Searched defs:AbcKitLiterals (Results 1 – 1 of 1) sorted by relevance
571 struct AbcKitLiterals { struct572 std::unordered_map<bool, std::unique_ptr<AbckitLiteral>> boolLits;573 std::unordered_map<uint8_t, std::unique_ptr<AbckitLiteral>> u8Lits;574 std::unordered_map<uint16_t, std::unique_ptr<AbckitLiteral>> u16Lits;575 std::unordered_map<uint16_t, std::unique_ptr<AbckitLiteral>> methodAffilateLits;576 std::unordered_map<uint32_t, std::unique_ptr<AbckitLiteral>> u32Lits;577 std::unordered_map<uint64_t, std::unique_ptr<AbckitLiteral>> u64Lits;578 std::unordered_map<float, std::unique_ptr<AbckitLiteral>> floatLits;579 std::unordered_map<double, std::unique_ptr<AbckitLiteral>> doubleLits;580 std::unordered_map<std::string, std::unique_ptr<AbckitLiteral>> litArrLits;[all …]