Searched defs:isInit (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp1979 EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit) argument
1997 EmitAtomicStore(RValue rvalue, LValue dest, llvm::AtomicOrdering AO, bool IsVolatile, bool isInit) argument
H A DCGExprComplex.cpp375 EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue, bool isInit) argument
1129 EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit) argument
1139 EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit) argument
[all...]
H A DCGExpr.cpp1855 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); local
1817 EmitStoreOfMatrixScalar(llvm::Value *value, LValue lvalue, bool isInit, CodeGenFunction &CGF) argument
1826 EmitStoreOfScalar(llvm::Value *Value, Address Addr, bool Volatile, QualType Ty, LValueBaseInfo BaseInfo, TBAAAccessInfo TBAAInfo, bool isInit, bool isNontemporal) argument
1870 EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit) argument
2060 EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit) argument
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c3679 char isInit; /* True upon initialization */ member in struct:Decimal
H A Dsqlite3.c20145 int isInit; /* True after initialization has finished */ member in struct:Sqlite3Config
55021 int isInit; /* True if initialized */ member in struct:PCacheGlobal
64877 u8 isInit; /* 1 when initialized */ member in struct:WalIndexHdr
69427 u8 isInit; /* True if previously initialized. MUST BE FIRST! */ member in struct:MemPage
111041 sqlite3ExprIsConstantOrFunction(Expr *p, u8 isInit) argument
122357 int isInit = db->init.busy && db->init.iDb!=1; local
213515 int isInit; member in struct:GeoBBox
[all...]

Completed in 670 milliseconds