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.cpp131 SigAtomicType = HostTarget->getSigAtomicType(); in NVPTXTargetInfo()
H A DSPIR.h138 SigAtomicType = HostTarget->getSigAtomicType(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h404 IntType getSigAtomicType() const { return SigAtomicType; } in getSigAtomicType() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1082 DefineTypeSizeAndWidth("__SIG_ATOMIC", TI.getSigAtomicType(), TI, Builder); in InitializePredefinedMacros()