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

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 797 bool DestIsVolatile) {
802 Emitter.EmitStoreOfComplex(Val, DestAddr, DestIsVolatile);
808 bool DestIsVolatile) {
809 ComplexExprEmitter(*this).EmitStoreOfComplex(V, DestAddr, DestIsVolatile);
CGCall.cpp 656 llvm::Value *DestPtr, bool DestIsVolatile,
665 DestIsVolatile);
670 llvm::StoreInst *SI = CGF.Builder.CreateStore(Val, DestPtr, DestIsVolatile);
    [all...]
CodeGenFunction.h     [all...]

Completed in 64 milliseconds