Home
last modified time | relevance | path

Searched refs:Statements (Results 1 – 25 of 265) sorted by relevance

1234567891011

/external/selinux/secilc/docs/
DREADME.md33 * [Call / Macro Statements](cil_call_macro_statements.md#call--macro-statements)
37 * [Class and Permission Statements](cil_class_and_permission_statements.md#class-and-permission-sta…
48 * [Conditional Statements](cil_conditional_statements.md#conditional-statements)
54 * [Constraint Statements](cil_constraint_statements.md#constraint-statements)
60 * [Container Statements](cil_container_statements.md#container-statements)
70 * [Default Object Statements](cil_default_object_statements.md#default-object-statements)
76 * [File Labeling Statements](cil_file_labeling_statements.md#file-labeling-statements)
81 * [Multi-Level Security Labeling Statements](cil_mls_labeling_statements.md#multi-level-security-la…
98 * [Network Labeling Statements](cil_network_labeling_statements.md#network-labeling-statements)
104 * [Policy Configuration Statements](cil_policy_config_statements.md#policy-configuration-statements)
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionSizeCheck.cpp44 ++Info.Statements; in TraverseStmt()
114 unsigned Statements = 0; member
163 if (FI.Statements == 0) in check()
177 if (FI.Lines > LineThreshold || FI.Statements > StatementThreshold || in check()
193 if (FI.Statements > StatementThreshold) { in check()
196 << FI.Statements << StatementThreshold; in check()
/external/skia/include/sksl/
DDSLCase.h26 template<class... Statements>
27 DSLCase(DSLExpression value, Statements... statements) in DSLCase()
DDSLBlock.h25 template<class... Statements>
26 DSLBlock(Statements... statements) { in DSLBlock()
/external/llvm-project/polly/test/ScopInfo/
Dfull-function.ll7 ; FULL: Statements {
25 ; WITHOUT-FULL: Statements {
36 ; WITHOUT-FULL: Statements {
Dlicm_potential_store.ll24 ; LICM: Statements
25 ; NOLICM: Statements
86 ; CHECK: Statements {
Dbranch-references-loop-scev-with-unknown-iterations-3.ll7 ; NONAFFINE: Statements {
28 ; NO-NONEAFFINE: Statements {
38 ; NO-NONEAFFINE: Statements {
Dgranularity_same_name.ll45 ; IDX: Statements {
48 ; BB: Statements {
Dbranch-references-loop-scev-with-unknown-iterations.ll7 ; NONAFFINE-NOT: Statements
9 ; NO-NONEAFFINE: Statements {
Dtempscop-printing.ll17 ; CHECK: Statements {
31 ; CHECK: Statements {
Deager-binary-and-or-conditions.ll20 ; CHECK: Statements {
34 ; CHECK: Statements {
Ddebug_call.ll31 ; CHECK: Statements {
Dmultidim_single_and_multidim_array.ll29 ; NONAFFINE: Statements {
46 ; DELIN: Statements {
Dschedule-constuction-endless-loop1.ll5 ; CHECK-NOT: Statements
Dunprofitable_scalar-accs.ll49 ; CHECK: Statements {
97 ; HEURISTIC-NOT: Statements
Dschedule-constuction-endless-loop2.ll5 ; CHECK-NOT: Statements
/external/llvm-project/polly/test/ScopDetect/
Dindex_from_unpredictable_loop.ll45 ; AFFINE: Statements {
57 ; NONAFFINE: Statements {
Dindex_from_unpredictable_loop2.ll62 ; AFFINE: Statements {
75 ; NONAFFINE: Statements {
/external/llvm-project/polly/test/ScopInfo/NonAffine/
Dnon_affine_but_srem.ll15 ; CHECK: Statements {
27 ; CHECK: Statements {
Dnon_affine_loop_condition.ll45 ; CHECK-NEXT: Statements {
59 ; PROFIT-NOT: Statements
Dnon-affine-loop-condition-dependent-access_1.ll31 ; SCALAR-NEXT: Statements {
45 ; PROFIT-NOT: Statements
Dnon_affine_conditional_surrounding_non_affine_loop.ll53 ; INNERMOST-NEXT: Statements {
91 ; ALL-NEXT: Statements {
105 ; PROFIT-NOT: Statements
/external/libxkbcommon/doc/
Dkeymap-format-text-v1.md19 Statements of the form:
49 Statements of the form:
59 Statements of the form:
95 Statements of the form:
170 Statements of the form:
281 Statements of the form:
362 Statements of the form:
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DS.input5 * Statements, StringLiterals, SuperConstructorInvocations, SuperFieldAccesses,
DS.output5 * Statements, StringLiterals, SuperConstructorInvocations, SuperFieldAccesses,

1234567891011