Home
last modified time | relevance | path

Searched refs:Tentative (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_state.h212 friend class Tentative; variable
213 class Tentative {
215 Tentative(ReflectionState *state) : mState(state) { } in Tentative() function
216 ~Tentative() { if (mState) mState->mState = ReflectionState::S_Bad; } in ~Tentative()
220 Tentative(const Tentative &) = delete;
221 void operator=(const Tentative &) = delete;
Dslang.cpp648 ReflectionState::Tentative TentativeRState(RState); in compile()