Home
last modified time | relevance | path

Searched defs:isInit (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_decode_stm.h70 bool isInit() { return (bool)((m_config != 0) && (m_payload_buffer != 0)); }; in isInit() function
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_gen_elem_stack.cpp187 const bool OcsdGenElemStack::isInit() in isInit() function in OcsdGenElemStack
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp466 bool isInit) { in EmitStoreOfComplex()
1491 bool isInit) { in EmitComplexExprIntoLValue()
1501 bool isInit) { in EmitStoreOfComplex()
H A DCGAtomic.cpp1930 bool isInit) { in EmitAtomicStore()
1949 bool isInit) { in EmitAtomicStore()
H A DCGExpr.cpp2093 bool isInit, CodeGenFunction &CGF) { in EmitStoreOfMatrixScalar()
2105 bool isInit, bool isNontemporal) { in EmitStoreOfScalar()
2151 bool isInit) { in EmitStoreOfScalar()
2367 bool isInit) { in EmitStoreThroughLValue()
/freebsd/contrib/sqlite3/
H A Dshell.c3693 char isInit; /* True upon initialization */ member
H A Dsqlite3.c20215 int isInit; /* True after initialization has finished */ member