130 lines
4.0 KiB
Plaintext
130 lines
4.0 KiB
Plaintext
# custom OpenVINO values
|
|
CppMethod: '^(operator\W+|[a-z_\d]+|signaling_NaN|quiet_NaN|OPENVINO_OP)$'
|
|
ClassName: '^([A-Z][\w]+|b?float16|float8_e4m3|float8_e5m2|float4_e2m1|numeric_limits|ngraph_error|stopwatch|unsupported_op)$'
|
|
StructName: '^([A-Z][\w]+|element_type_traits|hash|oi_pair|stat)$'
|
|
FunctionName: '^(operator\W+|[a-z_\d]+)|PrintTo$'
|
|
Namespace: '^([a-z\d_]*|InferenceEngine)$'
|
|
NamespaceAlias: '^([a-z\d_]+|InferenceEngine)$'
|
|
UnionName: '[A-Z][\w]+$'
|
|
TemplateTemplateParameter: '[A-Z][\w]+'
|
|
NamespaceReference: '^([a-z\d_]+|InferenceEngine|GPUContextParams)$'
|
|
TemplateNonTypeParameter: '^\w*$'
|
|
ClassTemplate: '^([A-Z][\w]+|element_type_traits)$'
|
|
TemplateTypeParameter: '^\w*$'
|
|
ParameterName: '^\w*$'
|
|
FunctionTemplate: '^(operator.+|[\w]+|SoPtr.+|Impl<.*>)$'
|
|
TypeAliasName: '^\w+$'
|
|
VariableReference: '^\w+$'
|
|
|
|
EnumName: '^[A-Z][\w]+$'
|
|
# excepts element_type
|
|
EnumConstantName: '^([A-Z\d_]+|undefined|dynamic|boolean|bf16|f16|f32|f64|i4|i8|i16|i32|i64|u1|u2|u3|u4|u6|u8|u16|u32|u64|nf4|f8e4m3|f8e5m2|f4e2m1|string|asymmetric|align_corners|round_prefer_floor|round_prefer_ceil|floor|ceil|simple|nearest|linear|linear_onnx|cubic|area|scales|sizes|half_pixel|tf_half_pixel_for_nn|pytorch_half_pixel|asymetric)$'
|
|
# TODO: align
|
|
UsingDeclaration: '^.*$'
|
|
TypedefName: '^.*$'
|
|
CxxDynamicCastExpression: '^.*$'
|
|
|
|
# not needed values
|
|
ClassTemplatePartialSpecialization: '^.*$'
|
|
ConversionFunction: '^.*$'
|
|
UsingDirective: '^.*$'
|
|
ClassAccessSpecifier: '^.*$' # looks like can be fixed
|
|
TypeReference: '^.*$' # looks like can be fixed
|
|
CxxBaseSpecifier: '^.*$' # looks like can be fixed
|
|
TemplateReference: '^.*$'
|
|
MemberReference: '^.*$'
|
|
LabelReference: 'XXXX'
|
|
OverloadedDeclarationReference: '^.*$'
|
|
InvalidFile: 'XXXX'
|
|
NoDeclarationFound: 'XXXX'
|
|
NotImplemented: 'XXXX'
|
|
InvalidCode: 'XXXX'
|
|
UnexposedExpression: '^.*$'
|
|
DeclarationReferenceExpression: '^.*$'
|
|
MemberReferenceExpression: '^.*$'
|
|
CallExpression: '^.*$'
|
|
BlockExpression: 'XXXX'
|
|
IntegerLiteral: '^.*$'
|
|
FloatingLiteral: '^.*$'
|
|
ImaginaryLiteral: 'XXXX'
|
|
StringLiteral: '^.*$'
|
|
CharacterLiteral: '^.*$'
|
|
ParenExpression: '^.*$'
|
|
UnaryOperator: '^.*$'
|
|
ArraySubscriptExpression: '^.*$'
|
|
BinaryOperator: '^.*$'
|
|
CompoundAssignmentOperator: '^.*$'
|
|
ConditionalOperator: '^.*$'
|
|
CstyleCastExpression: '^.*$'
|
|
CompoundLiteralExpression: 'XXXX'
|
|
InitListExpression: '^.*$'
|
|
AddrLabelExpression: 'XXXX'
|
|
StatementExpression: 'XXXX'
|
|
GenericSelectionExpression: 'XXXX'
|
|
GnuNullExpression: 'XXXX'
|
|
CxxStaticCastExpression: '^.*$'
|
|
CxxReinterpretCastExpression: '^.*$'
|
|
CxxConstCastExpression: '^.*$'
|
|
CxxFunctionalCastExpression: '^.*$'
|
|
CxxTypeidExpression: '^.*$'
|
|
CxxBoolLiteralExpression: '^.*$'
|
|
CxxNullPointerLiteralExpression: '^.*$'
|
|
CxxThisExpression: '^.*$'
|
|
CxxThrowExpression: '^.*$'
|
|
CxxNewExpression: '^.*$'
|
|
CxxDeleteExpression: '^.*$'
|
|
CxxUnaryExpression: '^.*$'
|
|
PackExpansionExpression: '^.*$'
|
|
SizeOfPackExpression: '^.*$'
|
|
LambdaExpression: '^.*$'
|
|
ObjectBoolLiteralExpression: '^.*$'
|
|
ObjectSelfExpression: 'XXXX'
|
|
UnexposedStatement: 'XXXX'
|
|
LabelStatement: 'XXXX'
|
|
CompoundStatement: '^.*$'
|
|
CaseStatement: '^.*$'
|
|
DefaultStatement: '^.*$'
|
|
IfStatement: '^.*$'
|
|
SwitchStatement: '^.*$'
|
|
WhileStatement: '^.*$'
|
|
DoStatement: '^.*$'
|
|
ForStatement: '^.*$'
|
|
GotoStatement: 'XXXX'
|
|
IndirectGotoStatement: 'XXXX'
|
|
ContinueStatement: '^.*$'
|
|
BreakStatement: '^.*$'
|
|
ReturnStatement: '^.*$'
|
|
AsmStatement: 'XXXX'
|
|
CxxCatchStatement: '^.*$'
|
|
CxxTryStatement: '^.*$'
|
|
CxxForRangeStatement: '^.*$'
|
|
MsAsmStatement: 'XXXX'
|
|
NullStatement: '^.*$'
|
|
DeclarationStatement: '^.*$'
|
|
TranslationUnit: 'XXXX'
|
|
UnexposedAttribute: '^.*$'
|
|
CxxFinalAttribute: '^.*$'
|
|
CxxOverrideAttribute: '^.*$'
|
|
AnnotateAttribute: 'XXXX'
|
|
AsmLabelAttribute: 'XXXX'
|
|
PackedAttribute: 'XXXX'
|
|
PureAttribute: 'XXXX'
|
|
ConstAttribute: 'XXXX'
|
|
NoduplicateAttribute: 'XXXX'
|
|
PreprocessingDirective: 'XXXX'
|
|
MacroDefinition: 'XXXX'
|
|
MacroInstantiation: 'XXXX'
|
|
InclusionDirective: 'XXXX'
|
|
TypeAliasTeplateDeclaration: '^.*$'
|
|
VariableName:
|
|
ScopePrefix:
|
|
Global: ''
|
|
Static: ''
|
|
ClassMember: ''
|
|
DataTypePrefix:
|
|
String: ''
|
|
Integer: ''
|
|
Bool: ''
|
|
Pointer: ''
|
|
Pattern: '^.*$'
|