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

  /frameworks/compile/slang/
slang_rs_reflection_state.h 87 // ReflectionState::Tentative (see that class for more information)
194 // class ReflectionState::Tentative
212 friend class Tentative;
213 class Tentative {
215 Tentative(ReflectionState *state) : mState(state) { }
216 ~Tentative() { if (mState) mState->mState = ReflectionState::S_Bad; }
220 Tentative(const Tentative &) = delete;
221 void operator=(const Tentative &) = delete;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 336 milliseconds