Searched refs:IFNDEF (Results 1 – 4 of 4) sorted by relevance
47 IFNDEF, enumerator
99 case CondOp::IFNDEF: in DebugString()
371 case CondOp::IFNDEF: { in EvalIf()379 is_true = (v->String().empty() == (stmt->op == CondOp::IFNDEF)); in EvalIf()
353 stmt->op = directive[2] == 'n' ? CondOp::IFNDEF : CondOp::IFDEF; in ParseIfdef()