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

  /external/clang/lib/CodeGen/
CodeGenFunction.h 888 : CGF(CGF), OldCXXThisValue(CGF.CXXThisValue) {
889 CGF.CXXThisValue = CGF.CXXDefaultInitExprThis;
892 CGF.CXXThisValue = OldCXXThisValue;
905 llvm::Value *CXXThisValue;
    [all...]
CodeGenFunction.cpp 48 CXXABIThisDecl(0), CXXABIThisValue(0), CXXThisValue(0),
596 CXXThisValue = EmitLoadOfLValue(ThisLValue).getScalarVal();
602 CXXThisValue = CXXABIThisValue;
    [all...]
CGVTables.cpp 325 CXXThisValue = CXXABIThisValue;
    [all...]
CGStmt.cpp     [all...]
CGBlocks.cpp     [all...]
CGClass.cpp     [all...]

Completed in 3225 milliseconds