Home
last modified time | relevance | path

Searched defs:_t (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__support/ibm/
H A Dgettod_zos.h20 struct _t { in gettimeofdayMonotonic() struct
21 uint64_t Hi; in gettimeofdayMonotonic()
22 uint64_t Lo; in gettimeofdayMonotonic()
/llvm-project/lld/test/MachO/
H A Dx86-64-reloc-signed.s84 .globl _t symbol
85 _t: label
/llvm-project/llvm/test/MC/ARM/
H A Dhilo-16bit-relocations.s4 _t: label
/llvm-project/libcxx/test/std/utilities/meta/meta.help/
H A Dbool_constant.pass.cpp21 typedef std::bool_constant<true> _t; in main() typedef