Searched refs:isInit (Results 1 – 8 of 8) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
D | Prototype.java | 169 boolean isStatic, boolean isInit) { in intern() argument 176 if (isInit) { in intern()
|
/external/clang/lib/CodeGen/ |
D | 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() 1044 bool isInit) { in EmitComplexExprIntoLValue() argument 1049 Emitter.EmitStoreOfComplex(Val, dest, isInit); in EmitComplexExprIntoLValue() 1054 bool isInit) { in EmitStoreOfComplex() argument 1055 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit); in EmitStoreOfComplex()
|
D | CodeGenFunction.h | 2221 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit); 2224 bool IsVolatile, bool isInit); 2265 llvm::MDNode *TBAAInfo = nullptr, bool isInit = false, 2274 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false); 2287 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false); 2660 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit); 2663 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
|
D | CGAtomic.cpp | 1390 bool isInit) { in EmitAtomicStore() argument 1399 return EmitAtomicStore(rvalue, lvalue, AO, IsVolatile, isInit); in EmitAtomicStore() 1409 bool isInit) { in EmitAtomicStore() argument 1421 if (isInit) { in EmitAtomicStore() 1456 if (!isInit) in EmitAtomicStore()
|
D | CGExpr.cpp | 1246 bool isInit, QualType TBAABaseType, in EmitStoreOfScalar() argument 1284 (!isInit && typeIsSuitableForInlineAtomic(Ty, Volatile))) { in EmitStoreOfScalar() 1289 isInit); in EmitStoreOfScalar() 1305 bool isInit) { in EmitStoreOfScalar() argument 1308 lvalue.getTBAAInfo(), isInit, lvalue.getTBAABaseType(), in EmitStoreOfScalar() 1468 bool isInit) { in EmitStoreThroughLValue() argument 1555 EmitStoreOfScalar(Src.getScalarVal(), Dst, isInit); in EmitStoreThroughLValue()
|
/external/sqlite/dist/ |
D | sqlite3.c | 12805 int isInit; /* True after initialization has finished */ member 22518 unsigned char isInit; /* True if initialized */ 22557 wsdPrng.isInit = 0; 22571 if( !wsdPrng.isInit ){ 22586 wsdPrng.isInit = 1; 40068 int isInit; /* True if initialized */ 40110 if( pcache1.isInit ){ 40474 assert( pcache1.isInit==0 ); 40481 pcache1.isInit = 1; 40492 assert( pcache1.isInit!=0 ); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 12805 int isInit; /* True after initialization has finished */ member 22518 unsigned char isInit; /* True if initialized */ 22557 wsdPrng.isInit = 0; 22571 if( !wsdPrng.isInit ){ 22586 wsdPrng.isInit = 1; 40050 int isInit; /* True if initialized */ 40092 if( pcache1.isInit ){ 40456 assert( pcache1.isInit==0 ); 40463 pcache1.isInit = 1; 40474 assert( pcache1.isInit!=0 ); [all …]
|
/external/robolectric/lib/main/ |
D | h2-1.2.147.jar | META-INF/MANIFEST.MF
META-INF/services/java.sql.Driver
org ... |