Home
last modified time | relevance | path

Searched refs:LargeType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Index/
H A Dindex-concept-kind.cpp4 concept LargeType = sizeof(T) > 8;
7 template <LargeType T>
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h186 typedef uintptr_t LargeType; in ForEachNonZeroByte() typedef
187 const size_t Step = sizeof(LargeType) / sizeof(uint8_t); in ForEachNonZeroByte()
197 if (LargeType Bundle = *reinterpret_cast<const LargeType *>(P)) { in ForEachNonZeroByte()