Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9915 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
9916 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
9930 TheCall->setType(FirstArgType); in SemaBuiltinARMMemoryTaggingCall()
9942 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
9943 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
9949 TheCall->setType(FirstArgType); in SemaBuiltinARMMemoryTaggingCall()
9964 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
9965 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
9986 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
9987 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
[all …]