Searched
full:undefined (Results
951 -
975 of
7209) sorted by null
<<31323334353637383940>>
/external/clang/lib/StaticAnalyzer/Checkers/ |
UndefinedAssignmentChecker.cpp | 11 // checks for assigning undefined values. 54 const char *str = "Assigned value is garbage or undefined";
|
/external/clang/test/Analysis/ |
uninit-vals-ps-region.m | 28 v1.y = z; // expected-warning{{Assigned value is garbage or undefined}} 92 return s2->y; // expected-warning{{Undefined or garbage value returned to caller}}
|
/external/clang/test/Preprocessor/ |
predefined-macros.c | 27 // RUN: | FileCheck %s --check-prefix=CHECK-FINITE-MATH-FLAG-UNDEFINED 28 // CHECK-FINITE-MATH-FLAG-UNDEFINED: #define __FINITE_MATH_ONLY__ 0
|
/external/clang/test/SemaObjC/ |
category-1.m | 36 @interface MyClass2 (Category) @end // expected-error {{cannot define category for undefined class 'MyClass2'}} 78 // to an undefined class
|
/external/icu4c/common/ |
usetiter.cpp | 45 * <br>Note also that the codepointEnd is undefined after calling this method. 75 * <br>Note also that the codepointEnd is undefined after calling this method.
|
/external/llvm/test/MC/Disassembler/ARM/ |
invalid-armv7.txt | 9 # Undefined encodings for bfi 20 # CHECK: potentially undefined instruction encoding 24 # Undefined encodings for cdp2 33 # Undefined encodings for cps* 43 # CHECK: potentially undefined instruction encoding 69 # Undefined encoding space for hint instructions 86 # Undefined encodings for ldc 95 # The bytes have 0b0000 for P,U,D,W; from A8.6.51, it is undefined. 103 # Undefined encodings for ldm 121 # Undefined encodings for ld [all...] |
/external/qemu/ |
android-trace_common.h | 123 /* XXX: we wrap 16-bit thumb instructions into 32-bit undefined ARM instructions 125 * on the undefined instruction space we're using
|
/external/skia/tests/ |
PathOpsOpCubicThreadedTest.cpp | 33 ? "EvenOdd" : "?UNDEFINED"); 40 ? "EvenOdd" : "?UNDEFINED");
|
PathOpsOpRectThreadedTest.cpp | 36 ? "EvenOdd" : "?UNDEFINED"); 43 ? "EvenOdd" : "?UNDEFINED");
|
/external/stlport/doc/ |
README.windows | 18 inconsistency in the build process which most of time will generate undefined 36 would only experiment undefined behavior at runtime. In order to make this
|
/external/v8/test/mjsunit/compiler/ |
delete.js | 31 assertEquals(undefined, void (delete 0)); 33 assertEquals(undefined, (function (x) { delete x; })(0));
|
/external/valgrind/main/docs/xml/ |
design-impl.xml | 37 Memcheck's undefined value error detection (a.k.a. V bits) works. The 44 <para><command>Using Valgrind to detect undefined value errors with
|
/external/valgrind/main/gdbserver_tests/ |
mchelp.stdoutB.exp | 18 make_memory [noaccess|undefined 55 make_memory [noaccess|undefined
|
/external/valgrind/main/memcheck/tests/ |
addressable.c | 40 /* Case 2 - unmapped memory is unaddressable+undefined */ 48 VALGRIND_CHECK_MEM_IS_DEFINED(&m[pgsz*2], pgsz); /* undefined */
|
origin6-fp.c | 5 makes one value in them undefined, does arithmetic, and tests the 6 result, which is then undefined.
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
LVM_Macros.h | 32 of overflow is undefined. 71 of overflow is undefined.
|
/external/chromium_org/third_party/jinja2/ |
environment.py | 25 from jinja2.runtime import Undefined, new_context 92 assert issubclass(environment.undefined, Undefined), 'undefined must ' \ 93 'be a subclass of undefined because filters depend on it.' 109 will lead to surprising effects and undefined behavior. 172 `undefined` 173 :class:`Undefined` or a subclass of it that is used to represent 174 undefined values in the template. 253 undefined=Undefined [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
parser-syntax-check-expected.txt | 117 FAIL Invalid: "- false = 3" should throw undefined 118 FAIL Invalid: "function f() { - false = 3 }" should throw undefined 123 FAIL Invalid: "a + typeof b += c in d" should throw undefined 124 FAIL Invalid: "function f() { a + typeof b += c in d }" should throw undefined 125 FAIL Invalid: "typeof a &= typeof b" should throw undefined 126 FAIL Invalid: "function f() { typeof a &= typeof b }" should throw undefined 415 FAIL Invalid: "for (const a; ; ) break" should throw undefined 416 FAIL Invalid: "function f() { for (const a; ; ) break }" should throw undefined 429 FAIL Invalid: "for (delete new a() in b) break" should throw undefined 430 FAIL Invalid: "function f() { for (delete new a() in b) break }" should throw undefined [all...] |
/art/compiler/utils/ |
scoped_hashtable.h | 57 // Added check to uniformly handle undefined behavior
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_16/ |
Test_const_16.java | 52 * other register involved in it becomes undefined
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_4/ |
Test_const_4.java | 51 * other register involved in it becomes undefined
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_high16/ |
Test_const_high16.java | 49 * other register involved in it becomes undefined
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string/ |
Test_const_string.java | 53 * other register involved in it becomes undefined
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string_jumbo/ |
Test_const_string_jumbo.java | 53 * other register involved in it becomes undefined
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide/ |
Test_const_wide.java | 62 * other register involved in it becomes undefined
|
Completed in 2003 milliseconds
<<31323334353637383940>>