Home
last modified time | relevance | path

Searched defs:Int128 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h56 Int128 = 0x0078, // 128 bit signed int enumerator
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc471 TEST(PrintBuiltInTypeTest, Int128) { in TEST() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp334 DeclarationName Int128 = &Context.Idents.get("__int128_t"); in Initialize() local