Searched refs:foundArrowOperator (Results 1 – 1 of 1) sorted by relevance
182 bool foundArrowOperator = IsOverloadedOperatorPresent(Record, OO_Arrow); in threadSafetyCheckIsSmartPointer() local183 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()194 if (!foundArrowOperator) in threadSafetyCheckIsSmartPointer()195 foundArrowOperator = IsOverloadedOperatorPresent( in threadSafetyCheckIsSmartPointer()199 if (foundStarOperator && foundArrowOperator) in threadSafetyCheckIsSmartPointer()