Searched defs:element_end (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/
H A DDerivedTypes.h281 element_iterator element_end() const { return &ContainedTys[NumContainedTys];} function in class:llvm::StructType
/external/bluetooth/bluez/plugins/
H A Dservice.c161 static void element_end(GMarkupParseContext *context, function
237 element_start, element_end, NULL, NULL, NULL
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp269 Region::element_iterator Region::element_end() { function in class:Region
277 Region::const_element_iterator Region::element_end() const { function in class:Region
342 for (element_iterator I = element_begin(), E = element_end(); I != E; ++I)
431 for (const_element_iterator I = element_begin(), E = element_end(); I!=E; ++I)

Completed in 107 milliseconds