Home
last modified time | relevance | path

Searched refs:hasInt128Type (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DTargetInfo.h330 virtual bool hasInt128Type() const { in hasInt128Type() function
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp625 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp712 if (TI.hasInt128Type()) in InitializePredefinedMacros()
/external/clang/lib/Sema/
DSema.cpp159 if (Context.getTargetInfo().hasInt128Type()) { in Initialize()
DSemaType.cpp1399 if (!S.Context.getTargetInfo().hasInt128Type()) in ConvertDeclSpecToType()
/external/clang/lib/Basic/
DTargets.cpp4381 bool hasInt128Type() const override { return true; } in hasInt128Type() function in __anon3b6491f20111::X86_64TargetInfo
7582 bool hasInt128Type() const override { in hasInt128Type() function in __anon3b6491f20111::MipsTargetInfo
7830 bool hasInt128Type() const final { return true; } in hasInt128Type() function in __anon3b6491f20111::WebAssemblyTargetInfo