Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DRecord.h78 unsigned getNumFields() const { return Fields.size(); } in getNumFields() function
H A DEvalEmitter.cpp147 unsigned NF = Record->getNumFields(); in emitRetValue()
H A DInterp.cpp130 for (unsigned I = 0, N = R->getNumFields(); I < N; ++I) { in CheckActive()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp288 unsigned getNumFields() const { in getNumFields() function in __anon7c9df5690111::TBAAStructTypeNode
568 for (unsigned I = 0, E = BaseType.getNumFields(); I != E; ++I) { in hasField()