Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprComplex.cpp81 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
373 bool isInit) { in EmitStoreOfComplex() argument
375 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
376 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
1117 bool isInit) { in EmitComplexExprIntoLValue() argument
1122 Emitter.EmitStoreOfComplex(Val, dest, isInit); in EmitComplexExprIntoLValue()
1127 bool isInit) { in EmitStoreOfComplex() argument
1128 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit); in EmitStoreOfComplex()
HDCodeGenFunction.h3399 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
3402 bool IsVolatile, bool isInit);
3459 bool isInit = false, bool isNontemporal = false) {
3461 CGM.getTBAAAccessInfo(Ty), isInit, isNontemporal);
3467 bool isInit = false, bool isNontemporal = false);
3474 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false);
3487 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
3939 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit);
3942 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
HDCGAtomic.cpp1955 bool isInit) { in EmitAtomicStore() argument
1964 return EmitAtomicStore(rvalue, lvalue, AO, IsVolatile, isInit); in EmitAtomicStore()
1974 bool isInit) { in EmitAtomicStore() argument
1986 if (isInit) { in EmitAtomicStore()
2022 if (!isInit) in EmitAtomicStore()
HDCGExpr.cpp1723 bool isInit, bool isNontemporal) { in EmitStoreOfScalar() argument
1751 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
1752 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); in EmitStoreOfScalar()
1768 bool isInit) { in EmitStoreOfScalar() argument
1771 lvalue.getTBAAInfo(), isInit, lvalue.isNontemporal()); in EmitStoreOfScalar()
1930 bool isInit) { in EmitStoreThroughLValue() argument
1966 if (isInit) { in EmitStoreThroughLValue()
1974 if (isInit) in EmitStoreThroughLValue()
2024 EmitStoreOfScalar(Src.getScalarVal(), Dst, isInit); in EmitStoreThroughLValue()
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
HDsqlite3.c11102 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 …]
/freebsd-11-stable/contrib/sqlite3/
HDsqlite3.c19252 int isInit; /* True after initialization has finished */ member
30558 unsigned char isInit; /* True if initialized */
30597 wsdPrng.isInit = 0;
30611 if( !wsdPrng.isInit ){
30626 wsdPrng.isInit = 1;
50415 int isInit; /* True if initialized */
50467 if( pcache1.isInit ){
50905 assert( pcache1.isInit==0 );
50947 pcache1.isInit = 1;
50958 assert( pcache1.isInit!=0 );
[all …]
HDshell.c4541 char isInit; /* True upon initialization */ member
4582 p->isInit = 1; in decimal_new()
4989 if( !p->isInit ){ in decimalSumStep()
4990 p->isInit = 1; in decimalSumStep()