HomeSort by relevance Sort by last modified time
    Searched full:constant (Results 151 - 175 of 11349) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_pulled_out_jump.opt_test 17 ((if (expression bool > (var_ref aa) (constant float (0.000000)))
18 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
23 ((if (expression bool > (var_ref b) (constant float (0.000000)))
24 ((if (expression bool > (var_ref c) (constant float (0.000000))) (break)
27 (assign (x) (var_ref d) (constant float (1.000000)))))))
lower_breaks_3.opt_test 13 ((assign (x) (var_ref a) (constant float (1.000000)))
14 (if (expression bool > (var_ref b) (constant float (0.000000)))
15 ((assign (x) (var_ref c) (constant float (1.000000))) break)
lower_breaks_5.opt_test 13 ((assign (x) (var_ref a) (constant float (1.000000)))
14 (if (expression bool > (var_ref b) (constant float (0.000000))) ()
15 ((assign (x) (var_ref c) (constant float (1.000000))) break))))))))
  /external/clang/test/Sema/
warn-null.c 7 int *q = '\0'; // expected-warning{{expression which evaluates to zero treated as a null pointer constant}}
8 int *r = (1 - 1); // expected-warning{{expression which evaluates to zero treated as a null pointer constant}}
11 q = '\0'; // expected-warning{{expression which evaluates to zero treated as a null pointer constant}}
12 r = 1 - 1; // expected-warning{{expression which evaluates to zero treated as a null pointer constant}}
13 p = SOME_ADDR; // expected-warning{{expression which evaluates to zero treated as a null pointer constant}}
warn-outof-range-assign-enum.c 11 CCTestEnum test = 50; // expected-warning {{integer constant not in range of enumerated type 'CCTestEnum'}}
12 CCTestEnum test1 = -50; // expected-warning {{integer constant not in range of enumerated type 'CCTestEnum'}}
15 static const CCTestEnum SilenceWithCast1 = 51; // expected-warning {{integer constant not in range of enumerated type 'CCTestEnum'}}
21 CCTestEnum SilenceWithCast1 = 51; // expected-warning {{integer constant not in range of enumerated type 'CCTestEnum'}}
26 const CCTestEnum SilenceWithCast1c = 51; // expected-warning {{integer constant not in range of enumerated type 'CCTestEnum'}}
33 return 20; // expected-warning {{integer constant not in range of enumerated type 'CCTestEnum'}}
38 *t = 20; // expected-warning {{integer constant not in range of enumerated type 'enum Test2'}}
39 return 10; // expected-warning {{integer constant not in range of enumerated type 'enum Test2'}}
51 x += 1; // expected-warning {{integer constant not in range of enumerated type}}
55 CCTestEnum test = 1; // expected-warning {{integer constant not in range of enumerated type 'CCTestEnum'}
    [all...]
bool-compare.c 8 if ((a > 2) > 1) {} // expected-warning {{comparison of constant 1 with boolean expression is always false}}
33 if (!a > 1) {} // expected-warning {{comparison of constant 1 with boolean expression is always false}}
34 if (!a > 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always false}}
37 if (!a > -1) {} // expected-warning {{comparison of constant -1 with boolean expression is always true}}
39 if (!a < 0) {} // expected-warning {{comparison of constant 0 with boolean expression is always false}}
41 if (!a < 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always true}}
44 if (!a < -1) {} // expected-warning {{comparison of constant -1 with boolean expression is always false}}
46 if (!a >= 0) {} // expected-warning {{comparison of constant 0 with boolean expression is always true}}
48 if (!a >= 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always false}}
51 if (!a >= -1) {} // expected-warning {{comparison of constant -1 with boolean expression is always true}
    [all...]
arm_acle.c 7 * Second argument for SSAT and USAT intrinsics must be compile-time constant,
11 return __ssat(t, v); // expected-error-re {{argument to {{.*}} must be a constant integer}}
15 return __usat(t, v); // expected-error-re {{argument to {{.*}} must be a constant integer}}
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_breaks_6.opt_test 16 ((if (expression bool > (var_ref a) (constant float (0.000000)))
17 ((if (expression bool > (var_ref ba) (constant float (0.000000)))
18 ((if (expression bool > (var_ref bb) (constant float (0.000000)))
22 (if (expression bool > (var_ref ca) (constant float (0.000000)))
23 ((if (expression bool > (var_ref cb) (constant float (0.000000)))
lower_pulled_out_jump.opt_test 17 ((if (expression bool > (var_ref aa) (constant float (0.000000)))
18 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
23 ((if (expression bool > (var_ref b) (constant float (0.000000)))
24 ((if (expression bool > (var_ref c) (constant float (0.000000))) (break)
27 (assign (x) (var_ref d) (constant float (1.000000)))))))
  /external/clang/test/CodeGen/
predefined-expr.c 4 // CHECK: @__func__.plainFunction = private unnamed_addr constant [14 x i8] c"plainFunction\00"
5 // CHECK: @__PRETTY_FUNCTION__.plainFunction = private unnamed_addr constant [21 x i8] c"void plainFunction()\00"
6 // CHECK: @__func__.externFunction = private unnamed_addr constant [15 x i8] c"externFunction\00"
7 // CHECK: @__PRETTY_FUNCTION__.externFunction = private unnamed_addr constant [22 x i8] c"void externFunction()\00"
8 // CHECK: @__func__.privateExternFunction = private unnamed_addr constant [22 x i8] c"privateExternFunction\00"
9 // CHECK: @__PRETTY_FUNCTION__.privateExternFunction = private unnamed_addr constant [29 x i8] c"void privateExternFunction()\00"
10 // CHECK: @__func__.__captured_stmt = private unnamed_addr constant [25 x i8] c"functionWithCapturedStmt\00"
11 // CHECK: @__PRETTY_FUNCTION__.__captured_stmt = private unnamed_addr constant [32 x i8] c"void functionWithCapturedStmt()\00"
12 // CHECK: @__func__.staticFunction = private unnamed_addr constant [15 x i8] c"staticFunction\00"
13 // CHECK: @__PRETTY_FUNCTION__.staticFunction = private unnamed_addr constant [22 x i8] c"void staticFunction()\00
    [all...]
string-literal.c 15 // CHECK-C: private unnamed_addr constant [10 x i8] c"abc\00\00\00\00\00\00\00", align 1
16 // CHECK-C11: private unnamed_addr constant [10 x i8] c"abc\00\00\00\00\00\00\00", align 1
17 // CHECK-CXX11: private unnamed_addr constant [10 x i8] c"abc\00\00\00\00\00\00\00", align 1
21 // CHECK-C: private unnamed_addr constant [10 x i8] c"\E1\84\A0\C8\A0\F4\82\80\B0\00", align 1
22 // CHECK-C11: private unnamed_addr constant [10 x i8] c"\E1\84\A0\C8\A0\F4\82\80\B0\00", align 1
23 // CHECK-CXX11: private unnamed_addr constant [10 x i8] c"\E1\84\A0\C8\A0\F4\82\80\B0\00", align 1
26 // CHECK-C: private unnamed_addr constant [3 x i32] [i32 65, i32 66, i32 0], align 4
27 // CHECK-C11: private unnamed_addr constant [3 x i32] [i32 65, i32 66, i32 0], align 4
28 // CHECK-CXX11: private unnamed_addr constant [3 x i32] [i32 65, i32 66, i32 0], align 4
31 // CHECK-C: private unnamed_addr constant [3 x i32] [i32 4660, i32 1110027, i32 0], align
    [all...]
  /external/llvm/test/Bitcode/
global-variables.3.2.ll 10 @constant.var = constant i32 1
11 ; CHECK: @constant.var = constant i32 1
34 @localdynamic.var = thread_local(localdynamic) constant i32 0, align 4
35 ; CHECK: @localdynamic.var = thread_local(localdynamic) constant i32 0, align 4
37 @localexec.var = thread_local(localexec) constant i32 0, align 4
38 ; CHECK: @localexec.var = thread_local(localexec) constant i32 0, align 4
40 @string.var = private unnamed_addr constant [13 x i8] c"hello world\0A\00"
41 ; CHECK: @string.var = private unnamed_addr constant [13 x i8] c"hello world\0A\00
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
ConstantPool.java 20 * Interface for constant pools, which are, more or less, just lists of
21 * {@link Constant} objects.
25 * Get the "size" of the constant pool. This corresponds to the
27 * always at least one more than the actual size of the constant pool,
35 * Get the {@code n}th entry in the constant pool, which must
38 * @param n {@code n >= 0, n < size();} the constant pool index
43 public Constant get(int n);
46 * Get the {@code n}th entry in the constant pool, which must
50 * @param n {@code n >= 0, n < size();} the constant pool index
55 public Constant get0Ok(int n)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
ConstantPool.java 20 * Interface for constant pools, which are, more or less, just lists of
21 * {@link Constant} objects.
25 * Get the "size" of the constant pool. This corresponds to the
27 * always at least one more than the actual size of the constant pool,
35 * Get the {@code n}th entry in the constant pool, which must
38 * @param n {@code n >= 0, n < size();} the constant pool index
43 public Constant get(int n);
46 * Get the {@code n}th entry in the constant pool, which must
50 * @param n {@code n >= 0, n < size();} the constant pool index
55 public Constant get0Ok(int n)
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
ICONSTANTVisitor.java 9 package com.vladium.jcd.cls.constant;
20 //Object visit (CONSTANT_info constant, Object ctx);
22 Object visit (CONSTANT_Class_info constant, Object ctx);
24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx);
25 Object visit (CONSTANT_Methodref_info constant, Object ctx);
26 Object visit (CONSTANT_Fieldref_info constant, Object ctx);
28 Object visit (CONSTANT_Double_info constant, Object ctx);
29 Object visit (CONSTANT_Float_info constant, Object ctx);
30 Object visit (CONSTANT_Integer_info constant, Object ctx);
31 Object visit (CONSTANT_Long_info constant, Object ctx)
    [all...]
  /external/llvm/test/Transforms/ConstantMerge/
unnamed-addr.ll 9 @test1.x = internal constant %struct.foobar { i32 1 }
10 @test1.y = constant %struct.foobar { i32 1 }
12 @test2.x = internal constant %struct.foobar { i32 2 }
13 @test2.y = unnamed_addr constant %struct.foobar { i32 2 }
15 @test3.x = internal unnamed_addr constant %struct.foobar { i32 3 }
16 @test3.y = constant %struct.foobar { i32 3 }
18 @test4.x = internal unnamed_addr constant %struct.foobar { i32 4 }
19 @test4.y = unnamed_addr constant %struct.foobar { i32 4 }
24 ; CHECK: @test1.x = internal constant %struct.foobar { i32 1 }
25 ; CHECK-NEXT: @test1.y = constant %struct.foobar { i32 1
    [all...]
dont-merge.ll 5 @T1G1 = internal constant i32 1, section "foo"
6 @T1G2 = internal constant i32 1, section "bar"
7 @T1G3 = internal constant i32 1, section "bar"
20 @T2a = internal constant i32 224
21 @T2b = internal addrspace(30) constant i32 224
36 @T3A = internal constant i32 0
37 @T3B = internal constant i32 0
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32-err.errwarn 10 -:13: error: column number is not a constant
12 -:17: error: is_stmt value is not a constant
13 -:19: error: is_stmt value is not a constant
14 -:20: error: is_stmt value is not a constant
17 -:26: error: isa value is not a constant
18 -:28: error: isa value is not a constant
20 -:31: error: column number is not a constant
  /external/clang/test/CodeGenCXX/
vtable-key-function-ios.cpp 28 // CHECK: @_ZTV6Test0a = external unnamed_addr constant
29 // CHECK: @_ZTI6Test0a = external constant
47 // CHECK: @_ZTV6Test0b = external unnamed_addr constant
48 // CHECK: @_ZTI6Test0b = external constant
60 // CHECK: @_ZTV6Test1a = linkonce_odr unnamed_addr constant
61 // CHECK-LATE: @_ZTS6Test1a = linkonce_odr constant
62 // CHECK-LATE: @_ZTI6Test1a = linkonce_odr constant
80 // CHECK: @_ZTV6Test1b = linkonce_odr unnamed_addr constant
81 // CHECK: @_ZTS6Test1b = linkonce_odr constant
82 // CHECK: @_ZTI6Test1b = linkonce_odr constant
    [all...]
predefined-expr.cpp 3 // CHECK: private unnamed_addr constant [15 x i8] c"externFunction\00"
4 // CHECK: private unnamed_addr constant [26 x i8] c"void NS::externFunction()\00"
5 // CHECK: private unnamed_addr constant [49 x i8] c"void functionTemplateExplicitSpecialization(int)\00"
7 // CHECK: private unnamed_addr constant [95 x i8] c"void SpecializedClassTemplate<char>::memberFunctionTemplate(T, U) const [T = char, U = double]\00"
8 // CHECK: private unnamed_addr constant [85 x i8] c"void SpecializedClassTemplate<int>::memberFunctionTemplate(int, U) const [U = float]\00"
9 // CHECK: private unnamed_addr constant [57 x i8] c"void NonTypeTemplateParam<42>::size() const [Count = 42]\00"
10 // CHECK: private unnamed_addr constant [122 x i8] c"static void ClassWithTemplateTemplateParam<char, NS::ClassTemplate>::staticMember() [T = char, Param = NS::ClassTemplate]\00"
11 // CHECK: private unnamed_addr constant [106 x i8] c"void OuterClass<int *>::MiddleClass::InnerClass<float>::memberFunction(T, U) const [T = int *, U = float]\00"
12 // CHECK: private unnamed_addr constant [51 x i8] c"void functionTemplateWithCapturedStmt(T) [T = int]\00"
13 // CHECK: private unnamed_addr constant [76 x i8] c"auto functionTemplateWithLambda(int)::(anonymous class)::operator()() const\00
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
CstInsn.java 19 import com.android.dexgen.rop.cst.Constant;
22 * Instruction which contains an explicit reference to a constant.
26 /** {@code non-null;} the constant */
27 private final Constant cst;
36 * @param cst {@code non-null;} constant
39 RegisterSpecList sources, Constant cst) {
56 * Gets the constant.
58 * @return {@code non-null;} the constant
60 public Constant getConstant() {
  /dalvik/dx/src/com/android/dx/rop/code/
CstInsn.java 19 import com.android.dx.rop.cst.Constant;
22 * Instruction which contains an explicit reference to a constant.
26 /** {@code non-null;} the constant */
27 private final Constant cst;
36 * @param cst {@code non-null;} constant
39 RegisterSpecList sources, Constant cst) {
56 * Gets the constant.
58 * @return {@code non-null;} the constant
60 public Constant getConstant() {
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
CstInsn.java 19 import com.android.dx.rop.cst.Constant;
22 * Instruction which contains an explicit reference to a constant.
26 /** {@code non-null;} the constant */
27 private final Constant cst;
36 * @param cst {@code non-null;} constant
39 RegisterSpecList sources, Constant cst) {
56 * Gets the constant.
58 * @return {@code non-null;} the constant
60 public Constant getConstant() {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeConstants.java 20 * Constant definition class.<br>
24 * <li><code>WS_</code> Workspace path constant. Those are absolute paths,
26 * <li><code>OS_</code> OS path constant. These paths are different depending on the platform.</li>
27 * <li><code>FN_</code> File name constant.</li>
28 * <li><code>FD_</code> Folder name constant.</li>
29 * <li><code>EXT_</code> File extension constant. This does NOT include a dot.</li>
30 * <li><code>DOT_</code> File extension constant. This start with a dot.</li>
31 * <li><code>RE_</code> Regexp constant.</li>
32 * <li><code>NS_</code> Namespace constant.</li>
  /external/llvm/test/Assembler/
2002-04-29-NameBinding.ll 4 ; Check by running globaldce, which will remove the constant if there are
8 ; RUN: not grep constant
11 @v1 = internal constant i32 5

Completed in 927 milliseconds

1 2 3 4 5 67 8 91011>>