Home
last modified time | relevance | path

Searched refs:hasFloat16Type (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h522 virtual bool hasFloat16Type() const { return HasFloat16; } in hasFloat16Type() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp620 if (PP.getTargetInfo().hasFloat16Type() && s + 2 < ThisTokEnd && in NumericLiteralParser()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1446 if (!S.Context.getTargetInfo().hasFloat16Type()) in ConvertDeclSpecToType()