OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeValid
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
ClusteringTest.cpp
86
ASSERT_LT(InstructionBenchmarkClustering::ClusterId::
makeValid
(1),
87
InstructionBenchmarkClustering::ClusterId::
makeValid
(2));
89
ASSERT_LT(InstructionBenchmarkClustering::ClusterId::
makeValid
(2),
92
ASSERT_LT(InstructionBenchmarkClustering::ClusterId::
makeValid
(2),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
Clustering.h
36
static ClusterId
makeValid
(size_t Id) { return ClusterId(Id); }
Clustering.cpp
116
Clusters_.emplace_back(ClusterId::
makeValid
(Clusters_.size()));
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
Completed in 914 milliseconds