Home
last modified time | relevance | path

Searched defs:persistent (Results 1 – 2 of 2) sorted by relevance

/minix/minix/llvm/passes/include/magic/support/
H A DTypeInfo.h91 inline TypeInfo::TypeInfo(const SmartType *aSmartType, int persistent) { in TypeInfo()
195 inline TypeInfo::TypeInfo(TYPECONST FunctionType *FT, int persistent) { in TypeInfo()
207 inline TypeInfo::TypeInfo(TYPECONST PointerType *PT, int persistent) { in TypeInfo()
219 inline TypeInfo::TypeInfo(TYPECONST ArrayType *AT, int persistent) { in TypeInfo()
231 inline TypeInfo::TypeInfo(TYPECONST IntegerType *IT, int persistent) { in TypeInfo()
243 inline TypeInfo::TypeInfo(TYPECONST StructType *OpaqueST, int persistent) { in TypeInfo()
256 inline void TypeInfo::init(int persistent) { in init()
/minix/external/bsd/libevent/dist/test/
H A Dregress_http.c830 _http_connection_test(struct basic_test_data *data, int persistent) in _http_connection_test()