Searched refs:WHITE (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/enum/
H A Dtst.EnumEquality.d46 WHITE,
53 /(WHITE == RED) && (YELLOW == BLUE) && (GREEN == BLACK)/
H A Derr.D_DECL_IDRED.EnumSameName.d51 WHITE
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dada-lex.l39 WHITE [ \t\n]
40 TICK ("'"{WHITE}*)
93 {WHITE} { }
157 \"{OPER}\"/{WHITE}*"(" { return processId (yytext, yyleng); }
255 "."{WHITE}*all { return DOT_ALL; }
257 "."{WHITE}*{ID} {
262 {ID}({WHITE}*"."{WHITE}*({ID}|\"{OPER}\"))*(" "*"'")? {
300 "'"[^']+"'"{WHITE}*:: {
306 {ID}({WHITE}*"
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DPathNumbering.h55 enum NodeColor { WHITE, GRAY, BLACK }; enumerator in enum:llvm::BallLarusNode::NodeColor
59 _basicBlock(BB), _numberPaths(0), _color(WHITE) {
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp583 (*nodeIt)->setColor(BallLarusNode::WHITE);
591 if(node->getColor() == BallLarusNode::WHITE)
598 node->setColor(BallLarusNode::WHITE);
612 if(nextNode->getColor() != BallLarusNode::WHITE) {
613 nextNode->setColor(BallLarusNode::WHITE);
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_l.l194 WHITE [ \t]+
205 {WHITE}{NEW_LINE} { SAVE_POS; RESET_NEW_LINE_FLAGS; } /* trailing blanks with new line */
206 {WHITE} { SAVE_POS; HANDLE_IF_IN_DESCRIPTION; }
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Draw_ostream.h71 WHITE, enumerator in enum:llvm::raw_ostream::Colors
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DPathNumbering.cpp368 if(currentNode->getColor() != BallLarusNode::WHITE) {
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldlex.l106 WHITE [ \t\n\r]+

Completed in 88 milliseconds