Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DRecord.h68 unsigned getNumFields() { return Fields.size(); } in getNumFields() function
H A DEvalEmitter.cpp136 unsigned NF = Record->getNumFields(); in emitRetValue()
H A DInterp.cpp130 for (unsigned I = 0, N = R->getNumFields(); I < N; ++I) { in CheckActive()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp288 unsigned getNumFields() const { in getNumFields() function in __anon50a460620111::TBAAStructTypeNode
573 for (unsigned I = 0, E = BaseType.getNumFields(); I != E; ++I) { in hasField()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRTypes.td331 assert(index < getNumFields());
334 unsigned getNumFields() { return getTypeList().size(); }