Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp289 unsigned getNumFields() const { in getNumFields() function in __anon6047001d0111::TBAAStructTypeNode
570 for (unsigned I = 0, E = BaseType.getNumFields(); I != E; ++I) { in hasField()