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

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 27 llvm::Constant *DeclPtr) {
36 LValue lv = CGF.MakeAddrLValue(DeclPtr, type, alignment);
44 DeclPtr, D.getTLSKind());
47 DeclPtr);
136 llvm::Constant *DeclPtr,
142 // The address space of a static local variable (DeclPtr) may be different
158 unsigned ActualAddrSpace = DeclPtr->getType()->getPointerAddressSpace();
162 DeclPtr = llvm::ConstantExpr::getAddrSpaceCast(DeclPtr, PTy);
168 &D, DeclPtr, D.getAttr<OMPThreadPrivateDeclAttr>()->getLocation()
    [all...]
CGDecl.cpp 885 llvm::Value *DeclPtr;
    [all...]
CGCXXABI.h 490 llvm::GlobalVariable *DeclPtr,
CGAtomic.cpp 616 llvm::Value *DeclPtr = CGF.CreateMemTemp(E->getType(), ".atomictmp");
617 CGF.EmitAnyExprToMem(E, DeclPtr, E->getType().getQualifiers(),
619 return DeclPtr;
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp     [all...]
ItaniumCXXABI.cpp 252 llvm::GlobalVariable *DeclPtr,
    [all...]
MicrosoftCXXABI.cpp 284 llvm::GlobalVariable *DeclPtr,
    [all...]

Completed in 226 milliseconds