Searched refs:isInit (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprComplex.cpp | 84 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit); 338 bool isInit) { in EmitStoreOfComplex() argument 340 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex() 341 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex() 1045 bool isInit) { in EmitComplexExprIntoLValue() argument 1050 Emitter.EmitStoreOfComplex(Val, dest, isInit); in EmitComplexExprIntoLValue() 1055 bool isInit) { in EmitStoreOfComplex() argument 1056 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit); in EmitStoreOfComplex()
|
| HD | CodeGenFunction.h | 2315 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit); 2318 bool IsVolatile, bool isInit); 2359 llvm::MDNode *TBAAInfo = nullptr, bool isInit = false, 2368 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false); 2381 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false); 2748 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit); 2751 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
|
| HD | CGAtomic.cpp | 1709 bool isInit) { in EmitAtomicStore() argument 1718 return EmitAtomicStore(rvalue, lvalue, AO, IsVolatile, isInit); in EmitAtomicStore() 1728 bool isInit) { in EmitAtomicStore() argument 1740 if (isInit) { in EmitAtomicStore() 1775 if (!isInit) in EmitAtomicStore()
|
| HD | CGExpr.cpp | 1247 bool isInit, QualType TBAABaseType, in EmitStoreOfScalar() argument 1285 (!isInit && typeIsSuitableForInlineAtomic(Ty, Volatile))) { in EmitStoreOfScalar() 1290 isInit); in EmitStoreOfScalar() 1306 bool isInit) { in EmitStoreOfScalar() argument 1309 lvalue.getTBAAInfo(), isInit, lvalue.getTBAABaseType(), in EmitStoreOfScalar() 1470 bool isInit) { in EmitStoreThroughLValue() argument 1557 EmitStoreOfScalar(Src.getScalarVal(), Dst, isInit); in EmitStoreThroughLValue()
|
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.c | 11102 int isInit; /* True after initialization has finished */ member 17243 static volatile int isInit = 0; in os2MutexAlloc() local 17252 if ( !isInit ){ in os2MutexAlloc() 17261 while( !isInit ){ in os2MutexAlloc() 17266 if( !isInit ){ in os2MutexAlloc() 17270 isInit = 1; in os2MutexAlloc() 19932 unsigned char isInit; /* True if initialized */ member 19980 if( !wsdPrng.isInit ){ in randomByte() 19995 wsdPrng.isInit = 1; in randomByte() 20050 GLOBAL(struct sqlite3PrngType, sqlite3Prng).isInit = 0; in sqlite3PrngResetState() [all …]
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.c | 12887 int isInit; /* True after initialization has finished */ member 23001 unsigned char isInit; /* True if initialized */ 23040 wsdPrng.isInit = 0; 23054 if( !wsdPrng.isInit ){ 23069 wsdPrng.isInit = 1; 40646 int isInit; /* True if initialized */ 40697 if( pcache1.isInit ){ 41114 assert( pcache1.isInit==0 ); 41156 pcache1.isInit = 1; 41167 assert( pcache1.isInit!=0 ); [all …]
|