Home
last modified time | relevance | path

Searched refs:getSigAtomicType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp136 SigAtomicType = HostTarget->getSigAtomicType(); in NVPTXTargetInfo()
H A DSPIR.h140 SigAtomicType = HostTarget->getSigAtomicType(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h413 IntType getSigAtomicType() const { return SigAtomicType; } in getSigAtomicType() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1173 DefineTypeSizeAndWidth("__SIG_ATOMIC", TI.getSigAtomicType(), TI, Builder); in InitializePredefinedMacros()