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

  /external/clang/lib/CodeGen/
CGValue.h 250 bool isGlobalReg() const { return LVType == GlobalReg; }
369 llvm::Value *getGlobalReg() const { assert(isGlobalReg()); return V; }
CGStmtOpenMP.cpp     [all...]
CGAtomic.cpp 46 assert(!lvalue.isGlobalReg());
    [all...]
CGExpr.cpp     [all...]

Completed in 494 milliseconds