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

  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 95 /// AddressTaken - Indicate that this basic block is potentially the
97 bool AddressTaken;
126 bool hasAddressTaken() const { return AddressTaken; }
130 void setHasAddressTaken() { AddressTaken = true; }
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]

Completed in 127 milliseconds