HomeSort by: relevance | last modified time | path
    Searched refs:CompileFlags (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslmethod.c 402 if (Op->Asl.CompileFlags & OP_IS_TARGET)
447 if (Op->Asl.CompileFlags & OP_IS_TARGET)
494 (!(Op->Asl.Child->Asl.CompileFlags & OP_IS_NULL_RETURN)))
957 (!(Op->Asl.CompileFlags & OP_HAS_NO_EXIT)))
996 Op->Asl.CompileFlags |= OP_METHOD_SOME_NO_RETVAL;
1000 Op->Asl.CompileFlags |= OP_METHOD_NO_RETVAL;
1044 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
1064 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &&
1073 Op->Asl.Next->Asl.CompileFlags |= OP_IF_HAS_NO_EXIT;
1079 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &
    [all...]
aslfold.c 226 if (Op->Asl.CompileFlags == 0)
235 if ((!(Op->Asl.CompileFlags & OP_COMPILE_TIME_CONST)) ||
236 (Op->Asl.CompileFlags & OP_IS_TARGET))
415 if (Op->Asl.CompileFlags & OP_IS_TARGET)
423 if (!(NextOp->Asl.CompileFlags & OP_COULD_NOT_REDUCE))
427 NextOp->Asl.CompileFlags |= OP_COULD_NOT_REDUCE;
444 if (Op->Asl.CompileFlags & OP_IS_TARGET)
487 if (Op->Asl.CompileFlags & OP_IS_TARGET)
499 if (Op->Asl.CompileFlags & OP_IS_TERM_ARG)
508 TrPrintOpFlags (Op->Asl.CompileFlags, ASL_PARSE_OUTPUT)
    [all...]
asllength.c 341 if (Op->Asl.CompileFlags & OP_AML_PACKAGE)
462 if (Op->Asl.CompileFlags & OP_NAME_INTERNALIZED)
478 Op->Asl.CompileFlags |= OP_NAME_INTERNALIZED;
asllisting.c 317 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DATA)
445 Op->Asl.ParseOpcode, Op->Asl.CompileFlags,
449 TrPrintOpFlags (Op->Asl.CompileFlags, ASL_TREE_OUTPUT);
620 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
664 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
783 (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC))
aslresource.c 576 Op->Asl.CompileFlags |= OP_IS_RESOURCE_FIELD;
722 if (!(NextOp->Asl.CompileFlags & OP_IS_DUPLICATE))
724 NextOp->Asl.CompileFlags |= OP_IS_DUPLICATE;
1062 Info->DescriptorTypeOp->Asl.CompileFlags = OP_IS_RESOURCE_DESC;
1161 Op->Asl.Parent->Asl.CompileFlags |= OP_IS_RESOURCE_DESC;
1208 DescriptorTypeOp->Asl.CompileFlags |= OP_IS_RESOURCE_DESC;
1243 Op->Asl.CompileFlags = OP_AML_PACKAGE | OP_IS_RESOURCE_DESC;
1256 BufferOp->Asl.CompileFlags |= OP_IS_RESOURCE_DATA;
aslload.c 299 SourceRegion->Asl.CompileFlags |= OP_NOT_FOUND_DURING_LOAD;
637 Op->Asl.CompileFlags |= OP_NOT_FOUND_DURING_LOAD;
666 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
714 if (Op->Asl.CompileFlags == OP_IS_RESOURCE_DESC)
1313 (Op->Asl.CompileFlags == OP_IS_RESOURCE_DESC))
1326 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
1460 (Op->Asl.CompileFlags == OP_IS_RESOURCE_DESC))
1475 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
aslexternal.c 319 if (Next->Asl.Child->Asl.CompileFlags & OP_VISITED)
335 Next->Asl.Child->Asl.CompileFlags |= OP_VISITED;
597 !(Next->Asl.CompileFlags & OP_VISITED))
631 AslGbl_ExternalsListHead->Asl.CompileFlags = OP_AML_PACKAGE;
aslopcodes.c 553 BufferOp->Asl.CompileFlags = OP_AML_PACKAGE | OP_IS_RESOURCE_DESC;
601 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
759 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
817 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
868 Op->Asl.CompileFlags |= AslKeywordMapping[Index].Flags;
aslxref.c 501 if (Op->Asl.CompileFlags & OP_IS_NAME_DECLARATION)
527 if (Op->Asl.CompileFlags & OP_IS_TARGET)
571 if (Op->Asl.CompileFlags & OP_IS_TARGET)
634 while (!(NextOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION))
717 while (!(NextOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION))
776 if (Op->Asl.CompileFlags & OP_NOT_FOUND_DURING_LOAD)
979 Op->Asl.CompileFlags |= OP_IS_RESOURCE_FIELD;
aslanalyze.c 442 if (OwningOp->Asl.CompileFlags & OP_METHOD_NO_RETVAL)
448 else if (OwningOp->Asl.CompileFlags & OP_METHOD_SOME_NO_RETVAL)
asloffset.c 214 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DATA)
231 (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC))
aslprintf.c 422 Op->Asl.CompileFlags = 0;
426 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
aslcodegen.c 294 /* 13 */ Op->Asl.CompileFlags,
303 TrPrintOpFlags (Op->Asl.CompileFlags, ASL_TREE_OUTPUT);
452 if (Op->Asl.CompileFlags & OP_AML_PACKAGE)
aslparseop.c 523 Op->Asl.CompileFlags = OriginalOp->Asl.CompileFlags;
685 Op->Asl.CompileFlags |= (OP_IS_TARGET | OP_COMPILE_TIME_CONST);
asllookup.c 416 while (!(NameOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION))
asltransform.c 891 NewOp->Asl.CompileFlags |= OP_COMPILER_EMITTED;
925 NewOp2->Asl.CompileFlags |= OP_IS_NAME_DECLARATION;
1049 if (Next->Asl.CompileFlags & OP_IS_DUPLICATE)
1107 Next->Asl.CompileFlags |= OP_IS_DUPLICATE;
aslopt.c 701 if (Op->Asl.CompileFlags & OP_IS_NAME_DECLARATION)
895 while (!(NextOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION))
aslbtypes.c 564 if (ReferencedNode->Asl.CompileFlags & OP_METHOD_TYPED)
aslmapoutput.c 688 if (Op->Asl.CompileFlags & OP_IS_NAME_DECLARATION)
aslpredef.c 669 if (Op->Asl.CompileFlags & OP_COMPILER_EMITTED)
aslpld.c 685 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
asltree.c 296 Op->Asl.CompileFlags |= Flags;
aslwalks.c 206 Op->Asl.CompileFlags |= OP_METHOD_TYPED;
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1184 UINT32 CompileFlags;

Completed in 33 milliseconds