Searched refs:isPtrSizeAddressSpace (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h76 inline bool isPtrSizeAddressSpace(LangAS AS) { function in namespace:clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h483 ((isPtrSizeAddressSpace(A) || A == LangAS::Default) &&
484 (isPtrSizeAddressSpace(B) || B == LangAS::Default));
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2614 if (isPtrSizeAddressSpace(AddrSpace) || AddrSpace == LangAS::Default)
H A DASTContext.cpp2936 if (isPtrSizeAddressSpace(Pointee.getAddressSpace())) {

Completed in 143 milliseconds