Searched
full:constant (Results
451 -
475 of
9298) sorted by null
<<11121314151617181920>>
/external/llvm/test/Transforms/InstCombine/ |
2009-12-17-CmpSelectNull.ll | 3 @.str254 = internal constant [2 x i8] c".\00" 4 @.str557 = internal constant [3 x i8] c"::\00"
|
/external/llvm/test/Transforms/StripSymbols/ |
block-address.ll | 4 @main_addrs = constant [2 x i8*] [i8* blockaddress(@f, %FOO), i8* blockaddress(@f, %BAR)] 5 ; CHECK: @main_addrs = constant [2 x i8*] [i8* blockaddress(@f, %2), i8* blockaddress(@f, %3)]
|
/external/llvm/test/Verifier/ |
cttz-undef-arg.ll | 8 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int 12 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
|
/external/mesa3d/src/glsl/ |
TODO | 3 - Improve handling of constants and their initializers. Constant initializers 6 constant index values. For others it is more complicated. Perhaps these
|
/external/proguard/src/proguard/classfile/constant/ |
StringConstant.java | 21 package proguard.classfile.constant; 24 import proguard.classfile.constant.visitor.ConstantVisitor; 28 * This Constant represents a string constant in the constant pool. 32 public class StringConstant extends Constant 76 * @param u2stringIndex the index of the string in the constant pool. 99 // Implementations for Constant.
|
/external/proguard/src/proguard/obfuscate/ |
NameAndTypeUsageMarker.java | 26 import proguard.classfile.constant.*; 27 import proguard.classfile.constant.visitor.ConstantVisitor; 32 * This ClassVisitor marks all NameAndType constant pool entries that are 45 // A visitor info flag to indicate the NameAndType constant pool entry is being used. 53 // Mark the NameAndType entries referenced by all other constant pool 65 public void visitAnyConstant(Clazz clazz, Constant constant) {} 109 * Marks the given UTF-8 constant pool entry of the given class.
|
/external/skia/src/effects/gradients/ |
SkClampRange.h | 19 * range0: use constant value V0 21 * range2: use constant value V1
|
/external/zlib/src/contrib/ada/ |
zlib-thin.ads | 19 MAX_MEM_LEVEL : constant := 9; -- zconf.h:105 21 MAX_WBITS : constant := 15; -- zconf.h:115 24 SEEK_SET : constant := 8#0000#; -- zconf.h:244 27 SEEK_CUR : constant := 1; -- zconf.h:245 30 SEEK_END : constant := 2; -- zconf.h:246 51 Nul : constant Voidp := System.Null_Address; 54 Z_NO_FLUSH : constant := 8#0000#; -- zlib.h:125 56 Z_PARTIAL_FLUSH : constant := 1; -- zlib.h:126 60 Z_SYNC_FLUSH : constant := 2; -- zlib.h:127 62 Z_FULL_FLUSH : constant := 3; -- zlib.h:12 [all...] |
/frameworks/compile/slang/tests/P_array_init/ |
array_init.rs | 17 // Clang should implicitly promote this type to have a constant size of 3. 20 // Clang should implicitly promote this type to have a constant size of 1.
|
/ndk/tests/build/stdint-c++/jni/ |
Android.mk | 2 # follow the standard with regards to limit- and constant- related macros 12 # - When included from a C++ program, constant-related macros should only be
|
/build/target/board/emulator/ |
README.txt | 3 HAVE_HTC_AUDIO_DRIVER constant, since that is what the emulator
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttAnnotationDefault.java | 19 import com.android.dx.rop.cst.Constant; 29 private final Constant value; 42 public AttAnnotationDefault(Constant value, int byteLength) { 64 public Constant getValue() {
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
cso.rst | 4 CSO, Constant State Objects, are a core part of Gallium's API.
|
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/ |
lower_breaks_1.opt_test | 12 ((assign (x) (var_ref a) (constant float (1.000000))) break))))))
|
remove_continue_at_end_of_loop.opt_test | 12 ((assign (x) (var_ref a) (constant float (1.000000))) continue))))))
|
/external/chromium_org/ui/base/cocoa/ |
window_size_constants.h | 14 // It is not valid to make a zero-sized window. Use this constant instead.
|
/external/clang/test/CodeGen/ |
annotations-loc.c | 9 // CHECK: private unnamed_addr constant [4 x i8] c"t.c\00"
|
func-in-block.c | 18 // CHECK: @__func__.__main_block_invoke = private unnamed_addr constant [20 x i8] c"__main_block_invoke\00"
|
utf16-cfstrings.c | 4 // CHECK: @.str = internal unnamed_addr constant [9 x i16] [i16 252, i16 98, i16 101, i16 114, i16 104, i16 117, i16 110, i16 100, i16 0], align 2
|
/external/clang/test/CodeGenCXX/ |
ms_wide_predefined_expr.cpp | 3 // CHECK: @L__FUNCTION__._Z4funcv = private constant [5 x i16] [i16 102, i16 117, i16 110, i16 99, i16 0], align 2
|
static-mutable.cpp | 8 // not a constant.
|
switch-case-folding-1.cpp | 6 // Make sure we don't crash when constant folding the case 4
|
switch-case-folding.cpp | 6 // Make sure we don't crash when constant folding the case 4
|
typeid.cpp | 9 // CHECK: @_ZN5Test16int_tiE = constant %"class.std::type_info"* bitcast (i8** @_ZTIi to %"class.std::type_info"*), align 8 12 // CHECK: @_ZN5Test14A_tiE = constant %"class.std::type_info"* bitcast (i8** @_ZTIN5Test11AE to %"class.std::type_info"*), align 8 17 // CHECK: @_ZN5Test14c_tiE = constant %"class.std::type_info"* bitcast (i8** @_ZTIc to %"class.std::type_info"*), align 8 22 // CHECK: @_ZN5Test14d_tiE = constant %"class.std::type_info"* bitcast (i8** @_ZTId to %"class.std::type_info"*), align 8
|
/external/clang/test/CodeGenObjC/ |
constant-string-class-1.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fno-constant-cfstrings -fconstant-string-class OFConstantString -emit-llvm -o %t %s
|
Completed in 602 milliseconds
<<11121314151617181920>>