Lines Matching refs:cond
621 public $cond; variable in FuncInfo
634 ?string $cond argument
646 $this->cond = $cond;
718 && $this->cond === $other->cond;
729 return "$name|$this->cond";
1088 ?string $cond argument
1215 $cond
1232 $cond = array_pop($conds);
1233 $conds[] = "!($cond)";
1276 $cond = handlePreprocessorConditions($conds, $stmt);
1284 $cond
1293 $cond = handlePreprocessorConditions($conds, $classStmt);
1322 $cond
1484 if ($funcInfo->cond) {
1485 $code .= "#if {$funcInfo->cond}\n";