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 202 /// isArtificial - Test if this is an Order dependence that is marked
204 bool isArtificial() const {
642 return getSDep().isArtificial();
  /external/llvm/include/llvm/
DebugInfo.h 239 bool isArtificial() const {
402 unsigned isArtificial() const {
579 /// isArtificial - Return true if this variable is marked as "artificial".
580 bool isArtificial() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 179 bool isArtificial() const {
180 if (Var.isArtificial())
182 if (getType().isArtificial())

Completed in 2788 milliseconds