/freebsd/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/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/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_gen_elem_stack.h | 68 const bool isInit(); //!< check correctly initialised.
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 87 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit); 466 bool isInit) { in EmitStoreOfComplex() argument 468 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex() 469 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex() 1491 bool isInit) { in EmitComplexExprIntoLValue() argument 1496 Emitter.EmitStoreOfComplex(Val, dest, isInit); in EmitComplexExprIntoLValue() 1501 bool isInit) { in EmitStoreOfComplex() argument 1502 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit); in EmitStoreOfComplex()
|
H A D | CGAtomic.cpp | 1930 bool isInit) { in EmitAtomicStore() argument 1939 return EmitAtomicStore(rvalue, lvalue, AO, IsVolatile, isInit); in EmitAtomicStore() 1949 bool isInit) { in EmitAtomicStore() argument 1961 if (isInit) { in EmitAtomicStore() 2003 if (!isInit) in EmitAtomicStore()
|
H A D | CodeGenFunction.h | 4150 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit); 4153 bool IsVolatile, bool isInit); 4210 bool isInit = false, bool isNontemporal = false) { 4212 CGM.getTBAAAccessInfo(Ty), isInit, isNontemporal); 4218 bool isInit = false, bool isNontemporal = false); 4225 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false); 4243 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false); 4858 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit); 4861 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
|
H A D | CGExpr.cpp | 2093 bool isInit, CodeGenFunction &CGF) { in EmitStoreOfMatrixScalar() argument 2097 lvalue.getBaseInfo(), lvalue.getTBAAInfo(), isInit, in EmitStoreOfMatrixScalar() 2105 bool isInit, bool isNontemporal) { in EmitStoreOfScalar() argument 2134 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar() 2135 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); in EmitStoreOfScalar() 2151 bool isInit) { in EmitStoreOfScalar() argument 2153 EmitStoreOfMatrixScalar(value, lvalue, isInit, *this); in EmitStoreOfScalar() 2159 lvalue.getTBAAInfo(), isInit, lvalue.isNontemporal()); in EmitStoreOfScalar() 2367 bool isInit) { in EmitStoreThroughLValue() argument 2429 if (isInit) { in EmitStoreThroughLValue() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sql | 315 # isInit; the "isInit" flag; 1 when the shm file has been initialized
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 20215 int isInit; /* True after initialization has finished */ member 55380 int isInit; /* True if initialized */ 55432 if( pcache1.isInit ){ 55855 assert( pcache1.isInit==0 ); 55897 pcache1.isInit = 1; 55908 assert( pcache1.isInit!=0 ); 65236 u8 isInit; /* 1 when initialized */ 65850 pWal->hdr.isInit = 1; 67504 if( h1.isInit==0 ){ 69786 u8 isInit; /* True if previously initialized. MUST BE FIRST! */ [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()
|