Searched refs:foundStarOperator (Results 1 – 1 of 1) sorted by relevance
181 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer() local183 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()191 if (!foundStarOperator) in threadSafetyCheckIsSmartPointer()192 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()199 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()