Home
last modified time | relevance | path

Searched refs:element_end (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-java.c164 const char *element_end; in message_format_parse() local
193 element_end = format++; in message_format_parse()
195 n = element_end - element_start; in message_format_parse()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfo.h650 element_iterator element_end();
652 return make_range(element_begin(), element_end());
656 const_element_iterator element_end() const;
658 return make_range(element_begin(), element_end());
H A DRegionInfoImpl.h319 typename RegionBase<Tr>::element_iterator RegionBase<Tr>::element_end() { in element_end() function
332 RegionBase<Tr>::element_end() const { in element_end() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h320 element_iterator element_end() const { return &ContainedTys[NumContainedTys];} in element_end() function
322 return makeArrayRef(element_begin(), element_end()); in elements()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp152 E = ST->element_end(); in ContainsProtectableArray()
H A DAnalysis.cpp95 EE = STy->element_end(); in ComputeValueVTs()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1449 if (STy->element_begin() == STy->element_end()) in getNaturalGEPWithType()
3733 EE = STy->element_end(); in getTypePartition()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp144 E = STy->element_end(); I != E; ++I) { in isLeakCheckerRoot()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp705 for (StructType::element_iterator E = STy->element_end(); I != E; ++I) { in printStructBody()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp5065 DE = DeclaredTy->element_end(), in EmitCall()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp973 E = ST->element_end(); I != E; ++I) in writeTypeTable()