Searched refs:list_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DJob.h84 typedef SmallVector<Job*, 4> list_type; typedef in class:clang::driver::JobList
85 typedef list_type::size_type size_type;
86 typedef list_type::iterator iterator;
87 typedef list_type::const_iterator const_iterator;
90 list_type Jobs;
102 const list_type &getJobs() const { return Jobs; }
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DGCMetadataPrinter.h39 typedef GCStrategy::list_type list_type; typedef in class:llvm::GCMetadataPrinter
H A DGCStrategy.h57 typedef std::vector<GCFunctionInfo*> list_type; typedef in class:llvm::GCStrategy
58 typedef list_type::iterator iterator;
65 list_type Functions;
H A DGCMetadata.h166 typedef std::vector<GCStrategy*> list_type; typedef in class:llvm::GCModuleInfo
170 list_type StrategyList;
176 typedef list_type::const_iterator iterator;
/freebsd-10.0-release/crypto/openssl/apps/
H A Dopenssl.c526 int list_type; local
530 list_type = FUNC_TYPE_GENERAL;
532 list_type = FUNC_TYPE_MD;
534 list_type = FUNC_TYPE_MD_ALG;
536 list_type = FUNC_TYPE_PKEY;
538 list_type = FUNC_TYPE_CIPHER_ALG;
540 list_type = FUNC_TYPE_CIPHER;
552 if (list_type == FUNC_TYPE_PKEY)
554 if (list_type == FUNC_TYPE_MD_ALG)
556 if (list_type
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLibCxxList.cpp275 ClangASTType list_type = m_backend.GetClangType();
276 if (list_type.IsReferenceType())
277 list_type = list_type.GetNonReferenceType();
279 if (list_type.GetNumTemplateArguments() == 0)
282 m_element_type = list_type.GetTemplateArgument(0, kind);
/freebsd-10.0-release/crypto/heimdal/lib/hdb/
H A Dext.c112 Der_type replace_type, list_type; local
135 &list_class, &list_type, &list_tag,
144 MAKE_TAG(list_class,list_type,list_type)) {

Completed in 148 milliseconds