Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7042 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
7043 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
7057 TheCall->setType(FirstArgType); in SemaBuiltinARMMemoryTaggingCall()
7069 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
7070 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
7076 TheCall->setType(FirstArgType); in SemaBuiltinARMMemoryTaggingCall()
7091 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
7092 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
7113 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
7114 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
[all …]