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 94 /// AddressTaken - Indicate that this basic block is potentially the
96 bool AddressTaken;
129 bool hasAddressTaken() const { return AddressTaken; }
133 void setHasAddressTaken() { AddressTaken = true; }
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]

Completed in 196 milliseconds