HomeSort by relevance Sort by last modified time
    Searched refs:EmitAnyExprToMem (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/CodeGen/
CGExpr.cpp 166 /// EmitAnyExprToMem - Evaluate an expression into a given memory
168 void CodeGenFunction::EmitAnyExprToMem(const Expr *E,
353 // FIXME: ideally this would use EmitAnyExprToMem, however, we cannot do so
416 EmitAnyExprToMem(E, Object, Qualifiers(), /*IsInit*/true);
419 EmitAnyExprToMem(E, Object, Qualifiers(), /*IsInit*/true);
    [all...]
CGStmtOpenMP.cpp 300 CGF.EmitAnyExprToMem(Init, DestElementCurrent, ElementTy.getQualifiers(),
397 EmitAnyExprToMem(Init, DestElement,
624 EmitAnyExprToMem(LastIterVal, EmitLValue(IVExpr).getAddress(),
    [all...]
CGException.cpp 354 // differs from EmitAnyExprToMem only in that, if a final copy-ctor
375 EmitAnyExprToMem(e, typedAddr, e->getType().getQualifiers(),
    [all...]
CGOpenMPRuntime.cpp     [all...]
CGAtomic.cpp 643 CGF.EmitAnyExprToMem(E, DeclPtr, E->getType().getQualifiers(),
    [all...]
CGStmt.cpp 336 EmitAnyExprToMem(cast<Expr>(LastStmt), RetAlloca, Qualifiers(),
    [all...]
CGObjC.cpp 87 EmitAnyExprToMem(SubExpr, Temporary, Qualifiers(), /*isInit*/ true);
    [all...]
CodeGenFunction.h     [all...]
MicrosoftCXXABI.cpp     [all...]
CGBuiltin.cpp     [all...]

Completed in 2034 milliseconds