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

  /frameworks/compile/slang/
slang_rs_export_type.h 530 bool IsArtificial,
534 mIsArtificial(IsArtificial),
554 inline bool isArtificial() const { return mIsArtificial; }
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 77 /// isArtificial - True if this is an artificial dependency, meaning
80 bool isArtificial : 1;
100 bool isArtificial = false)
110 assert(!isArtificial && "isArtificial only applies with SDep::Order!");
117 Contents.Order.isArtificial = isArtificial;
134 Contents.Order.isArtificial == Other.Contents.Order.isArtificial;
207 /// isArtificial - Test if this is an Order dependence that is marke
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 287 bool isArtificial() const {
500 unsigned isArtificial() const {
640 /// isArtificial - Return true if this variable is marked as "artificial".
641 bool isArtificial() const {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 157 /// isArtificial - Return true if DbgVariable is artificial.
158 bool isArtificial() const {
159 if (Var.isArtificial())
162 && getType().isArtificial())

Completed in 102 milliseconds