Searched refs:IFNDEF (Results 1 – 4 of 4) sorted by relevance
188 case CondOp::IFNDEF: { in EvalIf()196 is_true = (s.empty() == (stmt->op == CondOp::IFNDEF)); in EvalIf()
47 IFNDEF, enumerator
82 case CondOp::IFNDEF: opstr = "ifndef"; break; in DebugString()
321 stmt->op = directive[2] == 'n' ? CondOp::IFNDEF : CondOp::IFDEF; in ParseIfdef()