Searched refs:foundStarOperator (Results 1 – 1 of 1) sorted by relevance
455 bool foundStarOperator = IsOverloadedOperatorPresent(Record, OO_Star); in threadSafetyCheckIsSmartPointer() local457 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()465 if (!foundStarOperator) in threadSafetyCheckIsSmartPointer()466 foundStarOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()473 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()