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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp81 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
373 bool isInit) {
375 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue)))
376 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit);
943 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false);
948 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false);
988 EmitStoreOfComplex(Val, LHS, /*isInit*/ false);
1117 bool isInit) {
1122 Emitter.EmitStoreOfComplex(Val, dest, isInit);
1127 bool isInit) {
372 EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue, bool isInit) argument
1116 EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit) argument
1126 EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit) argument
[all...]
H A DCodeGenFunction.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);
3472 /// l-value. The isInit flag indicates whether this is an initialization.
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);
[all...]
H A DCGAtomic.cpp1790 /*isInit=*/false);
1955 bool isInit) {
1964 return EmitAtomicStore(rvalue, lvalue, AO, IsVolatile, isInit);
1974 bool isInit) {
1986 if (isInit) {
2022 if (!isInit)
1954 EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit) argument
1972 EmitAtomicStore(RValue rvalue, LValue dest, llvm::AtomicOrdering AO, bool IsVolatile, bool isInit) argument
H A DCGExpr.cpp231 /*isInit*/ false);
1723 bool isInit, bool isNontemporal) {
1751 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) {
1752 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); local
1768 bool isInit) {
1771 lvalue.getTBAAInfo(), isInit, lvalue.isNontemporal());
1930 bool isInit) {
1966 if (isInit) {
1974 if (isInit)
2024 EmitStoreOfScalar(Src.getScalarVal(), Dst, isInit);
1719 EmitStoreOfScalar(llvm::Value *Value, Address Addr, bool Volatile, QualType Ty, LValueBaseInfo BaseInfo, TBAAAccessInfo TBAAInfo, bool isInit, bool isNontemporal) argument
1767 EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit) argument
1929 EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11102 int isInit; /* True after initialization has finished */ member in struct:Sqlite3Config
12063 0, /* isInit */
17243 static volatile int isInit = 0; local
17252 if ( !isInit ){
17261 while( !isInit ){
17266 if( !isInit ){
17270 isInit = 1;
19932 unsigned char isInit; /* True if initialized */ member in struct:sqlite3PrngType
19980 if( !wsdPrng.isInit ){
19995 wsdPrng.isInit
35955 int isInit; /* True if initialized */ member in struct:PCacheGlobal
44673 u8 isInit; /* 1 when initialized */ member in struct:WalIndexHdr
47615 u8 isInit; /* True if previously initialized. MUST BE FIRST! */ member in struct:MemPage
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c19252 int isInit; /* True after initialization has finished */ member in struct:Sqlite3Config
20881 0, /* isInit */
30558 unsigned char isInit; /* True if initialized */ member in struct:sqlite3PrngType
50415 int isInit; /* True if initialized */ member in struct:PCacheGlobal
60180 u8 isInit; /* 1 when initialized */ member in struct:WalIndexHdr
64204 u8 isInit; /* True if previously initialized. MUST BE FIRST! */ member in struct:MemPage
102891 sqlite3ExprIsConstantOrFunction(Expr *p, u8 isInit) argument
113141 int isInit = db->init.busy && db->init.iDb!=1; local
196279 int isInit; member in struct:GeoBBox
[all...]
H A Dshell.c4541 char isInit; /* True upon initialization */ member in struct:Decimal
4582 p->isInit = 1;
4989 if( !p->isInit ){
4990 p->isInit = 1;

Completed in 1104 milliseconds