Searched refs:foundStarOperator (Results 1 – 1 of 1) sorted by relevance
180 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer() local182 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()190 if (!foundStarOperator) in threadSafetyCheckIsSmartPointer()191 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()198 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()