Lines Matching refs:cond
1198 public ?string $cond; variable in FuncInfo
1216 ?string $cond, argument
1230 $this->cond = $cond;
1303 && $this->cond === $other->cond;
1314 return "$name|$this->cond";
1844 public ?string $cond; variable in ConstInfo
1854 ?string $cond, argument
1863 $this->cond = $cond;
1955 if ($this->cond) {
1956 $code .= "#if {$this->cond}\n";
1966 if ($this->cond) {
2399 public ?string $cond; variable in ClassInfo
2428 ?string $cond, argument
2447 $this->cond = $cond;
2476 if ($this->cond) {
2477 $code .= "#if {$this->cond}\n";
2550 …tializationCode = generateAttributeInitialization($this->funcInfos, $allConstInfos, $this->cond)) {
2566 if ($this->cond) {
3195 ?string $cond, argument
3365 $cond,
3379 ?string $cond, argument
3412 $cond,
3487 ?string $cond, argument
3576 $cond,
3595 $cond = array_pop($conds);
3596 $conds[] = "!($cond)";
3639 $cond = handlePreprocessorConditions($conds, $stmt);
3649 $cond,
3663 $cond,
3676 $cond = handlePreprocessorConditions($conds, $classStmt);
3692 $cond,
3721 $cond,
3733 …$className, $stmt, $constInfos, $propertyInfos, $methodInfos, $enumCaseInfos, $cond, $fileInfo->ge…
3938 if ($info->cond && $info->cond !== $parentCond) {
3939 $code .= "#if {$info->cond}\n";
4003 … $code .= generateFunctionEntries($classInfo->name, $classInfo->funcInfos, $classInfo->cond);
4052 function generateFunctionEntries(?Name $className, array $funcInfos, ?string $cond = null): string { argument
4055 if ($cond) {
4056 $code .= "#if {$cond}\n";
4068 }, $cond);
4072 if ($cond) {