Home
last modified time | relevance | path

Searched refs:OMPC (Results 1 – 24 of 24) sorted by relevance

/dports/net-mgmt/observium/observium/mibs/d-link/
H A DDLINK-3100-POLICY-MIB406 "A bit mask indicating which operators are permissable in an OMPC:
423 "Indicates the maximal permissible length of an OMPC using
468 platform for FCOG and OMPC definitions:
661 "The table of OMPC statements."
698 "Index into the OMPC Table. "
709 parameter if this OMPC is used by an entry in the
763 rlPolicyOMPCPermittedOperators parameter, if this OMPC is used by
777 "Free text specifing the nature of this OMPC."
852 subidentifier together with rlPolicyClassifierType specify one OMPC."
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/cisco/
H A DCISCOSB-POLICY-MIB455 "A bit mask indicating which operators are permissable in an OMPC:
470 "Indicates the maximal permissible length of an OMPC using
509 platform for FCOG and OMPC definitions:
698 "The table of OMPC statements."
735 "Index into the OMPC Table. "
746 parameter if this OMPC is used by an entry in the
800 rlPolicyOMPCPermittedOperators parameter, if this OMPC is used by
814 "Free text specifing the nature of this OMPC."
907 subidentifier together with rlPolicyClassifierType specify one OMPC."
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/linksys/
H A DLINKSYS-POLICY-MIB448 "A bit mask indicating which operators are permissable in an OMPC:
463 "Indicates the maximal permissible length of an OMPC using
502 platform for FCOG and OMPC definitions:
691 "The table of OMPC statements."
728 "Index into the OMPC Table. "
739 parameter if this OMPC is used by an entry in the
793 rlPolicyOMPCPermittedOperators parameter, if this OMPC is used by
807 "Free text specifing the nature of this OMPC."
900 subidentifier together with rlPolicyClassifierType specify one OMPC."
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/ciscosb/
H A DCISCOSBpolicy.mib455 "A bit mask indicating which operators are permissable in an OMPC:
470 "Indicates the maximal permissible length of an OMPC using
509 platform for FCOG and OMPC definitions:
698 "The table of OMPC statements."
735 "Index into the OMPC Table. "
746 parameter if this OMPC is used by an entry in the
800 rlPolicyOMPCPermittedOperators parameter, if this OMPC is used by
814 "Free text specifing the nature of this OMPC."
907 subidentifier together with rlPolicyClassifierType specify one OMPC."
/dports/net-mgmt/observium/observium/mibs/dell/
H A DDell-POLICY-MIB448 "A bit mask indicating which operators are permissable in an OMPC:
463 "Indicates the maximal permissible length of an OMPC using
502 platform for FCOG and OMPC definitions:
691 "The table of OMPC statements."
728 "Index into the OMPC Table. "
739 parameter if this OMPC is used by an entry in the
793 rlPolicyOMPCPermittedOperators parameter, if this OMPC is used by
807 "Free text specifing the nature of this OMPC."
900 subidentifier together with rlPolicyClassifierType specify one OMPC."
/dports/net-mgmt/observium/observium/mibs/ciscosb/
H A DCISCOSB-POLICY-MIB455 "A bit mask indicating which operators are permissable in an OMPC:
470 "Indicates the maximal permissible length of an OMPC using
509 platform for FCOG and OMPC definitions:
698 "The table of OMPC statements."
735 "Index into the OMPC Table. "
746 parameter if this OMPC is used by an entry in the
800 rlPolicyOMPCPermittedOperators parameter, if this OMPC is used by
814 "Free text specifing the nature of this OMPC."
907 subidentifier together with rlPolicyClassifierType specify one OMPC."
/dports/net-mgmt/observium/observium/mibs/netgear/
H A DNETGEAR-RADLAN-POLICY-MIB448 "A bit mask indicating which operators are permissable in an OMPC:
463 "Indicates the maximal permissible length of an OMPC using
502 platform for FCOG and OMPC definitions:
691 "The table of OMPC statements."
728 "Index into the OMPC Table. "
739 parameter if this OMPC is used by an entry in the
793 rlPolicyOMPCPermittedOperators parameter, if this OMPC is used by
807 "Free text specifing the nature of this OMPC."
900 subidentifier together with rlPolicyClassifierType specify one OMPC."
/dports/net-mgmt/observium/observium/mibs/radlan/
H A DRADLAN-POLICY-MIB448 "A bit mask indicating which operators are permissable in an OMPC:
463 "Indicates the maximal permissible length of an OMPC using
502 platform for FCOG and OMPC definitions:
691 "The table of OMPC statements."
728 "Index into the OMPC Table. "
739 parameter if this OMPC is used by an entry in the
793 rlPolicyOMPCPermittedOperators parameter, if this OMPC is used by
807 "Free text specifing the nature of this OMPC."
900 subidentifier together with rlPolicyClassifierType specify one OMPC."
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1492 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
1496 [&OMPC](const OpenMPClauseKind K) { in setOpenMPCaptureKind()
1498 OMPC = K; in setOpenMPCaptureKind()
1509 OMPC = OMPC_map; in setOpenMPCaptureKind()
1514 OMPC = OMPC_map; in setOpenMPCaptureKind()
1518 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
1522 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
1523 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, OMPC)); in setOpenMPCaptureKind()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1704 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
1708 [&OMPC](const OpenMPClauseKind K) { in setOpenMPCaptureKind()
1710 OMPC = K; in setOpenMPCaptureKind()
1721 OMPC = OMPC_map; in setOpenMPCaptureKind()
1726 OMPC = OMPC_map; in setOpenMPCaptureKind()
1730 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
1734 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
1735 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, OMPC)); in setOpenMPCaptureKind()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1908 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
1912 [&OMPC](const OpenMPClauseKind K) { in setOpenMPCaptureKind()
1914 OMPC = K; in setOpenMPCaptureKind()
1925 OMPC = OMPC_map; in setOpenMPCaptureKind()
1930 OMPC = OMPC_map; in setOpenMPCaptureKind()
1934 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
1938 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
1939 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, OMPC)); in setOpenMPCaptureKind()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2121 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2125 [&OMPC](const OpenMPClauseKind K) { in setOpenMPCaptureKind()
2127 OMPC = K; in setOpenMPCaptureKind()
2138 OMPC = OMPC_map; in setOpenMPCaptureKind()
2143 OMPC = OMPC_map; in setOpenMPCaptureKind()
2146 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2150 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2151 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, OMPC)); in setOpenMPCaptureKind()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2121 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2125 [&OMPC](const OpenMPClauseKind K) { in setOpenMPCaptureKind()
2127 OMPC = K; in setOpenMPCaptureKind()
2138 OMPC = OMPC_map; in setOpenMPCaptureKind()
2143 OMPC = OMPC_map; in setOpenMPCaptureKind()
2146 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2150 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2151 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, OMPC)); in setOpenMPCaptureKind()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp2374 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2379 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()
2381 OMPC = K; in setOpenMPCaptureKind()
2392 OMPC = OMPC_map; in setOpenMPCaptureKind()
2397 OMPC = OMPC_map; in setOpenMPCaptureKind()
2400 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2404 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2405 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2382 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2387 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()
2389 OMPC = K; in setOpenMPCaptureKind()
2400 OMPC = OMPC_map; in setOpenMPCaptureKind()
2405 OMPC = OMPC_map; in setOpenMPCaptureKind()
2408 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2412 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2413 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2321 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2325 [&OMPC](const OpenMPClauseKind K) { in setOpenMPCaptureKind()
2327 OMPC = K; in setOpenMPCaptureKind()
2338 OMPC = OMPC_map; in setOpenMPCaptureKind()
2343 OMPC = OMPC_map; in setOpenMPCaptureKind()
2346 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2350 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2351 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp2317 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2321 [&OMPC](const OpenMPClauseKind K) { in setOpenMPCaptureKind()
2323 OMPC = K; in setOpenMPCaptureKind()
2334 OMPC = OMPC_map; in setOpenMPCaptureKind()
2339 OMPC = OMPC_map; in setOpenMPCaptureKind()
2342 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2346 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2347 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2382 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2387 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()
2389 OMPC = K; in setOpenMPCaptureKind()
2400 OMPC = OMPC_map; in setOpenMPCaptureKind()
2405 OMPC = OMPC_map; in setOpenMPCaptureKind()
2408 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2412 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2413 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp2407 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2412 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()
2414 OMPC = K; in setOpenMPCaptureKind()
2425 OMPC = OMPC_map; in setOpenMPCaptureKind()
2430 OMPC = OMPC_map; in setOpenMPCaptureKind()
2433 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2437 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2438 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2389 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2394 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()
2396 OMPC = K; in setOpenMPCaptureKind()
2407 OMPC = OMPC_map; in setOpenMPCaptureKind()
2412 OMPC = OMPC_map; in setOpenMPCaptureKind()
2415 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2419 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2420 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2389 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2394 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()
2396 OMPC = K; in setOpenMPCaptureKind()
2407 OMPC = OMPC_map; in setOpenMPCaptureKind()
2412 OMPC = OMPC_map; in setOpenMPCaptureKind()
2415 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2419 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2420 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2389 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2394 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()
2396 OMPC = K; in setOpenMPCaptureKind()
2407 OMPC = OMPC_map; in setOpenMPCaptureKind()
2412 OMPC = OMPC_map; in setOpenMPCaptureKind()
2415 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2419 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2420 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2389 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2394 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()
2396 OMPC = K; in setOpenMPCaptureKind()
2407 OMPC = OMPC_map; in setOpenMPCaptureKind()
2412 OMPC = OMPC_map; in setOpenMPCaptureKind()
2415 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2419 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2420 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaOpenMP.cpp2389 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind() local
2394 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()
2396 OMPC = K; in setOpenMPCaptureKind()
2407 OMPC = OMPC_map; in setOpenMPCaptureKind()
2412 OMPC = OMPC_map; in setOpenMPCaptureKind()
2415 OMPC = OMPC_firstprivate; in setOpenMPCaptureKind()
2419 if (OMPC != OMPC_unknown) in setOpenMPCaptureKind()
2420 FD->addAttr(OMPCaptureKindAttr::CreateImplicit(Context, unsigned(OMPC))); in setOpenMPCaptureKind()