| /freebsd-14.2/contrib/opencsd/decoder/source/ |
| H A D | ocsd_gen_elem_stack.cpp | 102 if (!isInit()) in resetElemStack() 124 if (!isInit()) in sendElements() 187 const bool OcsdGenElemStack::isInit() in isInit() function in OcsdGenElemStack
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/stm/ |
| H A D | trc_pkt_decode_stm.h | 70 bool isInit() { return (bool)((m_config != 0) && (m_payload_buffer != 0)); }; in isInit() function
|
| /freebsd-14.2/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_gen_elem_stack.h | 68 const bool isInit(); //!< check correctly initialised.
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 82 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit); 403 bool isInit) { in EmitStoreOfComplex() argument 405 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex() 406 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex() 1414 bool isInit) { in EmitComplexExprIntoLValue() argument 1419 Emitter.EmitStoreOfComplex(Val, dest, isInit); in EmitComplexExprIntoLValue() 1424 bool isInit) { in EmitStoreOfComplex() argument 1425 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit); in EmitStoreOfComplex()
|
| H A D | CodeGenFunction.h | 3904 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit); 3907 bool IsVolatile, bool isInit); 3964 bool isInit = false, bool isNontemporal = false) { 3966 CGM.getTBAAAccessInfo(Ty), isInit, isNontemporal); 3972 bool isInit = false, bool isNontemporal = false); 3979 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false); 3992 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false); 4552 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit); 4555 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
|
| H A D | CGAtomic.cpp | 2130 bool isInit) { in EmitAtomicStore() argument 2139 return EmitAtomicStore(rvalue, lvalue, AO, IsVolatile, isInit); in EmitAtomicStore() 2149 bool isInit) { in EmitAtomicStore() argument 2161 if (isInit) { in EmitAtomicStore() 2198 if (!isInit) in EmitAtomicStore()
|
| H A D | CGExpr.cpp | 2084 bool isInit, CodeGenFunction &CGF) { in EmitStoreOfMatrixScalar() argument 2096 bool isInit, bool isNontemporal) { in EmitStoreOfScalar() argument 2132 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar() 2133 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); in EmitStoreOfScalar() 2149 bool isInit) { in EmitStoreOfScalar() argument 2151 EmitStoreOfMatrixScalar(value, lvalue, isInit, *this); in EmitStoreOfScalar() 2157 lvalue.getTBAAInfo(), isInit, lvalue.isNontemporal()); in EmitStoreOfScalar() 2350 bool isInit) { in EmitStoreThroughLValue() argument 2412 if (isInit) { in EmitStoreThroughLValue() 2420 if (isInit) in EmitStoreThroughLValue() [all …]
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | sql | 234 # isInit; the "isInit" flag; 1 when the shm file has been initialized
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 55897 pcache1.isInit = 1; 67504 if( h1.isInit==0 ){ 72793 pPage->isInit = 1; 72833 pPage->isInit = 1; 73019 if( pPage->isInit ){ 73021 pPage->isInit = 0; 77408 pPage->isInit = 0; 78624 pTo->isInit = 0; 81335 pPage->isInit = 0; 111776 assert( isInit==0 || isInit==1 ); [all …]
|
| H A D | shell.c | 3693 char isInit; /* True upon initialization */ member 3729 p->isInit = 1; in decimalNewFromText() 4405 if( !p->isInit ){ in decimalSumStep() 4406 p->isInit = 1; in decimalSumStep()
|