Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.h81 unsigned getNumFields() const { return Fields.size(); } in getNumFields() function
H A DPointer.cpp278 unsigned NF = Record->getNumFields(); in toRValue()
H A DInterp.cpp93 for (unsigned I = 0, N = R->getNumFields(); I < N; ++I) { in CheckActive()
H A DInterpBuiltin.cpp937 assert(R->getNumFields() == 1); in SetThreeWayComparisonField()
H A DByteCodeExprGen.cpp1781 for (unsigned I = 0, N = R->getNumFields(); I != N; ++I) { in VisitSourceLocExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp288 unsigned getNumFields() const { in getNumFields() function in __anon1f83e7280111::TBAAStructTypeNode
567 for (unsigned I = 0, E = BaseType.getNumFields(); I != E; ++I) { in hasField()