Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp48 QualType SecArgType = SecArg.get()->getType(); in BuiltinARMMemoryTaggingCall() local
49 if (!SecArgType->isIntegerType()) in BuiltinARMMemoryTaggingCall()
51 << "second" << SecArgType << Arg1->getSourceRange(); in BuiltinARMMemoryTaggingCall()
93 QualType SecArgType = Arg1->getType(); in BuiltinARMMemoryTaggingCall() local
94 if (!SecArgType->isIntegerType()) in BuiltinARMMemoryTaggingCall()
96 << "second" << SecArgType << Arg1->getSourceRange(); in BuiltinARMMemoryTaggingCall()