HomeSort by: relevance | last modified time | path
    Searched refs:isInit (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp 82 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
376 bool isInit) {
378 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue)))
379 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit);
956 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false);
961 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false);
1001 EmitStoreOfComplex(Val, LHS, /*isInit*/ false);
1130 bool isInit) {
1135 Emitter.EmitStoreOfComplex(Val, dest, isInit);
1140 bool isInit) {
    [all...]
CGAtomic.cpp 1815 /*isInit=*/false);
1980 bool isInit) {
1989 return EmitAtomicStore(rvalue, lvalue, AO, IsVolatile, isInit);
1999 bool isInit) {
2011 if (isInit) {
2051 if (!isInit)
CodeGenFunction.h 3726 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
3729 bool IsVolatile, bool isInit);
3786 bool isInit = false, bool isNontemporal = false) {
3788 CGM.getTBAAAccessInfo(Ty), isInit, isNontemporal);
3794 bool isInit = false, bool isNontemporal = false);
3799 /// l-value. The isInit flag indicates whether this is an initialization.
3801 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false);
3814 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
4336 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit);
4339 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
    [all...]
CGExpr.cpp 246 bool IsInit) {
251 /*isInit*/ false);
256 AggValueSlot::IsDestructed_t(IsInit),
258 AggValueSlot::IsAliased_t(!IsInit),
523 EmitAnyExprToMem(E, Object, Qualifiers(), /*IsInit*/true);
576 EmitAnyExprToMem(E, Object, Qualifiers(), /*IsInit*/true);
1818 bool isInit, CodeGenFunction &CGF) {
1822 lvalue.getBaseInfo(), lvalue.getTBAAInfo(), isInit,
1830 bool isInit, bool isNontemporal) {
1854 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue)))
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 21332 int isInit; /* True after initialization has finished */
    [all...]
shell.c 5787 char isInit; /* True upon initialization */
5824 p->isInit = 1;
6558 if( !p->isInit ){
6559 p->isInit = 1;
    [all...]

Completed in 176 milliseconds