Home
last modified time | relevance | path

Searched refs:isInit (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/
H A Docsd_gen_elem_stack.cpp102 if (!isInit()) in resetElemStack()
124 if (!isInit()) in sendElements()
187 const bool OcsdGenElemStack::isInit() in isInit() function in OcsdGenElemStack
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp40 bool isInit);
173 LValue lv, bool isInit) { in emitStoreOfComplex() argument
175 (!isInit && cgf.isLValueSuitableForInlineAtomic(lv))) { in emitStoreOfComplex()
421 LValue dest, bool isInit) { in emitStoreOfComplex() argument
422 ComplexExprEmitter(*this).emitStoreOfComplex(loc, v, dest, isInit); in emitStoreOfComplex()
H A DCIRGenFunction.h1047 bool isInit);
1050 clang::QualType ty, bool isInit = false,
1052 void emitStoreOfScalar(mlir::Value value, LValue lvalue, bool isInit);
1057 void emitStoreThroughLValue(RValue src, LValue dst, bool isInit = false);
H A DCIRGenExpr.cpp214 bool isInit) { in emitStoreThroughLValue() argument
239 emitStoreOfScalar(src.getValue(), dst, isInit); in emitStoreThroughLValue()
281 bool isInit, bool isNontemporal) { in emitStoreOfScalar() argument
494 bool isInit) { in emitStoreOfScalar() argument
501 lvalue.getType(), isInit, /*isNontemporal=*/false); in emitStoreOfScalar()
/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/include/common/
H A Docsd_gen_elem_stack.h68 const bool isInit(); //!< check correctly initialised.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp86 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
459 bool isInit) { in EmitStoreOfComplex() argument
461 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
462 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
1498 bool isInit) { in EmitComplexExprIntoLValue() argument
1503 Emitter.EmitStoreOfComplex(Val, dest, isInit); in EmitComplexExprIntoLValue()
1508 bool isInit) { in EmitStoreOfComplex() argument
1509 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit); in EmitStoreOfComplex()
H A DCGAtomic.cpp1974 bool isInit) { in EmitAtomicStore() argument
1983 return EmitAtomicStore(rvalue, lvalue, AO, IsVolatile, isInit); in EmitAtomicStore()
1993 bool isInit) { in EmitAtomicStore() argument
2005 if (isInit) { in EmitAtomicStore()
2047 if (!isInit) in EmitAtomicStore()
H A DCodeGenFunction.h4260 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
4263 bool IsVolatile, bool isInit);
4328 bool isInit = false, bool isNontemporal = false) {
4330 CGM.getTBAAAccessInfo(Ty), isInit, isNontemporal);
4335 TBAAAccessInfo TBAAInfo, bool isInit = false,
4344 bool isInit = false);
4362 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
5038 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit);
5041 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
H A DCGExpr.cpp2163 bool isInit, CodeGenFunction &CGF) { in EmitStoreOfMatrixScalar() argument
2167 lvalue.getBaseInfo(), lvalue.getTBAAInfo(), isInit, in EmitStoreOfMatrixScalar()
2175 bool isInit, bool isNontemporal) { in EmitStoreOfScalar() argument
2205 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
2206 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); in EmitStoreOfScalar()
2224 bool isInit) { in EmitStoreOfScalar() argument
2226 EmitStoreOfMatrixScalar(value, lvalue, isInit, *this); in EmitStoreOfScalar()
2232 lvalue.getTBAAInfo(), isInit, lvalue.isNontemporal()); in EmitStoreOfScalar()
2461 bool isInit) { in EmitStoreThroughLValue() argument
2548 if (isInit) { in EmitStoreThroughLValue()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dsql315 # isInit; the "isInit" flag; 1 when the shm file has been initialized
/freebsd/contrib/sqlite3/
H A Dsqlite3.c21304 int isInit; /* True after initialization has finished */ member
57860 int isInit; /* True if initialized */ member
57908 if( pcache1.isInit ){
58333 assert( pcache1.isInit==0 );
58375 pcache1.isInit = 1;
58386 assert( pcache1.isInit!=0 );
67748 u8 isInit; /* 1 when initialized */ member
68370 pWal->hdr.isInit = 1;
70039 if( h1.isInit==0 ){
72358 u8 isInit; /* True if previously initialized. MUST BE FIRST! */ member
[all …]
H A Dshell.c5787 char isInit; /* True upon initialization */ member
5824 p->isInit = 1; in decimalNewFromText()
6558 if( !p->isInit ){ in decimalSumStep()
6559 p->isInit = 1; in decimalSumStep()