Searched defs:Int128 (Results 1 – 3 of 3) sorted by relevance
11 TEST(Int128, AllTests) { in TEST() argument117 TEST(Int128, PodTests) { in TEST() argument196 TEST(Int128, OperatorAssignReturnRef) { in TEST() argument202 TEST(Int128, Multiply) { in TEST() argument249 TEST(Int128, AliasTests) { in TEST() argument
8 typedef struct Int128 Int128; typedef10 struct Int128 { struct15 static inline Int128 int128_make64(uint64_t a) in int128_make64() argument
158 DeclarationName Int128 = &Context.Idents.get("__int128_t"); in Initialize() local