/external/clang/test/CXX/expr/expr.const/ |
D | p3-0x.cpp | 4 int nonconst = 8; // expected-note 3 {{here}} variable 5 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co… 6 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not… 8 switch (nonconst) { in NonConstF() 9 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
|
/external/llvm-project/clang/test/CXX/expr/expr.const/ |
D | p3-0x.cpp | 5 int nonconst = 8; // expected-note 3 {{here}} variable 6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co… 7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not… 9 switch (nonconst) { in NonConstF() 10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
|
/external/clang/test/CodeGen/ |
D | builtin-assume.c | 4 int nonconst(void); 38 __assume(nonconst()); in test1() 41 __builtin_assume(nonconst()); in test1()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtin-assume.c | 4 int nonconst(void); 38 __assume(nonconst()); in test1() 41 __builtin_assume(nonconst()); in test1()
|
/external/clang/test/Sema/ |
D | builtin-assume.c | 4 int nonconst(void); 12 …__assume(nonconst() > 2); //expected-warning {{the argument to '__assume' has side effects that wi… in foo() 21 …__builtin_assume(nonconst() > 2); //expected-warning {{the argument to '__builtin_assume' has side… in foo()
|
/external/llvm-project/clang/test/Sema/ |
D | builtin-assume.c | 4 int nonconst(void); 12 …__assume(nonconst() > 2); //expected-warning {{the argument to '__assume' has side effects that wi… in foo() 21 …__builtin_assume(nonconst() > 2); //expected-warning {{the argument to '__builtin_assume' has side… in foo()
|
/external/clang/test/SemaCXX/ |
D | i-c-e-cxx.cpp | 65 const int nonconst = 1.0; // expected-note {{declared here}} variable 66 int arr[nonconst]; // expected-warning {{folded to constant array as an extension}} expected-note {…
|
/external/llvm-project/clang/test/SemaCXX/ |
D | i-c-e-cxx.cpp | 83 const int nonconst = 1.0; variable 87 int arr[nonconst];
|
/external/llvm-project/llvm/test/Linker/ |
D | 2005-02-12-ConstantGlobals-2.ll | 2 ; to be nonconst.
|
D | 2005-02-12-ConstantGlobals.ll | 2 ; to be nonconst.
|
/external/llvm/test/Linker/ |
D | 2005-02-12-ConstantGlobals-2.ll | 2 ; to be nonconst.
|
D | 2005-02-12-ConstantGlobals.ll | 2 ; to be nonconst.
|
/external/llvm-project/llvm/test/Transforms/ConstraintElimination/ |
D | add-nuw.ll | 240 define void @test.decompose.nonconst(i8 %a, i8 %b, i8 %c, i8 %d) { 241 ; CHECK-LABEL: @test.decompose.nonconst( 294 define void @test.decompose.nonconst.no.null.check(i8 %a, i8 %b, i8 %c, i8 %d) { 295 ; CHECK-LABEL: @test.decompose.nonconst.no.null.check(
|
D | geps.ll | 330 define void @test.not.uge.uge.nonconst(i8* %start, i8* %low, i8* %high, i64 %off) { 331 ; CHECK-LABEL: @test.not.uge.uge.nonconst(
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.10.rst | 39 - TGL B0 Stepping gpu hangs on many dEQP-VK.subgroups.quad nonconst tests
|
D | 20.2.1.rst | 39 - TGL B0 Stepping gpu hangs on many dEQP-VK.subgroups.quad nonconst tests
|
/external/google-fruit/tests/ |
D | tested_features.md | 11 * Check that calling bindInstance with a non-normalized type (e.g. const pointer, nonconst ptr, etc… 92 …addInstanceMultibinding with a non-normalized type (e.g. const pointer, nonconst ptr, etc.) causes…
|
/external/fmtlib/test/ |
D | format-test.cc | 1393 char nonconst[] = "nonconst"; in TEST() local 1394 EXPECT_EQ("nonconst", format("{0}", nonconst)); in TEST()
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | quick_shader.txt | 116 spec/arb_gl_spirv/execution/uniform/sampler2d-nonconst-nested-array: skip
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 3869 Output nonconst = in TEST_F() local 3875 ops::Concat(s.WithOpName("concat1"), {nonconst, const1}, axis); in TEST_F()
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/ |
D | gles31-khr-master.txt | 1211 KHR-GLES31.core.explicit_uniform_location.uniform-loc-negative-compile-nonconst-loc
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/ |
D | gles31-khr-master.txt | 1211 KHR-GLES31.core.explicit_uniform_location.uniform-loc-negative-compile-nonconst-loc
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/ |
D | gles31-khr-master.txt | 1211 KHR-GLES31.core.explicit_uniform_location.uniform-loc-negative-compile-nonconst-loc
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/ |
D | gles31-khr-master.txt | 1211 KHR-GLES31.core.explicit_uniform_location.uniform-loc-negative-compile-nonconst-loc
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/ |
D | gl43-master.txt | 4518 KHR-GL43.explicit_uniform_location.uniform-loc-negative-compile-nonconst-loc 4530 KHR-GL43.explicit_uniform_location.subroutine-loc-negative-compilation-nonconst-loc 4542 KHR-GL43.explicit_uniform_location.subroutine-index-negative-compilation-nonconst-index
|