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

  /dalvik/vm/
AtomicCache.h 55 int trivial; /* cache access not required */ member in struct:AtomicCache
  /external/llvm/lib/CodeGen/
Spiller.cpp 32 enum SpillerName { trivial, inline_ }; enumerator in enum:__anon10278::SpillerName
39 cl::values(clEnumVal(trivial, "trivial spiller"),
42 cl::init(trivial));
86 DEBUG(dbgs() << "Trivial spill everywhere of reg" << li->reg << "\n");
190 case trivial: return new TrivialSpiller(pass, mf, vrm);
  /external/clang/lib/Sema/
SemaType.cpp 124 /// Whether there are non-trivial modifications to the decl spec.
125 bool trivial; member in class:__anon5357::TypeProcessingState
141 trivial(true), hasSavedAttrs(false) {}
176 trivial &= savedAttrs.empty();
196 if (trivial) return;
    [all...]

Completed in 470 milliseconds