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

  /external/clang/lib/CodeGen/
CodeGenModule.h 546 llvm::Constant *getStaticLocalDeclAddress(const VarDecl *D) {
    [all...]
CGStmtOpenMP.cpp 723 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD)
    [all...]

Completed in 8793 milliseconds