Home
last modified time | relevance | path

Searched refs:bogus1 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/tools/llvm-objdump/
Dmalformed-archives.test6 # RUN: 2>&1 | FileCheck -check-prefix=bogus1 %s
8 # bogus1: Invalid data was encountered while parsing the file
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_consistency.cpp85 void* bogus1 = (void*)0xDEADDEAD; in test_consistency_svm() local
94 error = clEnqueueSVMMemcpy(queue, CL_TRUE, bogus1, bogus0, allocSize, 0, in test_consistency_svm()
101 error = clEnqueueSVMMap(queue, CL_TRUE, CL_MAP_READ, bogus1, allocSize, in test_consistency_svm()
108 error = clEnqueueSVMUnmap(queue, bogus1, 0, NULL, NULL); in test_consistency_svm()
114 error = clEnqueueSVMMigrateMem(queue, 1, (const void**)&bogus1, NULL, 0, in test_consistency_svm()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/
DExceptionSerializationTest.java20 public int bogus1 = 3; field in ExceptionSerializationTest.ExceptionWithIgnoral
/external/icu/icu4c/source/test/intltest/
Dregcoll.cpp1369 UnicodeString bogus1("Bogus comparison string \""); in compareArray() local
1371 errln(bogus1 + comparison + bogus2); in compareArray()
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/
Dnonnull.ll449 define i1 @parent8(i8* %a, i8* %bogus1, i8* %b) personality i8* bitcast (i32 (...)* @esfp to i8*){
450 ; FNATTR-LABEL: @parent8(i8* nonnull %a, i8* nocapture readnone %bogus1, i8* nonnull %b)
/external/llvm-project/llvm/test/Transforms/Attributor/
Dnonnull.ll932 define i1 @parent8(i8* %a, i8* %bogus1, i8* %b) personality i8* bitcast (i32 (...)* @esfp to i8*){