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 294 if (Op->Asl.CompileFlags & OP_IS_TARGET)
339 if (Op->Asl.CompileFlags & OP_IS_TARGET)
386 (!(Op->Asl.Child->Asl.CompileFlags & OP_IS_NULL_RETURN)))
849 (!(Op->Asl.CompileFlags & OP_HAS_NO_EXIT)))
888 Op->Asl.CompileFlags |= OP_METHOD_SOME_NO_RETVAL;
892 Op->Asl.CompileFlags |= OP_METHOD_NO_RETVAL;
936 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
956 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &&
965 Op->Asl.Next->Asl.CompileFlags |= OP_IF_HAS_NO_EXIT;
971 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &
    [all...]
aslfold.c 118 if (Op->Asl.CompileFlags == 0)
127 if ((!(Op->Asl.CompileFlags & OP_COMPILE_TIME_CONST)) ||
128 (Op->Asl.CompileFlags & OP_IS_TARGET))
307 if (Op->Asl.CompileFlags & OP_IS_TARGET)
315 if (!(NextOp->Asl.CompileFlags & OP_COULD_NOT_REDUCE))
319 NextOp->Asl.CompileFlags |= OP_COULD_NOT_REDUCE;
336 if (Op->Asl.CompileFlags & OP_IS_TARGET)
379 if (Op->Asl.CompileFlags & OP_IS_TARGET)
391 if (Op->Asl.CompileFlags & OP_IS_TERM_ARG)
400 TrPrintOpFlags (Op->Asl.CompileFlags, ASL_PARSE_OUTPUT)
    [all...]
asllength.c 233 if (Op->Asl.CompileFlags & OP_AML_PACKAGE)
354 if (Op->Asl.CompileFlags & OP_NAME_INTERNALIZED)
370 Op->Asl.CompileFlags |= OP_NAME_INTERNALIZED;
asllisting.c 209 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DATA)
337 Op->Asl.ParseOpcode, Op->Asl.CompileFlags,
341 TrPrintOpFlags (Op->Asl.CompileFlags, ASL_TREE_OUTPUT);
512 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
556 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
675 (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC))
aslresource.c 468 Op->Asl.CompileFlags |= OP_IS_RESOURCE_FIELD;
614 if (!(NextOp->Asl.CompileFlags & OP_IS_DUPLICATE))
616 NextOp->Asl.CompileFlags |= OP_IS_DUPLICATE;
954 Info->DescriptorTypeOp->Asl.CompileFlags = OP_IS_RESOURCE_DESC;
1053 Op->Asl.Parent->Asl.CompileFlags |= OP_IS_RESOURCE_DESC;
1100 DescriptorTypeOp->Asl.CompileFlags |= OP_IS_RESOURCE_DESC;
1135 Op->Asl.CompileFlags = OP_AML_PACKAGE | OP_IS_RESOURCE_DESC;
1148 BufferOp->Asl.CompileFlags |= OP_IS_RESOURCE_DATA;
aslload.c 191 SourceRegion->Asl.CompileFlags |= OP_NOT_FOUND_DURING_LOAD;
529 Op->Asl.CompileFlags |= OP_NOT_FOUND_DURING_LOAD;
558 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
606 if (Op->Asl.CompileFlags == OP_IS_RESOURCE_DESC)
1205 (Op->Asl.CompileFlags == OP_IS_RESOURCE_DESC))
1218 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
1352 (Op->Asl.CompileFlags == OP_IS_RESOURCE_DESC))
1367 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
aslexternal.c 211 if (Next->Asl.Child->Asl.CompileFlags & OP_VISITED)
227 Next->Asl.Child->Asl.CompileFlags |= OP_VISITED;
489 !(Next->Asl.CompileFlags & OP_VISITED))
523 AslGbl_ExternalsListHead->Asl.CompileFlags = OP_AML_PACKAGE;
aslopcodes.c 445 BufferOp->Asl.CompileFlags = OP_AML_PACKAGE | OP_IS_RESOURCE_DESC;
493 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
651 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
709 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
760 Op->Asl.CompileFlags |= AslKeywordMapping[Index].Flags;
aslxref.c 393 if (Op->Asl.CompileFlags & OP_IS_NAME_DECLARATION)
419 if (Op->Asl.CompileFlags & OP_IS_TARGET)
463 if (Op->Asl.CompileFlags & OP_IS_TARGET)
526 while (!(NextOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION))
609 while (!(NextOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION))
668 if (Op->Asl.CompileFlags & OP_NOT_FOUND_DURING_LOAD)
871 Op->Asl.CompileFlags |= OP_IS_RESOURCE_FIELD;
aslanalyze.c 334 if (OwningOp->Asl.CompileFlags & OP_METHOD_NO_RETVAL)
340 else if (OwningOp->Asl.CompileFlags & OP_METHOD_SOME_NO_RETVAL)
asloffset.c 106 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DATA)
123 (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC))
aslprintf.c 314 Op->Asl.CompileFlags = 0;
318 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
aslcodegen.c 186 /* 13 */ Op->Asl.CompileFlags,
195 TrPrintOpFlags (Op->Asl.CompileFlags, ASL_TREE_OUTPUT);
344 if (Op->Asl.CompileFlags & OP_AML_PACKAGE)
aslparseop.c 415 Op->Asl.CompileFlags = OriginalOp->Asl.CompileFlags;
577 Op->Asl.CompileFlags |= (OP_IS_TARGET | OP_COMPILE_TIME_CONST);
asllookup.c 308 while (!(NameOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION))
asltransform.c 783 NewOp->Asl.CompileFlags |= OP_COMPILER_EMITTED;
817 NewOp2->Asl.CompileFlags |= OP_IS_NAME_DECLARATION;
941 if (Next->Asl.CompileFlags & OP_IS_DUPLICATE)
999 Next->Asl.CompileFlags |= OP_IS_DUPLICATE;
aslopt.c 593 if (Op->Asl.CompileFlags & OP_IS_NAME_DECLARATION)
787 while (!(NextOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION))
aslbtypes.c 456 if (ReferencedNode->Asl.CompileFlags & OP_METHOD_TYPED)
aslmapoutput.c 580 if (Op->Asl.CompileFlags & OP_IS_NAME_DECLARATION)
aslpredef.c 561 if (Op->Asl.CompileFlags & OP_COMPILER_EMITTED)
aslpld.c 577 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
asltree.c 188 Op->Asl.CompileFlags |= Flags;
aslwalks.c 98 Op->Asl.CompileFlags |= OP_METHOD_TYPED;
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1076 UINT32 CompileFlags;

Completed in 72 milliseconds