Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp7953 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
7954 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
7968 TheCall->setType(FirstArgType); in SemaBuiltinARMMemoryTaggingCall()
7980 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
7981 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
7987 TheCall->setType(FirstArgType); in SemaBuiltinARMMemoryTaggingCall()
8002 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
8003 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
8024 QualType FirstArgType = FirstArg.get()->getType(); in SemaBuiltinARMMemoryTaggingCall() local
8025 if (!FirstArgType->isAnyPointerType()) in SemaBuiltinARMMemoryTaggingCall()
[all …]