OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeColor
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h
55
enum
NodeColor
{ WHITE, GRAY, BLACK };
71
// Get/set the
NodeColor
used in graph algorithms.
72
NodeColor
getColor();
73
void setColor(
NodeColor
color);
118
NodeColor
_color;
242
void clearColors(BallLarusNode::
NodeColor
color);
/external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp
70
// Gets the
NodeColor
used in graph algorithms.
71
BallLarusNode::
NodeColor
BallLarusNode::getColor() {
75
// Sets the
NodeColor
used in graph algorithms.
76
void BallLarusNode::setColor(BallLarusNode::
NodeColor
color) {
359
void BallLarusDag::clearColors(BallLarusNode::
NodeColor
color) {
/external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar
Completed in 4664 milliseconds