Searched refs:foundArrowOperator (Results 1 – 1 of 1) sorted by relevance
430 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer() local431 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()442 if (!foundArrowOperator) in threadSafetyCheckIsSmartPointer()443 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()447 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()