Lines Matching refs:cond
970 public $cond; variable in FuncInfo
986 ?string $cond argument
998 $this->cond = $cond;
1070 && $this->cond === $other->cond;
1081 return "$name|$this->cond";
2231 ?string $cond argument
2366 $cond
2508 $cond = array_pop($conds);
2509 $conds[] = "!($cond)";
2552 $cond = handlePreprocessorConditions($conds, $stmt);
2560 $cond
2571 $cond = handlePreprocessorConditions($conds, $classStmt);
2603 $cond
2786 if ($funcInfo->cond) {
2787 $code .= "#if {$funcInfo->cond}\n";