Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp47 return isa(Def, PtrTypeClass); in isaPtrType()
153 PtrTypeClass = Records.getClass(PtrTypeClassName); in index()
H A DAPIIndexer.h27 llvm::Record *PtrTypeClass; variable
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DOpcodes.td72 def PtrTypeClass : TypeClass {
77 let Types = !listconcat(AluTypeClass.Types, PtrTypeClass.Types);
190 let Types = [PtrTypeClass];