Home
last modified time | relevance | path

Searched refs:Points (Results 1 – 25 of 47) sorted by relevance

12

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h650 SmallVector<PointType, 4> Points; in create() local
652 Points.push_back(Data.left()); in create()
653 Points.push_back(Data.right()); in create()
656 std::stable_sort(Points.begin(), Points.end()); in create()
657 auto Last = llvm::unique(Points); in create()
658 Points.erase(Last, Points.end()); in create()
660 EndPoints.assign(Points.begin(), Points.end()); in create()
/src/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp39 Points[Name.value_or("")].push_back(All.size() - 1); in Annotations()
89 auto I = Points.find(Name); in pointWithPayload()
90 require(I != Points.end() && I->getValue().size() == 1, in pointWithPayload()
107 auto Iter = Points.find(Name); in pointsWithPayload()
108 if (Iter == Points.end()) in pointsWithPayload()
121 for (const auto &Name : Points.keys()) { in all_points()
/src/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp393 auto Award = [&](int Points, ArrayRef<SubstringAndIndex> Range) { in scoreCandidates() argument
395 Candidates[Entry.second] += Points; in scoreCandidates()
419 int Points; in pickWinner() member
429 S.Points = Candidate.second; in pickWinner()
433 if (S.Points < Best.Points) in pickWinner()
435 if (S.Points == Best.Points) { in pickWinner()
454 return {Best.Index, Best.Points}; in pickWinner()
/src/contrib/googletest/googlemock/include/gmock/internal/custom/
H A DREADME.md1 # Customization Points
/src/contrib/googletest/googletest/include/gtest/internal/custom/
H A DREADME.md1 # Customization Points
/src/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h124 llvm::StringMap<llvm::SmallVector<size_t, 1>> Points; variable
/src/sys/contrib/device-tree/Bindings/clock/
H A Dti,cdce925.txt21 - clocks: Points to a fixed parent clock that provides the input frequency.
/src/secure/caroot/trusted/
H A DD-TRUST_EV_Root_CA_1_2020.pem45 X509v3 CRL Distribution Points:
H A DD-TRUST_BR_Root_CA_1_2020.pem45 X509v3 CRL Distribution Points:
H A DSecure_Global_CA.pem57 X509v3 CRL Distribution Points:
H A DSecureTrust_CA.pem57 X509v3 CRL Distribution Points:
H A DCOMODO_Certification_Authority.pem55 X509v3 CRL Distribution Points:
H A DXRamp_Global_CA_Root.pem57 X509v3 CRL Distribution Points:
H A DD-TRUST_Root_Class_3_CA_2_2009.pem54 X509v3 CRL Distribution Points:
H A DD-TRUST_Root_Class_3_CA_2_EV_2009.pem54 X509v3 CRL Distribution Points:
H A DComodo_AAA_Services_root.pem54 X509v3 CRL Distribution Points:
H A DCertigna_Root_CA.pem77 X509v3 CRL Distribution Points:
H A DD-TRUST_BR_Root_CA_2_2023.pem72 X509v3 CRL Distribution Points:
H A DD-TRUST_EV_Root_CA_2_2023.pem72 X509v3 CRL Distribution Points:
/src/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S141 subeq r0,r0,#3 @ Points to 2nd byte of 2nd word
/src/secure/caroot/untrusted/
H A DNetwork_Solutions_Certificate_Authority.pem55 X509v3 CRL Distribution Points:
H A DD-TRUST_Root_CA_3_2013.pem52 X509v3 CRL Distribution Points:
H A DCamerfirma_Chambers_of_Commerce_Root.pem48 X509v3 CRL Distribution Points:
H A DCamerfirma_Global_Chambersign_Root.pem48 X509v3 CRL Distribution Points:
/src/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dqe.txt29 Definition: Points to a firmware node (see "QE Firmware Node" below)

12