주요 콘텐츠

Create Your Own Coding Rules and Coding Standard

Check for issues specific to your code by creating user-defined coding rules and coding standards

Check for issues specific to your codebase by creating user-defined coding rules and coding standards. Use the Polyspace Query Language (PQL) to look for specific issues in your codebase. Detect your issues by mapping to one or more existing Polyspace® Bug Finder™ defects and coding rules. Alternatively, create a new user-defined coding rule by creating defect checkers that are logical combinations of PQL class predicates.

Define the coding rules and coding standards as PQL code. Translate the code to checkers activation file (.pschk) using the command polyspace-query-language package. Test the validity of the PQL definition by using the command polyspace-query-language test.

함수

polyspace-query-language(System Command) Create and test user-defined coding standards and user-defined coding rules (R2026a 이후)

클래스

모두 확장

ObjectWithPositionRepresents an object that has a known position (R2026a 이후)
CallSiteRepresents a function call site (R2026a 이후)
CastRepresents a cast (R2026a 이후)
FieldRepresent a field in your code (R2026a 이후)
FunctionRepresents a function in your code (R2026a 이후)
MacroRepresents the macros in your code (R2026a 이후)
NamespaceRepresent namespaces in your code (R2026a 이후)
SourceLocQuery the cast related information in your code (R2026a 이후)
TypeRepresents the type of a C/C++ object (R2026a 이후)
VariableRepresents a variable in your code (R2026a 이후)
Lang.StringRepresents a string (R2026a 이후)
CommonRepresents the common types in Polyspace Query Language (R2026a 이후)
NodeRepresents A node in the abstract syntax tree of your code (R2026a 이후)
NumberLiteralRepresents the number_literal nodes in the syntax tree of your code (R2026a 이후)
IdentifierRepresents the identifier nodes in the syntax tree of your code (R2026a 이후)
ExpressionStatementRepresents the expression_statement nodes in the syntax tree of your code (R2026a 이후)
CommentRepresents the comment nodes in the syntax tree of your code (R2026a 이후)
CallExpressionRepresents the call_expression nodes in the syntax tree of your code (R2026a 이후)
DeclarationRepresents the declaration nodes in the syntax tree of your code (R2026a 이후)
AssignmentExpressionRepresents the assignment_expression nodes in the syntax tree of your code (R2026a 이후)
StringContentRepresents the string_content nodes in the syntax tree of your code (R2026a 이후)
IfStatementRepresents the if_statement nodes in the syntax tree of your code (R2026a 이후)
ParameterDeclarationRepresents the parameter_declaration nodes in the syntax tree of your code (R2026a 이후)
StringLiteralRepresents the string_literal nodes in the syntax tree of your code (R2026a 이후)
BinaryExpressionRepresents the binary_expression nodes in the syntax tree of your code (R2026a 이후)
TypeQualifierRepresents the type_qualifier nodes in the syntax tree of your code (R2026a 이후)
FunctionDefinitionRepresents the function_definition nodes in the syntax tree of your code (R2026a 이후)
PointerExpressionRepresents the pointer_expression nodes in the syntax tree of your code (R2026a 이후)
ReturnStatementRepresents the return_statement nodes in the syntax tree of your code (R2026a 이후)
TypeDescriptorRepresents the type_descriptor nodes in the syntax tree of your code (R2026a 이후)
CaseStatementRepresents the case_statement nodes in the syntax tree of your code (R2026a 이후)
EscapeSequenceRepresents the escape_sequence nodes in the syntax tree of your code (R2026a 이후)
AutoRepresents the auto nodes in the syntax tree of your code (R2026a 이후)
CompoundStatementRepresents the compound_statement nodes in the syntax tree of your code (R2026a 이후)
FieldExpressionRepresents the field_expression nodes in the syntax tree of your code (R2026a 이후)
BreakStatementRepresents the break_statement nodes in the syntax tree of your code (R2026a 이후)
PreprocIncludeRepresents the preproc_include nodes in the syntax tree of your code (R2026a 이후)
CastExpressionRepresents the cast_expression nodes in the syntax tree of your code (R2026a 이후)
StorageClassSpecifierRepresents the storage_class_specifier nodes in the syntax tree of your code (R2026a 이후)
TrueRepresents the true nodes in the syntax tree of your code (R2026a 이후)
FalseRepresents the false nodes in the syntax tree of your code (R2026a 이후)
QualifiedIdentifierRepresents the qualified_identifier nodes in the syntax tree of your code (R2026a 이후)
PreprocIfRepresents the preproc_if nodes in the syntax tree of your code (R2026a 이후)
InitializerListRepresents the initializer_list nodes in the syntax tree of your code (R2026a 이후)
CharacterRepresents the character nodes in the syntax tree of your code (R2026a 이후)
ForRangeLoopRepresents the for_range_loop nodes in the syntax tree of your code (R2026a 이후)
ForStatementRepresents the for_statement nodes in the syntax tree of your code (R2026a 이후)
FieldDeclarationRepresents the field_declaration nodes in the syntax tree of your code (R2026a 이후)
TemplateDeclarationRepresents the template_declaration nodes in the syntax tree of your code (R2026a 이후)
FieldIdentifierRepresents the field_identifier nodes in the syntax tree of your code (R2026a 이후)
PreprocIfdefRepresents the preproc_ifdef nodes in the syntax tree of your code (R2026a 이후)
AstNodePropertiesRepresents the abstract syntax tree nodes of your code (R2026a 이후)
BinaryExpressionOperatorRepresents the binary_expression_operator nodes in the syntax tree of your code (R2026a 이후)
CharacterRepresents the character nodes in the syntax tree of your code (R2026a 이후)
CompoundRequirementRepresents the compound_requirement nodes in the syntax tree of your code (R2026a 이후)
EscapeSequenceRepresents the escape_sequence nodes in the syntax tree of your code (R2026a 이후)
FileRepresents the file nodes in the syntax tree of your code (R2026a 이후)
FunctionDefinitionRepresents the function_definition nodes in the syntax tree of your code (R2026a 이후)
ScopeRepresents the scope nodes in the syntax tree of your code (R2026a 이후)
SehExceptClauseRepresents the seh_except_clause nodes in the syntax tree of your code (R2026a 이후)
SehFinallyClauseRepresents the seh_finally_clause nodes in the syntax tree of your code (R2026a 이후)
StringContentRepresents the string_content nodes in the syntax tree of your code (R2026a 이후)
TranslationUnitRepresents the translation_unit nodes in the syntax tree of your code (R2026a 이후)
UnaryExpressionOperatorRepresents the unary_expression_operator nodes in the syntax tree of your code (R2026a 이후)
AbstractArrayDeclaratorRepresents the abstract_array_declarator nodes in the syntax tree of your code (R2026a 이후)
AbstractFunctionDeclaratorRepresents the abstract_function_declarator nodes in the syntax tree of your code (R2026a 이후)
AbstractParenthesizedDeclaratorRepresents the abstract_parenthesized_declarator nodes in the syntax tree of your code (R2026a 이후)
AbstractPointerDeclaratorRepresents the asbtract_pointer_declarator nodes in the syntax tree of your code (R2026a 이후)
AbstractReferenceDeclaratorRepresents the abstract_reference_declarator nodes in the syntax tree of your code (R2026a 이후)
ArrayDeclaratorRepresents the array_declarator nodes in the syntax tree of your code (R2026a 이후)
AttributedDeclaratorRepresents the attributed_declarator nodes in the syntax tree of your code (R2026a 이후)
DeclaratorRepresents the declarator nodes in the syntax tree of your code (R2026a 이후)
DestructorNameRepresents the destructor_name nodes in the syntax tree of your code (R2026a 이후)
FunctionDeclaratorRepresents the function_declarator nodes in the syntax tree of your code (R2026a 이후)
IdentifierRepresents the identifier nodes in the syntax tree of your code (R2026a 이후)
OperatorNameRepresents the operator_name nodes in the syntax tree of your code (R2026a 이후)
ParenthesizedDeclaratorRepresents the parenthesized_declarator nodes in the syntax tree of your code (R2026a 이후)
PointerDeclaratorRepresents the pointer_declarator nodes in the syntax tree of your code (R2026a 이후)
QualifiedIdentifierRepresents the qualified_identifier nodes in the syntax tree of your code (R2026a 이후)
ReferenceDeclaratorRepresents the reference_declarator nodes in the syntax tree of your code (R2026a 이후)
StructuredBindingDeclaratorRepresents the structured_binding_declarator nodes in the syntax tree of your code (R2026a 이후)
TemplateFunctionRepresents the template_function nodes in the syntax tree of your code (R2026a 이후)
AlignofExpressionRepresents the alignof_expression nodes in the syntax tree of your code (R2026a 이후)
AssignmentExpressionRepresents the assignment_expression nodes in the syntax tree of your code (R2026a 이후)
BinaryExpressionRepresents the binary_expression nodes in the syntax tree of your code (R2026a 이후)
CallExpressionRepresents the call_expression nodes in the syntax tree of your code (R2026a 이후)
CastExpressionRepresents the cast_expression nodes in the syntax tree of your code (R2026a 이후)
CharLiteralRepresents the char_literal nodes in the syntax tree of your code (R2026a 이후)
CoAwaitExpressionRepresents the co_await_expression nodes in the syntax tree of your code (R2026a 이후)
CompoundLiteralExpressionRepresents the compound_literal_expression nodes in the syntax tree of your code (R2026a 이후)
ConcatenatedStringRepresents the concatenated_string nodes in the syntax tree of your code (R2026a 이후)
ConditionalExpressionRepresents the conditional_expression nodes in the syntax tree of your code (R2026a 이후)
DeleteExpressionRepresents the delete_expression nodes in the syntax tree of your code (R2026a 이후)
FalseRepresents the false nodes in the syntax tree of your code (R2026a 이후)
FieldExpressionRepresents the field_expression nodes in the syntax tree of your code (R2026a 이후)
FoldExpressionRepresents the fold_expression nodes in the syntax tree of your code (R2026a 이후)
GenericExpressionRepresents the generic_expression nodes in the syntax tree of your code (R2026a 이후)
GnuAsmExpressionRepresents the gnu_asm_expression nodes in the syntax tree of your code (R2026a 이후)
LambdaExpressionRepresents the lambda_expression nodes in the syntax tree of your code (R2026a 이후)
NewExpressionRepresents the new_expression nodes in the syntax tree of your code (R2026a 이후)
NullRepresents the null nodes in the syntax tree of your code (R2026a 이후)
NumberLiteralRepresents the number_literal nodes in the syntax tree of your code (R2026a 이후)
OffsetofExpressionRepresents the offsetof_expression nodes in the syntax tree of your code (R2026a 이후)
ParameterPackExpansionRepresents the parameter_pack_expansion nodes in the syntax tree of your code (R2026a 이후)
ParenthesizedExpressionRepresents the parenthesized_expression nodes in the syntax tree of your code (R2026a 이후)
PointerExpressionRepresents the pointer_expression nodes in the syntax tree of your code (R2026a 이후)
RawStringLiteralRepresents the raw_string_literal nodes in the syntax tree of your code (R2026a 이후)
RequiresClauseRepresents the requires_clause nodes in the syntax tree of your code (R2026a 이후)
RequiresExpressionRepresents the requires_expression nodes in the syntax tree of your code (R2026a 이후)
SizeofExpressionRepresents the sizeof_expression nodes in the syntax tree of your code (R2026a 이후)
StringLiteralRepresents the string_literal nodes in the syntax tree of your code (R2026a 이후)
SubscriptExpressionRepresents the subscript_expression nodes in the syntax tree of your code (R2026a 이후)
ThisRepresents the this nodes in the syntax tree of your code (R2026a 이후)
TrueRepresents the true nodes in the syntax tree of your code (R2026a 이후)
UnaryExpressionRepresents the unary_expression nodes in the syntax tree of your code (R2026a 이후)
UpdateExpressionRepresents the update_expression nodes in the syntax tree of your code (R2026a 이후)
UserDefinedLiteralRepresents the user_defined_literal nodes in the syntax tree of your code (R2026a 이후)
FieldDeclaratorRepresents the field_declarator nodes in the syntax tree of your code (R2026a 이후)
FieldIdentifierRepresents the field_identifier nodes in the syntax tree of your code (R2026a 이후)
TemplateMethodRepresents the template_method nodes in the syntax tree of your code (R2026a 이후)
AccessSpecifierRepresents the access_specifier nodes in the syntax tree of your code (R2026a 이후)
AliasDeclarationRepresents the alias_declaration nodes in the syntax tree of your code (R2026a 이후)
AlignasQualifierRepresents the alignas_qualifier nodes in the syntax tree of your code (R2026a 이후)
ArgumentListRepresents the argument_list nodes in the syntax tree of your code (R2026a 이후)
AttributeRepresents the attribute nodes in the syntax tree of your code (R2026a 이후)
AttributeDeclarationRepresents the attribute_declaration nodes in the syntax tree of your code (R2026a 이후)
AttributeSpecifierRepresents the attribute_specifier nodes in the syntax tree of your code (R2026a 이후)
AutoRepresents the auto nodes in the syntax tree of your code (R2026a 이후)
BaseClassClauseRepresents the base_class_clause nodes in the syntax tree of your code (R2026a 이후)
BitfieldClauseRepresents the bitfield_clause nodes in the syntax tree of your code (R2026a 이후)
CatchClauseRepresents the catch_clause nodes in the syntax tree of your code (R2026a 이후)
CommaExpressionRepresents the comma_expression nodes in the syntax tree of your code (R2026a 이후)
CommentRepresents the comment nodes in the syntax tree of your code (R2026a 이후)
ConceptDefinitionRepresents the concept_definition nodes in the syntax tree of your code (R2026a 이후)
ConditionClauseRepresents the condition_clause nodes in the syntax tree of your code (R2026a 이후)
ConstraintConjunctionRepresents the constraint_conjunction nodes in the syntax tree of your code (R2026a 이후)
ConstraintDisjunctionRepresents the constraint_disjunction nodes in the syntax tree of your code (R2026a 이후)
DeclarationRepresents the declaration nodes in the syntax tree of your code (R2026a 이후)
DeclarationListRepresents the declaration_list nodes in the syntax tree of your code (R2026a 이후)
DefaultMethodClauseRepresents the default_method_clause nodes in the syntax tree of your code (R2026a 이후)
DeleteMethodClauseRepresents the delete_method_clause nodes in the syntax tree of your code (R2026a 이후)
DependentNameRepresents the dependent_name nodes in the syntax tree of your code (R2026a 이후)
ElseClauseRepresents the else_clause nodes in the syntax tree of your code (R2026a 이후)
EnumeratorRepresents the enumerator nodes in the syntax tree of your code (R2026a 이후)
EnumeratorListRepresents the enumerator_list nodes in the syntax tree of your code (R2026a 이후)
ExplicitFunctionSpecifierRepresents the explicit_function_specifier nodes in the syntax tree of your code (R2026a 이후)
FieldDeclarationRepresents the field_declaration nodes in the syntax tree of your code (R2026a 이후)
FieldDeclarationListRepresents the field_declaration_list nodes in the syntax tree of your code (R2026a 이후)
FieldDesignatorRepresents the field_designator nodes in the syntax tree of your code (R2026a 이후)
FieldInitializerRepresents the field_initializer nodes in the syntax tree of your code (R2026a 이후)
FieldInitializerListRepresents the field_initializer_list nodes in the syntax tree of your code (R2026a 이후)
FriendDeclarationRepresents the friend_declaration nodes in the syntax tree of your code (R2026a 이후)
GnuAsmClobberListRepresents the gnu_asm_clobber_list nodes in the syntax tree of your code (R2026a 이후)
GnuAsmGotoListRepresents the gnu_asm_goto_list nodes in the syntax tree of your code (R2026a 이후)
GnuAsmInputOperandRepresents the gnu_asm_input_operand nodes in the syntax tree of your code (R2026a 이후)
GnuAsmInputOperandListRepresents the gnu_asm_input_operand_list nodes in the syntax tree of your code (R2026a 이후)
GnuAsmOutputOperandRepresents the gnu_asm_output_operand nodes in the syntax tree of your code (R2026a 이후)
GnuAsmOutputOperandListRepresents the gnu_asm_output_operand_list nodes in the syntax tree of your code (R2026a 이후)
GnuAsmQualifierRepresents the gnu_asm_qualifier nodes in the syntax tree of your code (R2026a 이후)
InitDeclaratorRepresents the init_declarator nodes in the syntax tree of your code (R2026a 이후)
InitializerListRepresents the initializer_list nodes in the syntax tree of your code (R2026a 이후)
InitializerPairRepresents the initializer_pair nodes in the syntax tree of your code (R2026a 이후)
InitStatementRepresents the init_statement nodes in the syntax tree of your code (R2026a 이후)
LambdaCaptureSpecifierRepresents the lambda_capture_specifier nodes in the syntax tree of your code (R2026a 이후)
LambdaDefaultCaptureRepresents the lambda_default_capture nodes in the syntax tree of your code (R2026a 이후)
LinkageSpecificationRepresents the linkage_specification nodes in the syntax tree of your code (R2026a 이후)
LiteralSuffixRepresents the literal_suffix nodes in the syntax tree of your code (R2026a 이후)
MsBasedModifierRepresents the ms_based_modifier nodes in the syntax tree of your code (R2026a 이후)
MsCallModifierRepresents the ms_call_modifier nodes in the syntax tree of your code (R2026a 이후)
MsDeclspecModifierRepresents the ms_declspec_modifier nodes in the syntax tree of your code (R2026a 이후)
MsPointerModifierRepresents the ms_pointer_modifier nodes in the syntax tree of your code (R2026a 이후)
MsRestrictModifierRepresents the ms_restrict_modifier nodes in the syntax tree of your code (R2026a 이후)
MsSignedPtrModifierRepresents the ms_signed_ptr_modifier nodes in the syntax tree of your code (R2026a 이후)
MsUnalignedPtrModifierRepresents the ms_unaligned_ptr_modifier nodes in the syntax tree of your code (R2026a 이후)
MsUnsignedPtrModifierRepresents the ms_unsigned_ptr_modifier nodes in the syntax tree of your code (R2026a 이후)
NamespaceAliasDefinitionRepresents the namespace_alias_definition nodes in the syntax tree of your code (R2026a 이후)
NamespaceDefinitionRepresents the namespace_definition nodes in the syntax tree of your code (R2026a 이후)
NamespaceIdentifierRepresents the namespace_identifier nodes in the syntax tree of your code (R2026a 이후)
NestedNamespaceSpecifierRepresents the nested_namespace_specifier nodes in the syntax tree of your code (R2026a 이후)
NewDeclaratorRepresents the new_declarator nodes in the syntax tree of your code (R2026a 이후)
NoexceptRepresents the noexcept nodes in the syntax tree of your code (R2026a 이후)
OperatorCastRepresents the operator_cast nodes in the syntax tree of your code (R2026a 이후)
OptionalParameterDeclarationRepresents the optional_parameter_declaration nodes in the syntax tree of your code (R2026a 이후)
OptionalTypeParameterDeclarationRepresents the optional_type_parameter_declaration nodes in the syntax tree of your code (R2026a 이후)
ParameterDeclarationRepresents the parameter_declaration nodes in the syntax tree of your code (R2026a 이후)
ParameterListRepresents the parameter_list nodes in the syntax tree of your code (R2026a 이후)
PointerTypeDeclaratorRepresents the pointer_type_declarator nodes in the syntax tree of your code (R2026a 이후)
PreprocArgRepresents the preproc_arg nodes in the syntax tree of your code (R2026a 이후)
PreprocCallRepresents the preproc_call nodes in the syntax tree of your code (R2026a 이후)
PreprocDefRepresents the preproc_def nodes in the syntax tree of your code (R2026a 이후)
PreprocDefinedRepresents the preproc_defined nodes in the syntax tree of your code (R2026a 이후)
PreprocDirectiveRepresents the preproc_directive nodes in the syntax tree of your code (R2026a 이후)
PreprocElifRepresents the preproc_elif nodes in the syntax tree of your code (R2026a 이후)
PreprocElifdefRepresents the preproc_elifdef nodes in the syntax tree of your code (R2026a 이후)
PreprocElseRepresents the preproc_else nodes in the syntax tree of your code (R2026a 이후)
PreprocFunctionDefRepresents the preproc_function_def nodes in the syntax tree of your code (R2026a 이후)
PreprocIfRepresents the preproc_if nodes in the syntax tree of your code (R2026a 이후)
PreprocIfdefRepresents the preproc_ifdef nodes in the syntax tree of your code (R2026a 이후)
PreprocIncludeRepresents the preproc_include nodes in the syntax tree of your code (R2026a 이후)
PreprocParamsRepresents the preproc_params nodes in the syntax tree of your code (R2026a 이후)
PureVirtualClauseRepresents the pure_virtual_clause nodes in the syntax tree of your code (R2026a 이후)
RawStringContentRepresents the raw_string_content nodes in the syntax tree of your code (R2026a 이후)
RawStringDelimiterRepresents the raw_string_delimiter nodes in the syntax tree of your code (R2026a 이후)
RefQualifierRepresents the ref_qualifier nodes in the syntax tree of your code (R2026a 이후)
RequirementSeqRepresents the requirement_seq nodes in the syntax tree of your code (R2026a 이후)
SimpleRequirementRepresents the simple_requirement nodes in the syntax tree of your code (R2026a 이후)
StatementIdentifierRepresents the statement_identifier nodes in the syntax tree of your code (R2026a 이후)
StaticAssertDeclarationRepresents the static_assert_declaration nodes in the syntax tree of your code (R2026a 이후)
StorageClassSpecifierRepresents the storage_class_specifier nodes in the syntax tree of your code (R2026a 이후)
SubscriptArgumentListRepresents the subscript_argument_list nodes in the syntax tree of your code (R2026a 이후)
SubscriptDesignatorRepresents the subscript_designator nodes in the syntax tree of your code (R2026a 이후)
SubscriptRangeDesignatorRepresents the subscript_range_designator nodes in the syntax tree of your code (R2026a 이후)
SystemLibStringRepresents the system_lib_string nodes in the syntax tree of your code (R2026a 이후)
TemplateArgumentListRepresents the template_argument_list nodes in the syntax tree of your code (R2026a 이후)
TemplateDeclarationRepresents the template_declaration nodes in the syntax tree of your code (R2026a 이후)
TemplateInstantiationRepresents the template_instantiation nodes in the syntax tree of your code (R2026a 이후)
TemplateParameterListRepresents the template_parameter_list nodes in the syntax tree of your code (R2026a 이후)
TemplateTemplateParameterDeclarationRepresents the template_template_parameter_declaration nodes in the syntax tree of your code (R2026a 이후)
ThrowSpecifierRepresents the throw_specifier nodes in the syntax tree of your code (R2026a 이후)
TrailingReturnTypeRepresents the trailing_return_type nodes in the syntax tree of your code (R2026a 이후)
TypeDefinitionRepresents the type_definition nodes in the syntax tree of your code (R2026a 이후)
TypeDescriptorRepresents the type_descriptor nodes in the syntax tree of your code (R2026a 이후)
TypeParameterDeclarationRepresents the type_parameter_declaration nodes in the syntax tree of your code (R2026a 이후)
TypeQualifierRepresents the type_qualifier nodes in the syntax tree of your code (R2026a 이후)
TypeRequirementRepresents the type_requirement nodes in the syntax tree of your code (R2026a 이후)
UsingDeclarationRepresents the using_declaration nodes in the syntax tree of your code (R2026a 이후)
VariadicDeclaratorRepresents the variadic_declarator nodes in the syntax tree of your code (R2026a 이후)
VariadicParameterRepresents the variadic_parameter nodes in the syntax tree of your code (R2026a 이후)
VariadicParameterDeclarationRepresents the variadic_parameter_declaration nodes in the syntax tree of your code (R2026a 이후)
VariadicTypeParameterDeclarationRepresents the variadic_type_parameter_declaration nodes in the syntax tree of your code (R2026a 이후)
VirtualRepresents the virtual nodes in the syntax tree of your code (R2026a 이후)
VirtualSpecifierRepresents the virtual_specifier nodes in the syntax tree of your code (R2026a 이후)
AttributedStatementRepresents the attributed_statement nodes in the syntax tree of your code (R2026a 이후)
BreakStatementRepresents the break_statement nodes in the syntax tree of your code (R2026a 이후)
CaseStatementRepresents the case_statement nodes in the syntax tree of your code (R2026a 이후)
CompoundStatementRepresents the compound_statement nodes in the syntax tree of your code (R2026a 이후)
ContinueStatementRepresents the continue_statement nodes in the syntax tree of your code (R2026a 이후)
CoReturnStatementRepresents the co_return_statement nodes in the syntax tree of your code (R2026a 이후)
CoYieldStatementRepresents the co_yield_statement nodes in the syntax tree of your code (R2026a 이후)
DoStatementRepresents the do_statement nodes in the syntax tree of your code (R2026a 이후)
ExpressionStatementRepresents the expression_statement nodes in the syntax tree of your code (R2026a 이후)
ForRangeLoopRepresents the for_range_loop nodes in the syntax tree of your code (R2026a 이후)
ForStatementRepresents the for_statement nodes in the syntax tree of your code (R2026a 이후)
GotoStatementRepresents the goto_statement nodes in the syntax tree of your code (R2026a 이후)
IfStatementRepresents the if_statement nodes in the syntax tree of your code (R2026a 이후)
LabeledStatementRepresents the labeled_statement nodes in the syntax tree of your code (R2026a 이후)
ReturnStatementRepresents the return_statement nodes in the syntax tree of your code (R2026a 이후)
SehLeaveStatementRepresents the seh_leave_statement nodes in the syntax tree of your code (R2026a 이후)
SehTryStatementRepresents the seh_try_statement nodes in the syntax tree of your code (R2026a 이후)
StatementRepresents the statement nodes in the syntax tree of your code (R2026a 이후)
SwitchStatementRepresents the switch_statement nodes in the syntax tree of your code (R2026a 이후)
ThrowStatementRepresents the throw_statement nodes in the syntax tree of your code (R2026a 이후)
TryStatementRepresents the try_statement nodes in the syntax tree of your code (R2026a 이후)
WhileStatementRepresents the while_statement nodes in the syntax tree of your code (R2026a 이후)
PrimitiveTypeRepresents the primitive_type nodes in the syntax tree of your code (R2026a 이후)
TypeIdentifierRepresents the type_identifier nodes in the syntax tree of your code (R2026a 이후)
ClassSpecifierRepresents the class_specifier nodes in the syntax tree of your code (R2026a 이후)
DecltypeRepresents the decltype nodes in the syntax tree of your code (R2026a 이후)
DependentTypeRepresents the dependent_type nodes in the syntax tree of your code (R2026a 이후)
EnumSpecifierRepresents the enum_specifier nodes in the syntax tree of your code (R2026a 이후)
PlaceholderTypeSpecifierRepresents the placeholder_type_specifier nodes in the syntax tree of your code (R2026a 이후)
SizedTypeSpecifierRepresents the sized_type_specifier nodes in the syntax tree of your code (R2026a 이후)
StructSpecifierRepresents the struct_specifier nodes in the syntax tree of your code (R2026a 이후)
TemplateTypeRepresents the template_type nodes in the syntax tree of your code (R2026a 이후)
UnionSpecifierRepresents the union_specifier nodes in the syntax tree of your code (R2026a 이후)
NormContains predicates that check if a keyword is a C or C++ keyword (R2026a 이후)

도움말 항목

Get Started

Polyspace Query Language Syntax

Create Your Own Standard

Create Your Own Defect

추천 예제