Searched defs:PostResult (Results 1 – 3 of 3) sorted by relevance
132 using PostResult = TIntermRebuild::PostResult; typedef134 PostResult::PostResult(TIntermNode &node) : BaseResult(node, VisitBits::Neither) {} in PostResult() function in sh::PostResult135 PostResult::PostResult(TIntermNode *node) : BaseResult(node, VisitBits::Neither) {} in PostResult() function in sh::PostResult136 PostResult::PostResult(std::nullptr_t) : BaseResult(nullptr) {} in PostResult() function in sh::PostResult137 PostResult::PostResult(Fail) : BaseResult(Fail()) {} in PostResult() function in sh::PostResult139 PostResult::PostResult(PostResult &&other) : BaseResult(other) {} in PostResult() function in sh::PostResult140 PostResult::PostResult(BaseResult &&other) : BaseResult(other) {} in PostResult() function in sh::PostResult
1853 pub PostResult: isize, field