Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp82 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
376 bool isInit) { in EmitStoreOfComplex() argument
378 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
379 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
1130 bool isInit) { in EmitComplexExprIntoLValue() argument
1135 Emitter.EmitStoreOfComplex(Val, dest, isInit); in EmitComplexExprIntoLValue()
1140 bool isInit) { in EmitStoreOfComplex() argument
1141 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit); in EmitStoreOfComplex()
H A DCodeGenFunction.h3726 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
3729 bool IsVolatile, bool isInit);
3786 bool isInit = false, bool isNontemporal = false) {
3788 CGM.getTBAAAccessInfo(Ty), isInit, isNontemporal);
3794 bool isInit = false, bool isNontemporal = false);
3801 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false);
3814 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
4336 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit);
4339 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
H A DCGExpr.cpp1818 bool isInit, CodeGenFunction &CGF) { in EmitStoreOfMatrixScalar() argument
1822 lvalue.getBaseInfo(), lvalue.getTBAAInfo(), isInit, in EmitStoreOfMatrixScalar()
1830 bool isInit, bool isNontemporal) { in EmitStoreOfScalar() argument
1854 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
1855 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); in EmitStoreOfScalar()
1871 bool isInit) { in EmitStoreOfScalar() argument
1873 EmitStoreOfMatrixScalar(value, lvalue, isInit, *this); in EmitStoreOfScalar()
1879 lvalue.getTBAAInfo(), isInit, lvalue.isNontemporal()); in EmitStoreOfScalar()
2061 bool isInit) { in EmitStoreThroughLValue() argument
2106 if (isInit) { in EmitStoreThroughLValue()
[all …]
H A DCGAtomic.cpp1980 bool isInit) { in EmitAtomicStore() argument
1989 return EmitAtomicStore(rvalue, lvalue, AO, IsVolatile, isInit); in EmitAtomicStore()
1999 bool isInit) { in EmitAtomicStore() argument
2011 if (isInit) { in EmitAtomicStore()
2051 if (!isInit) in EmitAtomicStore()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsql234 # isInit; the "isInit" flag; 1 when the shm file has been initialized
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20145 int isInit; /* True after initialization has finished */ member
55021 int isInit; /* True if initialized */
55073 if( pcache1.isInit ){
55496 assert( pcache1.isInit==0 );
55538 pcache1.isInit = 1;
55549 assert( pcache1.isInit!=0 );
64877 u8 isInit; /* 1 when initialized */
65491 pWal->hdr.isInit = 1;
67145 if( h1.isInit==0 ){
69427 u8 isInit; /* True if previously initialized. MUST BE FIRST! */
[all …]
H A Dshell.c3679 char isInit; /* True upon initialization */ member
3715 p->isInit = 1; in decimalNewFromText()
4391 if( !p->isInit ){ in decimalSumStep()
4392 p->isInit = 1; in decimalSumStep()