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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp79 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
318 bool isInit) {
320 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit);
644 EmitStoreOfComplex(Result, LHS, /*isInit*/ false);
682 EmitStoreOfComplex(Val, LHS, /*isInit*/ false);
808 bool isInit) {
813 Emitter.EmitStoreOfComplex(Val, dest, isInit);
818 bool isInit) {
819 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit);
316 EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue, bool isInit) argument
807 EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit) argument
817 EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit) argument
H A DCodeGenFunction.h2255 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
2285 llvm::MDNode *TBAAInfo = 0, bool isInit = false,
2292 /// l-value. The isInit flag indicates whether this is an initialization.
2294 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false);
2306 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit=false);
2643 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit);
2646 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
H A DCGAtomic.cpp902 bool isInit) {
912 if (isInit) {
972 if (!isInit) store->setAtomic(llvm::SequentiallyConsistent);
901 EmitAtomicStore(RValue rvalue, LValue dest, bool isInit) argument
H A DCGExpr.cpp152 /*isInit*/ false);
1248 bool isInit, QualType TBAABaseType,
1293 isInit); local
1308 bool isInit) {
1311 lvalue.getTBAAInfo(), isInit, lvalue.getTBAABaseType(),
1423 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit) { argument
1507 EmitStoreOfScalar(Src.getScalarVal(), Dst, isInit);
1244 EmitStoreOfScalar(llvm::Value *Value, llvm::Value *Addr, bool Volatile, unsigned Alignment, QualType Ty, llvm::MDNode *TBAAInfo, bool isInit, QualType TBAABaseType, uint64_t TBAAOffset) argument
1307 EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit) argument
/freebsd-10.0-release/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-10.0-release/contrib/sqlite3/
H A Dsqlite3.c11728 int isInit; /* True after initialization has finished */ member in struct:Sqlite3Config
12757 0, /* isInit */
20550 unsigned char isInit; /* True if initialized */ member in struct:sqlite3PrngType
20598 if( !wsdPrng.isInit ){
20613 wsdPrng.isInit = 1;
20668 GLOBAL(struct sqlite3PrngType, sqlite3Prng).isInit = 0;
36784 int isInit; /* True if initialized */ member in struct:PCacheGlobal
45801 u8 isInit; /* 1 when initialized */ member in struct:WalIndexHdr
48884 u8 isInit; /* True if previously initialized. MUST BE FIRST! */ member in struct:MemPage
[all...]

Completed in 740 milliseconds